blob: fc1a35a0edc745ba9dadf69aad5b4ef7800d6a20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Autosummary test
================
.. 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
|