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 b50843d + 51fd578 commit 993f22dCopy full SHA for 993f22d
doc/_templates/automodule.rst
@@ -1,15 +1,5 @@
1
{{ fullname | escape | underline}}
2
3
-{% if fullname in ['mpl_toolkits.axes_grid1.colorbar'] %}
4
-
5
-.. To prevent problems with the autosummary for the colorbar doc treat this
6
- separately (sphinx-doc/sphinx/issues/4874)
7
8
-.. automodule:: {{ fullname }}
9
- :members:
10
11
-{% else %}
12
13
.. automodule:: {{ fullname }}
14
:no-members:
15
:no-inherited-members:
@@ -45,4 +35,3 @@ Functions
45
35
46
36
{% endif %}
47
37
{% endblock %}
48
-{% endif %}
0 commit comments