8000 Merge pull request #23404 from QuLogic/init-docs · matplotlib/matplotlib@87595b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87595b9

Browse files
authored
Merge pull request #23404 from QuLogic/init-docs
Restore matplotlib.__doc__ in Sphinx docs
2 parents e7c5290 + d018c62 commit 87595b9

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

doc/api/index_backend_api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
``matplotlib.backends``
33
***********************
44

5+
.. module:: matplotlib.backends
6+
57
.. toctree::
68
:maxdepth: 1
79

doc/api/matplotlib_configuration_api.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
.. py:currentmodule:: matplotlib
66
7+
.. automodule:: matplotlib
8+
:no-members:
9+
:no-undoc-members:
10+
:noindex:
11+
712
Backend management
813
==================
914

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
developed and maintained by a host of others.
8282
8383
Occasionally the internal documentation (python docstrings) will refer
84-
to MATLAB®, a registered trademark of The MathWorks, Inc.
84+
to MATLAB®, a registered trademark of The MathWorks, Inc.
8585
8686
"""
8787

0 commit comments

Comments
 (0)
0