Skip to content

DOC:Remove supression from ipython directive to make object visible #11443

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
Nov 14, 2015

Conversation

Winterflower
Copy link
Contributor

Fix for #11223
@TomAugspurger should these two Ipython blocks be merged into one?

(this is what it looks like at the mo)
pandas-11223

@TomAugspurger
Copy link
Contributor

That'd be fine, or maybe put a note before each saying something like "First some setup" and "with the setup out of the way...". Either way, it'll be an improvement 👍

@Winterflower
Copy link
Contributor Author

Added some 'verbal sugar' on either side of the Ipython directive blocks. Hope that's ok.

@@ -268,6 +269,8 @@ natural to group by one of the levels of the hierarchy.
index = pd.MultiIndex.from_tuples(tuples, names=['first', 'second'])
s = pd.Series(np.random.randn(8), index=index)

We can then group by one of the levels in ``s``.

.. ipython:: python

s
Copy link
Member

Choose a reason for hiding this comment

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

I would put this s at the end of the previous block

@jorisvandenbossche jorisvandenbossche added this to the 0.17.1 milestone Oct 27, 2015
@jorisvandenbossche
Copy link
Member

Looks good!

I just put some comments, but that is actually more about the current content than your change :-)

@jorisvandenbossche
Copy link
Member

@Winterflower Do you have some time to update this?

@Winterflower
Copy link
Contributor Author

yep, @jorisvandenbossche will do tonight!

@jreback
Copy link
Contributor

jreback commented Nov 13, 2015

@Winterflower ping when pushed & green

DOC: Some minor additional fixes

Added some corrections
@Winterflower
Copy link
Contributor Author

@jreback pushed and green!

jreback added a commit that referenced this pull request Nov 14, 2015
DOC:Remove supression from ipython directive to make object visible
@jreback jreback merged commit 96c1f63 into pandas-dev:master Nov 14, 2015
@jreback
Copy link
Contributor

jreback commented Nov 14, 2015

thanks!

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.

4 participants