From 2836c6654886d89b2eada1a52e43f5dd5b737e32 Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Sun, 2 Oct 2011 11:53:32 -0400 Subject: [PATCH] converted explicit documentation links into implicit :doc: references --- docs/building.rst | 4 ++-- docs/faq.rst | 2 +- docs/index.rst | 4 ++-- docs/installing.rst | 8 ++++---- docs/running.rst | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/building.rst b/docs/building.rst index e73456f..21f4371 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -6,7 +6,7 @@ These instructions are for building the C extension for Overviewer. Also note that pre-built Windows and Debian executables are available in the `Downloads `_ section. These kits already contain the compiled extension and require no further setup (so you -can skip to the `Running `_ section of the docs). +can skip to the :doc:`Running ` section of the docs). Get The Source ============== @@ -152,7 +152,7 @@ regular user. 4. Run Overviewer as usual 1. ``$ ./overviewer.py path/to/world/ path/to/output/`` or ``$ python26 path/to/overviewer.py path/to/world/ path/to/output/`` - 2. Proceed to the `Running `_ instructions for more info. + 2. Proceed to the :doc:`Running ` instructions for more info. Installing the Compiled Code diff --git a/docs/faq.rst b/docs/faq.rst index 007b347..8e6cd16 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -18,6 +18,6 @@ Frequently Asked Questions **The background color of the map is black, and I don't like it!** You can change this by using the :option:`--bg-color` command line option, or - ``bg_color`` in settings.py. See the `Options `_ page for more + ``bg_color`` in settings.py. See the :doc:`options` page for more details. diff --git a/docs/index.rst b/docs/index.rst index fb5e7c0..5acb4bc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,10 +26,10 @@ our `Github Homepage`_. **If you are running Windows, Debian, or Ubuntu and would like the pre-built packages and don't want to have to compile anything yourself**, head to the -`Installation `_ page. +:doc:`installing` page. **If you would like to build the Overviewer from source yourself (it's not that -bad)**, head to the `Building `_ page. +bad)**, head to the :doc:`Building ` page. .. _Github Homepage: https://github.com/overviewer/Minecraft-Overviewer diff --git a/docs/installing.rst b/docs/installing.rst index edc96fd..a9b5b4b 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -3,8 +3,8 @@ Installing ========== This page is for installing the pre-compiled binary versions of the Overviewer. -If you have built the Overviewer from source yourself, head back to `Building -`_. +If you have built the Overviewer from source yourself, head back to +:doc:`Building `. Windows @@ -18,7 +18,7 @@ right place! For 64 bit, you'll want these instead: `VC++ 2008 `_ and `VC++ 2010 `_ -3. That's it! Proceed with instructions on `Running `_ the +3. That's it! Proceed with instructions on :doc:`Running ` the Overviewer. Debian / Ubuntu @@ -32,4 +32,4 @@ Ubuntu users. To do this, add the following line to your deb http://overviewer.org/debian ./ Then run ``apt-get update`` and ``apt-get install minecraft-overviewer`` and -you're all set! See you at the `Running the Overviewer `_ page! +you're all set! See you at the :doc:`running` page! diff --git a/docs/running.rst b/docs/running.rst index 8c9904d..bd8e407 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -33,7 +33,7 @@ And similarly for other systems:: tiles that need rendering on subsequent runs. **options** - See the `Options `_ page for a list of options you can + See the :doc:`options` page for a list of options you can specify. For example, on Windows if your Minecraft server runs out of ``c:\server\`` and you want