Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Nov 7, 2024
1 parent 13f98f6 commit 60ca649
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/usage/extensions/autosummary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,20 @@ The :mod:`sphinx.ext.autosummary` extension does this in two parts:
directory. If no argument is given, output is placed in the same directory
as the file that contains the directive.
.. versionadded:: 0.6
.. rst:directive:option:: caption: caption of ToC
Add a caption to the toctree.
.. versionadded:: 3.1
.. rst:directive:option:: no-signatures
.. rst:directive:option:: nosignatures
Do not show function signatures in the summary.
.. versionadded:: 0.6
.. rst:directive:option:: template: filename
Specify a custom template for rendering the summary.
Expand Down

0 comments on commit 60ca649

Please sign in to comment.