Skip to content

new line char not showing up correctly in docs #18736

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

Closed
smsaladi opened this issue Dec 11, 2017 · 1 comment
Closed

new line char not showing up correctly in docs #18736

smsaladi opened this issue Dec 11, 2017 · 1 comment
Labels

Comments

@smsaladi
Copy link
Contributor

smsaladi commented Dec 11, 2017

Seems to be written "correctly" in the source:

``#empty\\na,b,c\\n1,2,3`` with ``header=0`` will result in 'a,b,c' being

and parsed correctly in the .rst file:

For example, if ``comment='#'``, parsing '#empty\\na,b,c\\n1,2,3' with

But doesn't show up correctly in the online docs:
https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html

screen shot 2017-12-11 at 2 58 56 pm

@sinhrks sinhrks added the Docs label Dec 13, 2017
@vertan
Copy link

vertan commented Dec 14, 2017

The new line problem was fixed in #18412, and the missing named argument comment is added to the read_excel documentation in the proposed PR #18753.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants