Commit e665789
Yaron de Leeuw
DOC: changed axes_api from automodule to autoclass
with automodule we had: `matplotlib.axes._axes.Axes`
while with autoclass we have `matplotlib.axes.Axes`
However, we must remember this documents only one class, so if
classes will be added to the module, they should be added
by hand.1 parent 28eec9e commit e665789
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
0 commit comments