summaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-20 17:08:23 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-20 18:32:19 -0500
commit6a672b1b7016fd642ef170b71d946cc4060ce8f9 (patch)
tree8223c3609bc85b291f5fe6e818b9612d2b4ba436 /docs/_templates
parent19633fd2cb68a648a91671169287ab512f228ffb (diff)
downloadrequests-cache-6a672b1b7016fd642ef170b71d946cc4060ce8f9.tar.gz
Move autosummaries to module docstrings instead of template, to make them easier to customize
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/module.rst_t20
1 files changed, 4 insertions, 16 deletions
diff --git a/docs/_templates/module.rst_t b/docs/_templates/module.rst_t
index 235dc0e..630efd2 100644
--- a/docs/_templates/module.rst_t
+++ b/docs/_templates/module.rst_t
@@ -6,21 +6,9 @@
| replace("fs", "FS")
| e | heading
}}
-``{{ basename }}`` module
-Summary
--------
-.. automodsumm:: {{ qualname }}
- :classes-only:
- :nosignatures:
-
-.. automodsumm:: {{ qualname }}
- :functions-only:
- :nosignatures:
-
-Details
--------
.. automodule:: {{ qualname }}
-{%- for option in automodule_options %}
- :{{ option }}:
-{%- endfor %}
+ :members:
+ :undoc-members:
+ :inherited-members:
+ :show-inheritance: