Commit 3766913
committed
Fix doc build (alternative)
Attempt to fix doc build failure introduced with matplotlib#25272.
I suspect this is sphinx scoping: matplotlib#25272 reused methods
like `Axes.set_xbounds` to generate documentation for Axes3D. However,
a see also of invert_xaxis only searches within the same module (or
class), and invert_xaxis is not documented for Axes3D. This PR
attempt to explicitly document the missing methods for Axes3D.1 parent 538bd83 commit 3766913
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
| |||
0 commit comments