Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 51fd578

Browse filesBrowse files
committed
[Doc] Remove special casing for remove method
1 parent c2aa4ee commit 51fd578
Copy full SHA for 51fd578

File tree

Expand file treeCollapse file tree

1 file changed

+0
-11
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-11
lines changed

‎doc/_templates/automodule.rst

Copy file name to clipboardExpand all lines: doc/_templates/automodule.rst
-11Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
{{ fullname | escape | underline}}
22

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-
133
.. automodule:: {{ fullname }}
144
:no-members:
155
:no-inherited-members:
@@ -45,4 +35,3 @@ Functions
4535

4636
{% endif %}
4737
{% endblock %}
48-
{% endif %}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.