-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Document how to create sphinx-gallery references to examples #19774
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
Conversation
Does this create a back reference in |
... and for some reason it seems like it is not building the docs? |
matplotlib.pyplot.fill | ||
matplotlib.axes.Axes.axis | ||
matplotlib.pyplot.axis | ||
# - `matplotlib.axes.Axes.fill` / `matplotlib.pyplot.fill` |
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.
I'll block because I don't think this creates the backlinks in matplotlib.axes.Axes.fill
that are the point of this block... (https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.fill.html#examples-using-matplotlib-axes-axes-fill)
This does work. I am 98% sure that backlink like this did not used to work, so what changed? |
Follow-up to matplotlib#19774.
@meeseeksdev backport to v.3.4.0-doc |
Something went wrong ... Please have a look at my logs. It seem that the branch you are trying to backport to does not exists. |
Follow-up to matplotlib#19774.
@meeseeksdev backport to v3.4.0-doc |
…eferences to examples
Follow-up to matplotlib#19774.
…774-on-v3.4.0-doc Backport PR #19774 on branch v3.4.0-doc (Document how to create sphinx-gallery references to examples)
Follow-up to matplotlib#19774.
Follow-up to matplotlib#19774.
I'm not sure this really needed to be backported, but okay. |
I actually added this milestone a while ago, but I'm not sure what the goal of a doc milestone is, so maybe should not have. |
The |
Follow-up to matplotlib#19774. Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Follow-up to matplotlib#19774. Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Follow-up to matplotlib#19788 / matplotlib#19774.
Follow-up to matplotlib#19788 / matplotlib#19774.
Follow-up to matplotlib#19788 / matplotlib#19774.
Follow-up to matplotlib#19788 / matplotlib#19774.
With matplotlib#19774, there's no need to ignore E402 in examples.
Closes #19232.
I will create a good first issue to migrate all existing reference blocks to the new format once this PR is merged.