0

converted explicit documentation links into implicit :doc: references

This commit is contained in:
Aaron Griffith
2011-10-02 11:53:32 -04:00
parent cc9792177e
commit 2836c66548
5 changed files with 10 additions and 10 deletions

View File

@@ -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 that pre-built Windows and Debian executables are available in the `Downloads
<https://github.com/overviewer/Minecraft-Overviewer/downloads>`_ section. These <https://github.com/overviewer/Minecraft-Overviewer/downloads>`_ section. These
kits already contain the compiled extension and require no further setup (so you kits already contain the compiled extension and require no further setup (so you
can skip to the `Running <running.html>`_ section of the docs). can skip to the :doc:`Running <running>` section of the docs).
Get The Source Get The Source
============== ==============
@@ -152,7 +152,7 @@ regular user.
4. Run Overviewer as usual 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/`` 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 <running.html>`_ instructions for more info. 2. Proceed to the :doc:`Running <running>` instructions for more info.
Installing the Compiled Code Installing the Compiled Code

View File

@@ -18,6 +18,6 @@ Frequently Asked Questions
**The background color of the map is black, and I don't like it!** **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 You can change this by using the :option:`--bg-color` command line option, or
``bg_color`` in settings.py. See the `Options <options.html>`_ page for more ``bg_color`` in settings.py. See the :doc:`options` page for more
details. details.

View File

@@ -26,10 +26,10 @@ our `Github Homepage`_.
**If you are running Windows, Debian, or Ubuntu and would like the pre-built **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 packages and don't want to have to compile anything yourself**, head to the
`Installation <installing.html>`_ page. :doc:`installing` page.
**If you would like to build the Overviewer from source yourself (it's not that **If you would like to build the Overviewer from source yourself (it's not that
bad)**, head to the `Building <building.html>`_ page. bad)**, head to the :doc:`Building <building>` page.
.. _Github Homepage: https://github.com/overviewer/Minecraft-Overviewer .. _Github Homepage: https://github.com/overviewer/Minecraft-Overviewer

View File

@@ -3,8 +3,8 @@ Installing
========== ==========
This page is for installing the pre-compiled binary versions of the Overviewer. 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
<building.html>`_. :doc:`Building <building>`.
Windows Windows
@@ -18,7 +18,7 @@ right place!
For 64 bit, you'll want these instead: `VC++ 2008 <http://www.microsoft.com/downloads/en/details.aspx?familyid=bd2a6171-e2d6-4230-b809-9a8d7548c1b6>`_ and `VC++ 2010 <http://www.microsoft.com/download/en/details.aspx?id=14632>`_ For 64 bit, you'll want these instead: `VC++ 2008 <http://www.microsoft.com/downloads/en/details.aspx?familyid=bd2a6171-e2d6-4230-b809-9a8d7548c1b6>`_ and `VC++ 2010 <http://www.microsoft.com/download/en/details.aspx?id=14632>`_
3. That's it! Proceed with instructions on `Running <running.html>`_ the 3. That's it! Proceed with instructions on :doc:`Running <running>` the
Overviewer. Overviewer.
Debian / Ubuntu Debian / Ubuntu
@@ -32,4 +32,4 @@ Ubuntu users. To do this, add the following line to your
deb http://overviewer.org/debian ./ deb http://overviewer.org/debian ./
Then run ``apt-get update`` and ``apt-get install minecraft-overviewer`` and Then run ``apt-get update`` and ``apt-get install minecraft-overviewer`` and
you're all set! See you at the `Running the Overviewer <running.html>`_ page! you're all set! See you at the :doc:`running` page!

View File

@@ -33,7 +33,7 @@ And similarly for other systems::
tiles that need rendering on subsequent runs. tiles that need rendering on subsequent runs.
**options** **options**
See the `Options <options.html>`_ page for a list of options you can See the :doc:`options` page for a list of options you can
specify. specify.
For example, on Windows if your Minecraft server runs out of ``c:\server\`` and you want For example, on Windows if your Minecraft server runs out of ``c:\server\`` and you want