File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ General structure
3434-----------------
3535
3636All documentation is built from the :file: `doc/ ` directory. This directory contains both
37- ``.rst `` files that contain pages in the documentation, directory that contain more
37+ ``.rst `` files that contain pages in the documentation, directories that contain more
3838``.rst `` files, and configuration files for Sphinx.
3939
4040.. note ::
4141
4242 An exception to this are the directories :file: `gallery ` and :file: `tutorials `, which
4343 exist in the root directory. These contain Python files that are built by ``sphinx-gallery ``.
44- When the docs are built, directory of the same name will be generated inside of :file: `docs/ `.
44+ When the docs are built, directories of the same name will be generated inside of :file: `docs/ `.
4545 The generated directories :file: `docs/gallery ` and :file: `docs/tutorials ` can be safely deleted.
4646
47- The configuration file for Sphinx is :file: `doc/conf.py `. It controls which directory
47+ The configuration file for Sphinx is :file: `doc/conf.py `. It controls which directories
4848Sphinx parses, how the docs are built, and how the extensions are used.
4949
5050Building the docs
You can’t perform that action at this time.
0 commit comments