DOC change axhspan to numpydoc format #7037

Merged
merged 2 commits into from Sep 9, 2016

Conversation

Projects
None yet
5 participants
Contributor

maluethi commented Sep 5, 2016

Greetings from Rivo and Matthias at ASPP summer school.

@NelleV

maluethi DOC change axhspan to numpydoc format
63f46e9

mdboom added the needs_review label Sep 5, 2016

Contributor

NelleV commented Sep 5, 2016

This looks good! Thanks for the patch.
Cheers,
N

Contributor

NelleV commented Sep 5, 2016

@tacaswell This PR is ready for review (and merge).

@QuLogic QuLogic and 2 others commented on an outdated diff Sep 6, 2016

lib/matplotlib/axes/_axes.py
- %(Polygon)s
@QuLogic

QuLogic Sep 6, 2016

Member

why remove this?

@NelleV

NelleV Sep 6, 2016

Contributor

It's been moved to the section "Other parameters".

@QuLogic

QuLogic Sep 6, 2016

Member

Only the general line (i.e., kwargs), but not this substitution of all the keyword arguments.

@maluethi

maluethi Sep 7, 2016

Contributor

Unfortunately the list reference got lost during the conversion process. I fixed this in the new commit.

Member

QuLogic commented Sep 6, 2016

This PR should probably be coordinated with #7039 to get consistent prose.

Member

QuLogic commented Sep 6, 2016

Your commit is currently attributed to "maluethi". It is your choice to use a real name or not, of course, but I'm just making a note of it in case it was unintended.

@maluethi maluethi DOC Add a Polygon reference under other parameters which was lost dur…
…ing conversion to numpy doc.
97a0e65
Contributor

NelleV commented Sep 7, 2016

The failing test seem unrelated so I think we are good to merge (thought it be good to relaunch the failing test on travis to make sure).
N

Member

QuLogic commented Sep 7, 2016

The two commits are attributed to two different names and two different email address, though they seem to refer to the same person; please confirm that is what you really want to do.

Contributor

maluethi commented Sep 7, 2016

@QuLogic: This is fine by me.

@tacaswell tacaswell merged commit 7aa1db0 into matplotlib:master Sep 9, 2016

1 of 3 checks passed

continuous-integration/appveyor/pr AppVeyor build failed
Details
continuous-integration/travis-ci/pr The Travis CI build failed
Details
coverage/coveralls Coverage decreased (-0.006%) to 70.362%
Details

tacaswell removed the needs_review label Sep 9, 2016

@tacaswell tacaswell added a commit that referenced this pull request Sep 9, 2016

@tacaswell tacaswell Merge pull request #7037 from maluethi/doc
DOC: change axhspan to numpydoc format
0234978
Owner

tacaswell commented Sep 9, 2016

backported to v2.x as 0234978

Thanks for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment