tutorial: make "documentation collection" clearer

This commit is contained in:
Georg Brandl
2013-01-14 00:01:18 +01:00
parent b831acf617
commit b8967b4ee8

View File

@@ -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