-
Notifications
You must be signed in to change notification settings - Fork 207
Example gallery online? #2
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
Comments
Yes. I'm working on that. But I still encounter problems with loading numpy in readthedocs. If you know a good reference website or a package that has the walk through I'll do the update. |
You mean this error? Do you have a |
Oh ... I forgot to say ... thanks for doing this!!! |
It is actually more complicated than that. It' is not the requiremets but the safe environment of readthedocs |
I have projects on readthedocs that use numpy / scipy / matplotlib ... e.g. here's a plot generated on readthedocs: As far as I know it's possible to pip-install numpy, but not scipy or matplotlib via a pip requirements file: In your case I think you just have to check the "use system packages" option under "advanced settings" to get the system-installed numpy: |
First live preview at |
nice ! |
+1 |
That's a much nicer hover effect than the incumbent. Have you played with other positioning, e.g. tooltip bubble above; or caption above and tooltip bubble below? Also, I suspect something's changed in Sphinx. It's treating the figures in the gallery as headings, and hence following them with a link that has a red background when you hover over it (below the caption text): |
Automatic build of sphinx-gallery at |
Can you please put the example gallery online so that I can check it out without having to download and build it locally?
E.g. on readthedocs?
The text was updated successfully, but these errors were encountered: