converted explicit documentation links into implicit :doc: references
This commit is contained in:
@@ -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
|
||||
<https://github.com/overviewer/Minecraft-Overviewer/downloads>`_ section. These
|
||||
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
|
||||
==============
|
||||
@@ -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 <running.html>`_ instructions for more info.
|
||||
2. Proceed to the :doc:`Running <running>` instructions for more info.
|
||||
|
||||
|
||||
Installing the Compiled Code
|
||||
|
||||
@@ -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 <options.html>`_ page for more
|
||||
``bg_color`` in settings.py. See the :doc:`options` page for more
|
||||
details.
|
||||
|
||||
|
||||
@@ -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 <installing.html>`_ page.
|
||||
:doc:`installing` page.
|
||||
|
||||
**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
|
||||
|
||||
|
||||
@@ -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
|
||||
<building.html>`_.
|
||||
If you have built the Overviewer from source yourself, head back to
|
||||
:doc:`Building <building>`.
|
||||
|
||||
|
||||
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>`_
|
||||
|
||||
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.
|
||||
|
||||
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 <running.html>`_ page!
|
||||
you're all set! See you at the :doc:`running` page!
|
||||
|
||||
@@ -33,7 +33,7 @@ And similarly for other systems::
|
||||
tiles that need rendering on subsequent runs.
|
||||
|
||||
**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.
|
||||
|
||||
For example, on Windows if your Minecraft server runs out of ``c:\server\`` and you want
|
||||
|
||||
Reference in New Issue
Block a user