Skip to content

Commit 46998d4

Browse files
author
Chilipp
committed
Minor syntax fixes for docs
1 parent fe6da6b commit 46998d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/examples.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,17 @@ Using the ``autosummary-no-nesting`` option, you can generate the autosummary
124124
table for a module without generating autosummary tables for members within
125125
that module. This is useful when you only want to use the autosummary table as
126126
a table of contents for a given page. For the :doc:`demo module <demo_module>`,
127-
here's an example:
127+
here's an example::
128128

129129
.. automodule:: dummy
130130
:autosummary:
131+
:members:
131132
:autosummary-no-nesting:
132133

133134
which gives us
134135

135136
.. automodule:: dummy
136137
:noindex:
138+
:members:
137139
:autosummary:
138140
:autosummary-no-nesting:
139-

0 commit comments

Comments
 (0)