From dcd918e8419dfd25a44ca37fc2121829af31bc1f Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Wed, 26 Nov 2014 16:13:12 -0500 Subject: [PATCH] DOC : add style module to generated docs Closes #3705 --- doc/api/index.rst | 1 + doc/api/style_api.rst | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 doc/api/style_api.rst 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