Commit cb55075
committed
DOC: Fix non-working code object references
These were not rendered as links in the current docs, because the
associated code objects do not exist as targets in the docs. For some
reason, sphinx did not complain about it. But it does in some recent
PRs (extracted from #28560) - I'm unclear why, but anyway the correct
solution is to change to explicitly listing the attributes.1 parent 56153b9 commit cb55075Copy full SHA for cb55075
File tree
Expand file treeCollapse file tree
3 files changed
+16
-8
lines changedOpen diff view settings
Filter options
- doc/api
- lib/matplotlib/axes
Expand file treeCollapse file tree
3 files changed
+16
-8
lines changedOpen diff view settings
Collapse file
+11Lines changed: 11 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
31 | 42 | |
32 | 43 | |
33 | 44 | |
|
Collapse file
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py-7Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
85 | 85 | |
86 | 86 | |
87 | 87 | |
88 | | - |
89 | | - |
90 | | - |
91 | | - |
92 | | - |
93 | | - |
94 | | - |
95 | 88 | |
96 | 89 | |
97 | 90 | |
|
Collapse file
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
551 | 551 | |
552 | 552 | |
553 | 553 | |
| 554 | + |
| 555 | + |
| 556 | + |
554 | 557 | |
555 | 558 | |
556 | 559 | |
| ||
849 | 852 | |
850 | 853 | |
851 | 854 | |
| 855 | + |
852 | 856 | |
853 | 857 | |
854 | 858 | |
| ||
2265 | 2269 | |
2266 | 2270 | |
2267 | 2271 | |
2268 | | - |
| 2272 | + |
2269 | 2273 | |
2270 | 2274 | |
2271 | 2275 | |
|
0 commit comments