diff options
| author | Matt Hickford <matt.hickford@gmail.com> | 2014-09-14 17:19:32 +0000 |
|---|---|---|
| committer | Matt Hickford <matt.hickford@gmail.com> | 2014-09-14 17:19:32 +0000 |
| commit | f5567e03face18af00ee9407f1c2514f68da906e (patch) | |
| tree | 85174da02642f789c7afd217f2e083d39a840d94 /doc/tutorial.rst | |
| parent | 90c7adba6d446f0b130b13b6758e3005a8f5ebb3 (diff) | |
| download | sphinx-git-f5567e03face18af00ee9407f1c2514f68da906e.tar.gz | |
Add instructions how to install Sphinx to top of tutorial
Diffstat (limited to 'doc/tutorial.rst')
| -rw-r--r-- | doc/tutorial.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 777f115c2..dcfc40958 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -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 ------------------------------------ |
