Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: Add ref for every under examples/animation#24897
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thank you for opening your first PR into Matplotlib!
If you have not heard from us in a while, please feel free to ping@matplotlib/developers
or anyone who has commented on the PR. Most of our reviewers are volunteers and sometimes things fall through the cracks.
You can also join uson gitter for real-time discussion.
For details on testing, writing docs, and our review process, please seethe developer guide
We strive to be a welcoming and open project. Please follow ourCode of Conduct.
There in no way (that I know of) to render just a single page, you have to build the full docs. If this goes into one of the animation examples it should probably go in to all of them. |
luke396 commentedJan 7, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Fine, I saw amethod to do like this before. I'm wondering if it's possible to add it. I'm open to trying, even though I'm not very familiar with Sphinx. And, your mean that we should add 'Output generated via matplotlib.animation.Animation.to_jshtml' for every animation example? I agree with that too! |
We should definitely check out pandas make.py. |
rcomer commentedJan 7, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Looks like pandas’ approach is toloop through the docs and exclude everything except the one you ask for. This is in the |
Thank you for your work on this@luke396 and congratulations on your first merged Matplotlib PR 🎉 I hope we hear from you again! |
@meeseeksdev backport to v3.7.x |
Something went wrong ... Please have a look at my logs. |
Could not push to auto-backport-of-pr-24897-on-v3.7.x due to error, aborting. |
1 similar comment
Could not push to auto-backport-of-pr-24897-on-v3.7.x due to error, aborting. |
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
Closes#24673
I'm trying to fix issue#24673, but I'm having trouble setting up my local environment to build the HTML for a single page. I looked at the developer documentation (https://matplotlib.org/stable/devel/documenting_mpl.html#building-the-docs), but I couldn't find any guidance on how to do this. It would be helpful if the documentation included instructions on how to build HTML for a single API page or similar.
PR Checklist
Documentation and Tests