-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Move some examples out of examples/api #10459
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
Looks like there are a few cross-references that need updating. |
examples/api/agg_oo_sgskip.py
Outdated
@@ -1,23 +0,0 @@ | |||
""" |
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 think this example ("pyplot-free mpl") is actually worth keeping.
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.
88b0c72
to
24085dd
Compare
Fix some doc links Put back AGG OO example Remove old example
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.
This all looks OK to me.
@@ -7,6 +7,7 @@ | |||
to leave out days on which there is no data, i.e. weekends. The example | |||
below shows how to use an 'index formatter' to achieve the desired plot | |||
""" | |||
from __future__ import print_function |
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.
This should not be added now since we're Python 3 only on master.
Backport PR #10459 on branch v2.2.2-doc
I think this PR led to the fact that there are now two
which seem to be doing similar things. |
Goes halfway towards solving #5571 by moving stuff out of
examples/api
into better categories. I got bored, and short PRs make for easier review, so I'll put the rest in another PR at some point (unless someone else wants to 😉 )