diff options
| author | georg.brandl <devnull@localhost> | 2008-03-16 11:19:26 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-03-16 11:19:26 +0000 |
| commit | 67ca33e1c4f6cbcebc503ed7037e135101f5e46f (patch) | |
| tree | 24bd20c728be044d2acf74d1426ea3624b8e8e8e /doc/extensions.rst | |
| parent | 6d7da9f9fdaae2a1913c6efc8aa823b888ede577 (diff) | |
| download | sphinx-67ca33e1c4f6cbcebc503ed7037e135101f5e46f.tar.gz | |
Update documentation, add more content.
Diffstat (limited to 'doc/extensions.rst')
| -rw-r--r-- | doc/extensions.rst | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/extensions.rst b/doc/extensions.rst index 1aa9aa16..00470f76 100644 --- a/doc/extensions.rst +++ b/doc/extensions.rst @@ -17,7 +17,8 @@ where an extension can register a hook and run specialized code. .. toctree:: - ext/api.rst + ext/appapi + ext/builderapi Builtin Sphinx extensions @@ -28,8 +29,8 @@ These extensions are built in and can be activated by respective entries in the .. toctree:: - ext/autodoc.rst - ext/doctest.rst - ext/refcounting.rst - ext/ifconfig.rst - ext/coverage.rst + ext/autodoc + ext/doctest + ext/refcounting + ext/ifconfig + ext/coverage |
