X Tutup
Skip to content

MAINT docstring appending doesn't mess with rendering anymore.#7297

Merged
tacaswell merged 1 commit intomatplotlib:masterfrom
NelleV:7095_quick_and_easy_fix
Oct 18, 2016
Merged

MAINT docstring appending doesn't mess with rendering anymore.#7297
tacaswell merged 1 commit intomatplotlib:masterfrom
NelleV:7095_quick_and_easy_fix

Conversation

@NelleV
Copy link
Copy Markdown
Member

@NelleV NelleV commented Oct 17, 2016

  • numpydoc did not accept two Notes section. Replaced a Note section with a
    sphinx .. note:: one
  • fill's docstring title was messing up indentation.

closes #7095

fill's doc now look like:

fill

(Notice the two different notes!)

- numpydoc did not accept two Notes section. Replaced a Note section with a
  sphinx .. note:: one
- fill's docstring title was messing up indentation.

closes #7095
@NelleV NelleV changed the title MAINT docstring appending doesn't mess with rendering anymore. [MRG] MAINT docstring appending doesn't mess with rendering anymore. Oct 17, 2016
@QuLogic
Copy link
Copy Markdown
Member

QuLogic commented Oct 17, 2016

(Notice the two different notes!)

I don't see any notes in the posted image?

@NelleV
Copy link
Copy Markdown
Member Author

NelleV commented Oct 17, 2016

My bad - wrong screenshot.

@tacaswell tacaswell added this to the 2.0 (style change major release) milestone Oct 18, 2016
@tacaswell tacaswell merged commit 59e029b into matplotlib:master Oct 18, 2016
tacaswell added a commit that referenced this pull request Oct 18, 2016
DOC: docstring appending doesn't mess with rendering anymore
@tacaswell
Copy link
Copy Markdown
Member

Thanks!

backported to v2.x as e82032c

@NelleV NelleV deleted the 7095_quick_and_easy_fix branch October 30, 2016 17:11
@QuLogic QuLogic changed the title [MRG] MAINT docstring appending doesn't mess with rendering anymore. MAINT docstring appending doesn't mess with rendering anymore. 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.

_preprocess_data interferes in the docstrings Notes section

4 participants

X Tutup