Skip to content

DOC: fix plot submethods whatsnew example #11083

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 12, 2015

Conversation

shoyer
Copy link
Member

@shoyer shoyer commented Sep 12, 2015

This was not building properly.

@shoyer shoyer added the Docs label Sep 12, 2015
@shoyer shoyer added this to the 0.17.0 milestone Sep 12, 2015
@@ -150,7 +150,7 @@ The Series and DataFrame ``.plot()`` method allows for customizing :ref:`plot ty
To alleviate this issue, we have added a new, optional plotting interface, which exposes each kind of plot as a method of the ``.plot`` attribute. Instead of writing ``series.plot(kind=<kind>, ...)``, you can now also use ``series.plot.<kind>(...)``:

.. ipython::
:verbatim:
:verbatim:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesn't this have to go under the 'i'?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the key thing is aligning it with the indentation below. This version builds properly, at least:

screen shot 2015-09-12 at 4 31 52 pm

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok gr8

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, you can choose whatever indentation you want, as long as it is the same for the code below (most of the time, I find using 4 spaces the easiest as then you can use tab)

@shoyer
Copy link
Member Author

shoyer commented Sep 12, 2015

OK, not going to wait for Travis on this one because Travis doesn't even bother to build the docs.

shoyer added a commit that referenced this pull request Sep 12, 2015
DOC: fix plot submethods whatsnew example
@shoyer shoyer merged commit 391fd79 into pandas-dev:master Sep 12, 2015
@shoyer shoyer deleted the plot-whatsnew branch September 12, 2015 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants