Skip to content

Fix several stata doc issues #9601

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 2 commits into from
Mar 6, 2015
Merged

Fix several stata doc issues #9601

merged 2 commits into from
Mar 6, 2015

Conversation

kshedden
Copy link
Contributor

@kshedden kshedden commented Mar 6, 2015

Related to #9493

for df in reader:
do_something(df)
.. ipython:: python
reader = pd.read_stata('stata.dta', chunksize=3)
Copy link
Member

Choose a reason for hiding this comment

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

There needs to be a blank line between the .. ipython:: python (directive command) and the actual code content

@jorisvandenbossche jorisvandenbossche added this to the 0.16.0 milestone Mar 6, 2015
@jorisvandenbossche
Copy link
Member

Thanks for the fix ups! One more comment, on this line https://github.com/pydata/pandas/pull/9601/files#diff-bb262b5e18f651a4357476b250d4b255R3865 there is also a backtick too much

jreback added a commit that referenced this pull request Mar 6, 2015
Fix several stata doc issues
@jreback jreback merged commit b3ff5eb into pandas-dev:master Mar 6, 2015
@jreback
Copy link
Contributor

jreback commented Mar 6, 2015

@kshedden thanks!

@kshedden kshedden deleted the stata_doc branch November 12, 2015 23:44
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