mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Rename to root document
This commit is contained in:
@@ -164,7 +164,7 @@ Options for setuptools integration
|
||||
|
||||
.. setuptools-confval:: link-index
|
||||
|
||||
A boolean that ensures index.html will be linked to the master doc. Default
|
||||
A boolean that ensures index.html will be linked to the root doc. Default
|
||||
is false.
|
||||
|
||||
This can also be set by passing the `-i` flag to ``setup.py``:
|
||||
|
||||
@@ -51,7 +51,7 @@ The builder's "name" must be given to the **-b** command-line option of
|
||||
|
||||
This is an HTML builder that combines the whole project in one output file.
|
||||
(Obviously this only works with smaller projects.) The file is named like
|
||||
the master document. No indices will be generated.
|
||||
the root document. No indices will be generated.
|
||||
|
||||
.. autoattribute:: name
|
||||
|
||||
|
||||
@@ -48,8 +48,8 @@ Defining document structure
|
||||
---------------------------
|
||||
|
||||
Let's assume you've run :program:`sphinx-quickstart`. It created a source
|
||||
directory with :file:`conf.py` and a master document, :file:`index.rst`. The
|
||||
main function of the :term:`master document` is to serve as a welcome page, and
|
||||
directory with :file:`conf.py` and a root document, :file:`index.rst`. The
|
||||
main function of the :term:`root document` is to serve as a welcome page, and
|
||||
to contain the root of the "table of contents tree" (or *toctree*). This is one
|
||||
of the main things that Sphinx adds to reStructuredText, a way to connect
|
||||
multiple files to a single hierarchy of documents.
|
||||
|
||||
Reference in New Issue
Block a user