X Tutup
Skip to content

MAINT removing docstring dedent_interpd when possible#7296

Merged
QuLogic merged 1 commit intomatplotlib:masterfrom
NelleV:main_remove_docstring_dedent_when_possible
Oct 18, 2016
Merged

MAINT removing docstring dedent_interpd when possible#7296
QuLogic merged 1 commit intomatplotlib:masterfrom
NelleV:main_remove_docstring_dedent_when_possible

Conversation

@NelleV
Copy link
Copy Markdown
Member

@NelleV NelleV commented Oct 17, 2016

Here are functions that did not need the docstring.dedent_interpd. Remove the decorator when possible.

@NelleV NelleV changed the title MAINT removing docstring dedent_interpd when possible [] MAINT removing docstring dedent_interpd when possible Oct 17, 2016
@NelleV NelleV changed the title [] MAINT removing docstring dedent_interpd when possible [MRG] MAINT removing docstring dedent_interpd when possible Oct 17, 2016
@tacaswell
Copy link
Copy Markdown
Member

How did you determine which functions did not need this?

@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Oct 18, 2016
@tacaswell tacaswell changed the title [MRG] MAINT removing docstring dedent_interpd when possible [MRG+1] MAINT removing docstring dedent_interpd when possible Oct 18, 2016
@NelleV
Copy link
Copy Markdown
Member Author

NelleV commented Oct 18, 2016

@tacaswell functions that didn't do any dostring interpolation + running the sphinx build. I may have miss some functions that have the decorator but don't need it.

@QuLogic QuLogic changed the title [MRG+1] MAINT removing docstring dedent_interpd when possible MAINT removing docstring dedent_interpd when possible Oct 18, 2016
@QuLogic QuLogic merged commit 17eace7 into matplotlib:master Oct 18, 2016
@QuLogic
Copy link
Copy Markdown
Member

QuLogic commented Oct 18, 2016

Backported to v2.x via 68e6532.

QuLogic added a commit to QuLogic/matplotlib that referenced this pull request Oct 18, 2016
…dedent_when_possible

MAINT removing docstring dedent_interpd when possible
@QuLogic QuLogic modified the milestones: 2.0.1 (next bug fix release), 2.0 (style change major release) Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup