diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-02-14 03:03:40 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-02-14 03:03:40 +0900 |
| commit | 8b23f6db12d9fcdb6e1ca2015ea32e3e2e1fbdb6 (patch) | |
| tree | 45c07e0a74fcace45cfb43d7491bab9a98f88087 /doc/usage/extensions | |
| parent | d7c6fa853ce433640331deab837b3a0c0edb3c9d (diff) | |
| parent | 07110b7557a552ecfe702bdd6a2d2f9685cb1af9 (diff) | |
| download | sphinx-git-8b23f6db12d9fcdb6e1ca2015ea32e3e2e1fbdb6.tar.gz | |
Merge commit '07110b7557a552ecfe702bdd6a2d2f9685cb1af9'
Diffstat (limited to 'doc/usage/extensions')
| -rw-r--r-- | doc/usage/extensions/autosummary.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/extensions/autosummary.rst b/doc/usage/extensions/autosummary.rst index ac7bbd68f..ffdba86c4 100644 --- a/doc/usage/extensions/autosummary.rst +++ b/doc/usage/extensions/autosummary.rst @@ -255,7 +255,7 @@ Autosummary uses the following Jinja template files: - :file:`autosummary/attribute.rst` -- template for class attributes - :file:`autosummary/method.rst` -- template for class methods -The following variables available in the templates: +The following variables are available in the templates: .. currentmodule:: None @@ -300,7 +300,7 @@ The following variables available in the templates: .. data:: functions List containing names of "public" functions in the module. Here, "public" - here means that the name does not start with an underscore. Only available + means that the name does not start with an underscore. Only available for modules. .. data:: classes |
