From 4349f1f966533a90a0b7a11c0d87347954558741 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Fri, 14 Jul 2017 13:31:53 -0700 Subject: [PATCH] Fix broken links in example documentation. (#732) --- doc/source/example-a3c.rst | 2 +- doc/source/example-lbfgs.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/source/example-a3c.rst b/doc/source/example-a3c.rst index 617775442..3b6397e0e 100644 --- a/doc/source/example-a3c.rst +++ b/doc/source/example-a3c.rst @@ -9,7 +9,7 @@ View the `code for this example`_. .. _`A3C`: https://arxiv.org/abs/1602.01783 .. _`Universe Starter Agent`: https://github.com/openai/universe-starter-agent -.. _`code for this example`: https://github.com/ray-project/ray/tree/master/examples/a3c +.. _`code for this example`: https://github.com/ray-project/ray/tree/master/python/ray/rllib/a3c To run the application, first install **ray** and then some dependencies: diff --git a/doc/source/example-lbfgs.rst b/doc/source/example-lbfgs.rst index 1d4703718..93e9fad78 100644 --- a/doc/source/example-lbfgs.rst +++ b/doc/source/example-lbfgs.rst @@ -9,6 +9,10 @@ application, first install these dependencies. pip install tensorflow pip install scipy +You can view the `code for this example`_. + +.. _`code for this example`: https://github.com/ray-project/ray/tree/master/examples/lbfgs + Then you can run the example as follows. .. code-block:: bash