Files
sphinx/tests/roots/test-autosummary/sphinx.rst

32 lines
507 B
ReStructuredText
Raw Normal View History

2009-03-15 19:02:37 +01:00
Autosummary test
================
2009-03-15 19:55:48 +01:00
.. autosummary::
:toctree: generated
sphinx.application.Sphinx
.. currentmodule:: sphinx.application
.. autoclass:: TemplateBridge
Basic test
.. autosummary::
render -- some ignored stuff goes here
render_string More ignored stuff
Test with tildes
.. autosummary::
~TemplateBridge.render
~TemplateBridge.render_string
Methods:
.. automethod:: render
.. automethod:: render_string