8000 Update documenting_mpl.rst · matplotlib/matplotlib@5efe61c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5efe61c

Browse files
authored
Update documenting_mpl.rst
1 parent 23f4757 commit 5efe61c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ General structure
3434
-----------------
3535

3636
All 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
4848
Sphinx parses, how the docs are built, and how the extensions are used.
4949

5050
Building the docs

0 commit comments

Comments
 (0)
0