DOC: Move OO-examples from pyplot section#24054
Merged
timhoffm merged 1 commit intomatplotlib:mainfrom Oct 2, 2022
Merged
Conversation
dcbb956 to
8f7d4e4
Compare
Contributor
Author
|
Errors in |
Member
|
Although I think this makes sense, I am not so sure about removing the parallel build. It is almost so that one should not make the dollar_ticks change just to still enable parallel build... (But I guess other people may have other opinions so better wait a bit...) |
to corresponding sections for OO-style examples. - remove pyplot/bpyplots/boxplot_demo_pyplot.py as it's the same as the boxplot demo in statistics - remove pyplots/text_layout.py as it's a duplicate of text_alignment.py in Text, labels and annotations. - merge very basic examples pyplots/fig_axes_labels_simple.py and pyplots/pyplot_formatstr.py into pyplots/pyplot_simple.py
668f190 to
be38b21
Compare
Contributor
Author
|
Please accept my apology @oscargus. I included the same redirect in two different files. This error didn't show up for non-parallel builds: the second redirect just overwrites the first one. I fixed this mistake and the docs build in parallel without errors. |
timhoffm
approved these changes
Oct 2, 2022
meeseeksmachine
pushed a commit
to meeseeksmachine/matplotlib
that referenced
this pull request
Oct 2, 2022
timhoffm
added a commit
that referenced
this pull request
Oct 2, 2022
…054-on-v3.6.x Backport PR #24054 on branch v3.6.x ( DOC: Move OO-examples from pyplot section)
timhoffm
added a commit
to timhoffm/matplotlib
that referenced
this pull request
Dec 20, 2022
The example /gallery/pyplots/dollar_ticks is included into the artists tutorial. matplotlib#24054 Moved that example and added a `.. redirect-from::` directive. This was then duplicated by the include. This PR fixes the issue by moving the include start point after the redirect.
raphaelquast
pushed a commit
to raphaelquast/matplotlib
that referenced
this pull request
Mar 16, 2023
The example /gallery/pyplots/dollar_ticks is included into the artists tutorial. matplotlib#24054 Moved that example and added a `.. redirect-from::` directive. This was then duplicated by the include. This PR fixes the issue by moving the include start point after the redirect.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
This PR has two commits:1)Move OO-examples from pyplot section to corresponding sections for OO-style examples andboxplot demo in statistics
in Text, labels and annotations.
pyplots/pyplot_formatstr.py into pyplots/pyplot_simple.py
Closes #15922.
2) Revert doc build in parallelThis is necessary to build to docs with the redirects.Closes #24058PR Checklist
Tests and Styling
pytestpasses).flake8-docstringsand runflake8 --docstring-convention=all).Documentation
doc/users/next_whats_new/(follow instructions in README.rst there).doc/api/next_api_changes/(follow instructions in README.rst there).