mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Style
This commit is contained in:
parent
1631291b0e
commit
bfd3b51435
@ -117,15 +117,26 @@ you will see the new ``docs`` directory with some content::
|
||||
|
||||
These files are:
|
||||
|
||||
- ``build/``: An empty directory (for now)
|
||||
``build/``
|
||||
|
||||
An empty directory (for now)
|
||||
that will hold the rendered documentation.
|
||||
- ``make.bat`` and ``Makefile``: Convenience scripts
|
||||
|
||||
``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.
|
||||
|
||||
``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,
|
||||
|
||||
``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*).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user