Skip to content

DOC: small error in cookbook (doc build warning) #5454

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
Nov 6, 2013

Conversation

jorisvandenbossche
Copy link
Member

No description provided.

@jorisvandenbossche
Copy link
Member Author

All doc build warnings should now be gone again :-)

(at least, except of one, which I can't get rid off: pandas\doc\source\_templates\autosummary\class.rst:: WARNING: document isn't included in any toctree, but normally Sphinx should ignore the files in _template)

@jreback
Copy link
Contributor

jreback commented Nov 6, 2013

yeh...that last one is odd.....thanks!

jreback added a commit that referenced this pull request Nov 6, 2013
DOC: small error in cookbook (doc build warning)
@jreback jreback merged commit 3c57949 into pandas-dev:master Nov 6, 2013
@jtratner
Copy link
Contributor

jtratner commented Nov 6, 2013

Last one is necessary for redirects from nested (pandas.core.Series) to top
level (pandas.Series)

@jorisvandenbossche
Copy link
Member Author

@jtratner What do you mean exactly? I think I don't understand it.

@jorisvandenbossche jorisvandenbossche deleted the patch-1 branch November 6, 2013 22:17
@jtratner
Copy link
Contributor

jtratner commented Nov 6, 2013

For a while, all the pandas docs were nested (I think) so the autosummary
for Series was under core rather than at the toplevel. The point of that
file is to make sure that previous links to the auto-generated docs for
pandas.core.Series still work, but they aren't added to the public TOC

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.

3 participants