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

Exceptions in examples on readthedocs #2

Closed
cdeil opened this issue Jul 11, 2012 · 2 comments
Closed

Exceptions in examples on readthedocs #2

cdeil opened this issue Jul 11, 2012 · 2 comments

Comments

@cdeil
Copy link

cdeil commented Jul 11, 2012

The pandas example gives an ImportError:
http://patsy.readthedocs.org/en/latest/expert-model-specification.html

I think you can install numpy and pandas via a pip requirements file on readthedocs (haven't tried), and then it should work:
http://read-the-docs.readthedocs.org/en/latest/faq.html

The least squares example (the LM class) gives a NameError:
http://patsy.readthedocs.org/en/latest/library-developers.html
Does LM stand for LinearModel? Maybe you can mention that in a class docstring?

@njsmith
Copy link
Member

njsmith commented Jul 11, 2012

Thanks for the heads up! I've added a docstring to LM. As for the others, I'll have to see what the readthedocs folks say... readthedocs/readthedocs.org#217, readthedocs/readthedocs.org#218

Thanks for the feedback, very useful!

@njsmith
Copy link
Member

njsmith commented Oct 25, 2012

This is finally fixed. Many thanks to @mstimberg!

@njsmith njsmith closed this as completed Oct 25, 2012
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

No branches or pull requests

2 participants