Skip to content

DOC/BLD: Fix a bunch of doc build warnings that weren't being previously caught #3815

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 3 commits into from
Jun 9, 2013
Merged

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Jun 8, 2013

No description provided.

@cpcloud
Copy link
Member Author

cpcloud commented Jun 9, 2013

@jreback wut do u think about the deprecation message here? merge-able?

@jreback
Copy link
Contributor

jreback commented Jun 9, 2013

looks fine

cpcloud added a commit that referenced this pull request Jun 9, 2013
DOC/BLD: Fix a bunch of doc build warnings that weren't being previously caught
@cpcloud cpcloud merged commit 4f482d5 into pandas-dev:master Jun 9, 2013
@cpcloud cpcloud deleted the doc-build-fix branch June 9, 2013 01:56
@jreback
Copy link
Contributor

jreback commented Jun 9, 2013

@cpcloud nothing to do with theis PR...but can you make some of the read_html ipython blocks actually be code blocks (so for example it doesn't do some of the ops., maybe the last 2 (lxml parsing and using fallback parsing), maybe even a couple of others....e.g. just give the commands, don't actually do them....

building io docs takes a lot longer now

alternatively, maybe there is a way to build docs while disabling network type things? (e.g when you are working on other docs...)?

@cpcloud
Copy link
Member Author

cpcloud commented Jun 9, 2013

oh yeah duh sorry i had a thought to do this b/c of the ntwk issue.

@cpcloud
Copy link
Member Author

cpcloud commented Jun 9, 2013

i wonder if there's a sphinx ext for this

@cpcloud
Copy link
Member Author

cpcloud commented Jun 9, 2013

nope sigh

@cpcloud
Copy link
Member Author

cpcloud commented Jun 9, 2013

@jreback what about using the data i've provided in the tests? (will still mark a bunch as code-block)

@cpcloud
Copy link
Member Author

cpcloud commented Jun 9, 2013

eh nvm i 'll just give an exmaple using that..i need to write one for file readin ganyway

@jreback
Copy link
Contributor

jreback commented Jun 9, 2013

for the docs maybe cache it (read from a static file)

@cpcloud
Copy link
Member Author

cpcloud commented Jun 9, 2013

should i put in doc/data?

@cpcloud
Copy link
Member Author

cpcloud commented Jun 9, 2013

not sure how to cache things in sphinx

@cpcloud
Copy link
Member Author

cpcloud commented Jun 9, 2013

i could make a single network call, download it and trhen clean up... or two network calls...to show that passing a url works and then another to download...

@jreback
Copy link
Contributor

jreback commented Jun 10, 2013

put in source/_static

where the png files r

@cpcloud
Copy link
Member Author

cpcloud commented Jun 10, 2013

ok...do i need to pass the exact path or is there some sphinx magic there to just pas the filename alone and it will look there...?

@jreback
Copy link
Contributor

jreback commented Jun 10, 2013

look in doc for HDF5
I do this to read in a legacy file

@cpcloud
Copy link
Member Author

cpcloud commented Jun 10, 2013

thanks

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.

2 participants