Skip to content

DOC/CLN: A few fixes and cleanup for doc warnings/errors #5169

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
Oct 11, 2013
Merged

DOC/CLN: A few fixes and cleanup for doc warnings/errors #5169

merged 1 commit into from
Oct 11, 2013

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Oct 10, 2013

closes #5126.

@@ -390,9 +390,6 @@ def to_excel(self, path, na_rep='', engine=None, **kwargs):
write engine to use - you can also set this via the options
``io.excel.xlsx.writer``, ``io.excel.xls.writer``, and
``io.excel.xlsm.writer``.

Keyword Arguments
Copy link
Member

Choose a reason for hiding this comment

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

If you want to keep part of the parameters seperated (the specific parameters for to_excel) to emphasize the specific ones, you can use 'Other parameters' instead of 'Keyword arguments'. This, sphinx (numpydoc) will recognise.

@jreback
Copy link
Contributor

jreback commented Oct 11, 2013

@cpcloud thought you merged this.......ok....rebase it (as I did change some stuff in v0.13).....and merge

Also clean up interpolate and a little bit rewording in bigquery docs
cpcloud added a commit that referenced this pull request Oct 11, 2013
DOC/CLN: A few fixes and cleanup for doc warnings/errors
@cpcloud cpcloud merged commit 10ca4f0 into pandas-dev:master Oct 11, 2013
@cpcloud cpcloud deleted the doc-build-fixes branch October 11, 2013 20:56
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.

Docs for read_html : parse_dates
3 participants