We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e6d91 commit fe704c3Copy full SHA for fe704c3
docs/source/all.rst
@@ -1,4 +1,5 @@
1
2
+.. _sphx_glr_api_reference:
3
4
API and modules
5
===============
@@ -92,3 +93,7 @@ ot.partial
92
93
94
.. automodule:: ot.partial
95
:members:
96
+
97
+.. autosummary::
98
+ :toctree: gen_modules/
99
+ :template: module.rst
docs/source/conf.py
@@ -59,6 +59,7 @@ def __getattr__(cls, name):
59
# ones.
60
extensions = [
61
'sphinx.ext.autodoc',
62
+ 'sphinx.ext.autosummary',
63
'sphinx.ext.doctest',
64
'sphinx.ext.intersphinx',
65
'sphinx.ext.todo',
0 commit comments