diff options
| author | Georg Brandl <georg@python.org> | 2013-01-14 00:01:18 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-01-14 00:01:18 +0100 |
| commit | d7c6f7335f543f4fc0d24d5d67fe75af5cd298ac (patch) | |
| tree | f71e5f0d81b05aba81aef9fcbc18ee3137a2beb3 /doc/tutorial.rst | |
| parent | 36963bf3b90dbeb034ca0756ed04b8b851ac87ce (diff) | |
| download | sphinx-d7c6f7335f543f4fc0d24d5d67fe75af5cd298ac.tar.gz | |
tutorial: make "documentation collection" clearer
Diffstat (limited to 'doc/tutorial.rst')
| -rw-r--r-- | doc/tutorial.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tutorial.rst b/doc/tutorial.rst index b0e1d486..9fea11db 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -13,10 +13,10 @@ the described task. Setting up the documentation sources ------------------------------------ -The root directory of a documentation collection is called the :term:`source -directory`. This directory also contains the Sphinx configuration file -:file:`conf.py`, where you can configure all aspects of how Sphinx reads your -sources and builds your documentation. [#]_ +The root directory of a Sphinx collection of reStructuredText document sources +is called the :term:`source directory`. This directory also contains the Sphinx +configuration file :file:`conf.py`, where you can configure all aspects of how +Sphinx reads your sources and builds your documentation. [#]_ Sphinx comes with a script called :program:`sphinx-quickstart` that sets up a source directory and creates a default :file:`conf.py` with the most useful |
