Merged in hickford/sphinx-1/hickford/add-instructions-how-to-install-sphinx-t-1410715164407 (pull request #287)

Add instructions how to install Sphinx to top of tutorial
This commit is contained in:
Georg Brandl 2014-09-14 19:24:45 +02:00
commit 18ec1d79d3

View File

@ -9,6 +9,12 @@ while using Sphinx.
The green arrows designate "more info" links leading to advanced sections about
the described task.
Install Sphinx
--------------
Install Sphinx from `PyPI <https://pypi.python.org/pypi/Sphinx>`_ ::
$ pip install Sphinx
Setting up the documentation sources
------------------------------------