summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <hello@juanlu.space>2021-06-14 22:45:54 +0200
committerJuan Luis Cano Rodríguez <hello@juanlu.space>2021-06-14 22:45:54 +0200
commitd92c111ffbe1ee4329e4c40032b7bc3ba5d63b46 (patch)
tree8a9c82a9988aa25ef171cdb7d9b610a89a9ced04 /doc/tutorial
parentd65acfc1cccbe416b2eb5349bf45e2c0f5b6d551 (diff)
downloadsphinx-git-d92c111ffbe1ee4329e4c40032b7bc3ba5d63b46.tar.gz
Fix whitespace in definition list
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/index.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst
index 681fcb6db..cd1a7c173 100644
--- a/doc/tutorial/index.rst
+++ b/doc/tutorial/index.rst
@@ -112,22 +112,18 @@ following content.
The purpose of each of these files is:
``build/``
-
An empty directory (for now) that will hold the rendered documentation.
``make.bat`` and ``Makefile``
-
Convenience scripts to simplify some common Sphinx operations, such as
rendering the content.
``source/conf.py``
-
A Python script holding the configuration of the Sphinx project. It contains
the project name and release you specified to ``sphinx-quickstart``, as well
as some extra configuration keys.
``source/index.rst``
-
The :term:`master document` of the project, which serves as welcome page and
contains the root of the "table of contents tree" (or *toctree*).