summaryrefslogtreecommitdiff
path: root/doc/tutorial.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-14 00:01:18 +0100
committerGeorg Brandl <georg@python.org>2013-01-14 00:01:18 +0100
commitb8967b4ee899c22ace7d9452f27877ec30357cb8 (patch)
treef71e5f0d81b05aba81aef9fcbc18ee3137a2beb3 /doc/tutorial.rst
parentb831acf617ec19233ec09c14209885f5d0a7c049 (diff)
downloadsphinx-git-b8967b4ee899c22ace7d9452f27877ec30357cb8.tar.gz
tutorial: make "documentation collection" clearer
Diffstat (limited to 'doc/tutorial.rst')
-rw-r--r--doc/tutorial.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index b0e1d4869..9fea11dbe 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