diff options
| author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-06-22 15:26:59 +0200 |
|---|---|---|
| committer | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-06-22 15:27:54 +0200 |
| commit | c9d2a73d93cd933616a93684a7b7ab7ce141e7f6 (patch) | |
| tree | 483c2e30072fd2af0b619074fd9cdaf0618f2e31 /doc/tutorial | |
| parent | 5f41044abb6802291989de8b34cd587b7e79ec1c (diff) | |
| download | sphinx-git-c9d2a73d93cd933616a93684a7b7ab7ce141e7f6.tar.gz | |
Rename to root document
Diffstat (limited to 'doc/tutorial')
| -rw-r--r-- | doc/tutorial/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index 1e600e637..8ab1fc287 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -128,7 +128,7 @@ The purpose of each of these files is: as some extra configuration keys. ``source/index.rst`` - The :term:`master document` of the project, which serves as welcome page and + The :term:`root document` of the project, which serves as welcome page and contains the root of the "table of contents tree" (or *toctree*). Thanks to this bootstrapping step, you already have everything needed to render @@ -322,7 +322,7 @@ Narrative documentation in Sphinx Structuring your documentation across multiple pages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The file ``index.rst`` created by ``sphinx-quickstart`` is the :term:`master +The file ``index.rst`` created by ``sphinx-quickstart`` is the :term:`root document`, whose main function is to serve as a welcome page and to contain the root of the "table of contents tree" (or *toctree*). Sphinx allows you to assemble a project from different files, which is helpful when the project |
