diff --git a/doc/api/index.rst b/doc/api/index.rst index 5aa931966c11..02ee4f9d1e6c 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -45,6 +45,7 @@ pyplot_api.rst sankey_api.rst spines_api.rst + style_api.rst text_api.rst ticker_api.rst tight_layout_api.rst diff --git a/doc/api/style_api.rst b/doc/api/style_api.rst new file mode 100644 index 000000000000..10576f4559d6 --- /dev/null +++ b/doc/api/style_api.rst @@ -0,0 +1,21 @@ +***** +style +***** + + +:mod:`matplotlib.style` +======================= + +.. automodule:: matplotlib.style + :members: + :undoc-members: + :show-inheritance: + :imported-members: + +.. data:: matplotlib.style.library + + Dictionary of available styles + +.. data:: matplotlib.style.available + + List of available styles