diff options
| -rw-r--r-- | doc/ext/autosummary.rst | 9 | ||||
| -rw-r--r-- | doc/extensions.rst | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/ext/autosummary.rst b/doc/ext/autosummary.rst new file mode 100644 index 00000000..a9255857 --- /dev/null +++ b/doc/ext/autosummary.rst @@ -0,0 +1,9 @@ +.. highlight:: rest + +:mod:`sphinx.ext.autosummary` -- Generate autodoc summaries +=========================================================== + +.. module:: sphinx.ext.autosummary + :synopsis: Generate autodoc summaries + +TBW. diff --git a/doc/extensions.rst b/doc/extensions.rst index 21ba0fd8..5eb26c14 100644 --- a/doc/extensions.rst +++ b/doc/extensions.rst @@ -41,6 +41,7 @@ These extensions are built in and can be activated by respective entries in the .. toctree:: ext/autodoc + ext/autosummary ext/doctest ext/intersphinx ext/math |
