Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 4a5f927 + af78e98 commit c13aedaCopy full SHA for c13aeda
1 file changed
doc/_templates/autofunctions.rst
@@ -2,15 +2,16 @@
2
{{ fullname | escape | underline }}
3
4
5
-.. currentmodule:: {{ fullname }}
+.. automodule:: {{ fullname }}
6
+ :no-members:
7
8
{% block functions %}
9
{% if functions %}
10
11
Functions
12
---------
13
-.. autosummary::
14
+.. autosummary::
15
:template: autosummary.rst
16
:toctree:
17
{% for item in functions %}{% if item not in ['plotting', 'colormaps'] %}
0 commit comments