diff options
author | Georg Brandl <georg@python.org> | 2009-03-16 01:30:09 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-03-16 01:30:09 +0100 |
commit | d7fa65d4bbc99358bbf0eea0040ff0168d3cf094 (patch) | |
tree | 94251da6ba24bb664983ec28176fd47e9938e157 /doc | |
parent | 9ac2f1ad4ee44bb7455cc1e979d3f38c84c9960e (diff) | |
download | sphinx-d7fa65d4bbc99358bbf0eea0040ff0168d3cf094.tar.gz |
Add autosummary doc stub.
Diffstat (limited to 'doc')
-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 |