DOC changed documentation for axvspan to numpydoc format @NelleV#7039
DOC changed documentation for axvspan to numpydoc format @NelleV#7039Wiolcia wants to merge 1 commit intomatplotlib:masterfrom
Conversation
| Optional parameters are properties of the class | ||
| matplotlib.patches.Polygon. | ||
|
|
||
| %(Polygon)s |
There was a problem hiding this comment.
I think it should be removed and moved to a place with clean and readable summaries. These make the documentation unreadable in an Ipython terminal. They also make the documentation much harder to maintain and modify. They are also not standard, and thus makes contributing to the documentation much harder.
There was a problem hiding this comment.
If these sorts of tables are going to be removed, it should be done in a coordinated way ( @efiring is also on board with this) not piecemeal.
|
This PR should probably be coordinated with #7037 to get consistent prose. |
|
Apart from my comments, this look great! Thanks, |
|
I am closing this PR: I've created a new one with the additional changes needed to merge this in. |
Updated documentation of axvspan function to numpydoc format, as part of a project during the ASPP2016 Summer School