Skip to content
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

fix rst errors for pypi #7800

Merged
merged 1 commit into from
Oct 31, 2016
Merged

Conversation

waterponey
Copy link
Contributor

Reference Issue

Fixes #7781

What does this implement/fix? Explain your changes.

I used rst-lint to check the Readme.rst

Is showed that we forgot a blank line after the first line to comply with rst format. It also explains why it's working on github and not on pyPI since the first line is a markup added for github.

I cleaned it.

Any other comments?

@nelson-liu
Copy link
Contributor

indeed, this seems to be the source of the error. If you compare the state of README.rst on Sept 5th to the file on Oct 13, the line seems to be gone. Looks like it was accidentally removed in a1eb062, which was committed on Sept 22 (between 0.18RC2 and 0.18), hence why one works and the other doesn't.

@amueller amueller added this to the 0.18.1 milestone Oct 31, 2016
@amueller amueller merged commit 99342b6 into scikit-learn:master Oct 31, 2016
@amueller
Copy link
Member

thanks :)

amueller pushed a commit to amueller/scikit-learn that referenced this pull request Nov 9, 2016
sergeyf pushed a commit to sergeyf/scikit-learn that referenced this pull request Feb 28, 2017
Sundrique pushed a commit to Sundrique/scikit-learn that referenced this pull request Jun 14, 2017
paulha pushed a commit to paulha/scikit-learn that referenced this pull request Aug 19, 2017
maskani-moh pushed a commit to maskani-moh/scikit-learn that referenced this pull request Nov 15, 2017
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.

PyPI docs not rendering correctly
3 participants