10000 Fix doc build (alternative) · timhoffm/matplotlib@3766913 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3766913

Browse files
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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/toolkits/mplot3d/axes3d.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ Axis limits and direction
9898
get_zlim
9999
set_zlim
100100
get_w_lims
101+
invert_xaxis
102+
xaxis_inverted
103+
invert_yaxis
104+
yaxis_inverted
101105
invert_zaxis
102106
zaxis_inverted
103107
get_xbound

0 commit comments

Comments
 (0)
0