Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commitadaa62f
committed
DOC: Fix non-working code object references
These were not rendered as links in the current docs, because theassociated code objects do not exist as targets in the docs. For somereason, sphinx did not complain about it. But it does in some recentPRs (extracted from#28560) - I'm unclear why, but anyway the correctsolution is to change to explicitly listing the attributes.1 parent56153b9 commitadaa62f
File tree
4 files changed
+16
-12
lines changed- doc
- api
- lib/matplotlib/axes
4 files changed
+16
-12
lines changedLines changed: 11 additions & 0 deletions
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 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 |
| - | |
345 | 341 |
| |
346 | 342 |
| |
347 | 343 |
| |
|
Lines 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 |
| |
|
Lines 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
Comments
(0)