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

Miscellaneous docs fixes #2841

Merged
merged 2 commits into from Jan 25, 2013
Merged

Miscellaneous docs fixes #2841

merged 2 commits into from Jan 25, 2013

Conversation

takluyver
Copy link
Member

I spent a while going through the warnings produced by a build of the Sphinx docs. Many of them correspond to bits where formatting and linking goes awry in the built docs. This fixes some of them, though there are still plenty more.

@bfroehle
Copy link
Contributor

This all looks good to me.

[D:\ipython]|1> _ip.set_next_input("Hello Word")
[D:\ipython]|2> Hello Word_ # cursor is here
In [1]: _ip.set_next_input("Hello Word")
In [2]: Hello Word_ # cursor is here
Copy link
Contributor

Choose a reason for hiding this comment

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

We need to turn the doctest off here, as this is causing the Travis build to fail.

Copy link
Member

Choose a reason for hiding this comment

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

from Travis failure I think this one now needs a skip_doctest.

@takluyver
Copy link
Member Author

Thanks both. I've fixed the Travis build, so I'll merge this.

takluyver added a commit that referenced this pull request Jan 25, 2013
@takluyver takluyver merged commit 475b1e1 into ipython:master Jan 25, 2013
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
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.

None yet

3 participants