Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add autoclass entry for Artist API doc. #8175
+1
−0
Conversation
tacaswell
added this to the
2.0.1 (next bug fix release)
milestone
Mar 1, 2017
|
Sorry I broke this. |
dstansby
added the
Documentation
label
Mar 2, 2017
NelleV
merged commit 31af0e7
into matplotlib:master
Mar 6, 2017
4 of 5 checks passed
continuous-integration/appveyor/pr
AppVeyor build failed
Details
codecov/patch
Coverage not affected when comparing 72cea62...815421b
Details
codecov/project/library
58.03% (+1.06%) compared to 72cea62
Details
codecov/project/tests
98.56% (target 97.9%)
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
|
Thanks @anntzer ! |
anntzer
deleted the
anntzer:artist-class-intersphinx-entry branch
Mar 6, 2017
QuLogic
added the
Needs backport
label
Mar 6, 2017
dstansby
added a commit
that referenced
this pull request
Mar 25, 2017
|
|
NelleV + dstansby |
2e5a765
|
|
Backported to |
dstansby
removed the
Needs backport
label
Mar 25, 2017
cdeil
referenced
this pull request
in astropy/pyregion
Apr 13, 2017
Merged
Update astropy-helpers to v1.3.1 #108
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anntzer commentedMar 1, 2017
Adding an autoclass entry in the Artist API ensures that that class
appears in the intersphinx
build/html/object.inv, as can be checked by(now returns True).
This allows other projects to link to that class in their docs using
This possibility used to be present, but disappeared when the Artist API
doc got refactored. (Other classes that appear in the API docs are fine
as they already use autoclass.)
The relevant section is now rendered as
