Skip to content

Commit 37a3824

Browse files
committed
DOC : add style module to generated docs
Closes #3750
1 parent 7742f7c commit 37a3824

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

doc/api/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
pyplot_api.rst
4646
sankey_api.rst
4747
spines_api.rst
48+
style_api.rst
4849
text_api.rst
4950
ticker_api.rst
5051
tight_layout_api.rst

doc/api/style_api.rst

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
*****
2+
style
3+
*****
4+
5+
6+
:mod:`matplotlib.style`
7+
=======================
8+
9+
.. automodule:: matplotlib.style
10+
:members:
11+
:undoc-members:
12+
:show-inheritance:
13+
:imported-members:
14+
15+
.. data:: matplotlib.style.library
16+
17+
Dictionary of available styles
18+
19+
.. data:: matplotlib.style.available
20+
21+
List of available styles

0 commit comments

Comments
 (0)