-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: Update docstring to numpy format for last few functions in transforms #9309
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
There are some minor markup issues. Given that everyone seems to get them wrong, I'll make a PR to document that... |
but basically, see http://matplotlib.org/devdocs/devel/documenting_mpl.html#formatting (regarding backquotes) |
@QuLogic Can you check what's happening with circleci? |
Thanks for checking in on this, and the heads up on the argument syntax - I wasn't totally sure on that, and missed the note about using *. I added links to classes too, and then last commit is just a updating link to class in local file, because I wasn't sure if that had something to do with CircleCI failing (not sure what's going on there) |
Circleci failing is certainly independent of your patch, but we may as well try to figure out what's happening. I'll wait for someone else to check on that before merging mostly so that that problem doesn't get lost but otherwise the PR looks good. |
There seems to be something up with the Debian mirrors. Previously, it was throwing 404 for packages, and the rebuild is now throwing 503 Quorum weight not reached. I'm not sure if we can really do anything; it might eventually fix itself once it reaches quorum. |
Congrats on your first contribution, hoping to see you around again! |
Oops, something went wrong applying the patch... Please have a look at my logs. |
@Carreau where are the logs? (may be worth at least mentioning in the meeseeksdev README) |
The build worked on master, so it seems the CircleCI issues fixed themselves. |
meeseekdev seems to not work with squash-merge. |
…forms (#9309) * DOC: Update docstring to numpy format for last few functions * DOC: fix syntax for arguments, add class links, improve wording. * DOC: Update link to class in local file
backported to v2.1.x as 8f9a208 Thanks @TomDonoghue ! |
Only owner of the app can see logs (for security reason, in case a Token get leaked in the stack trace), otherwise they are here @tacaswell is right it only works for merge commits; also I'm happy to give other admin right on heroku to be able to see logs.
We should allow backport of squashed commits; it should not be too hard. |
PR Summary
Update docs in some standalone functions in matplotlib/transforms, adding docstrings to a couple functions that didn't have them, and updating a couple others to use numpy docs standards. Updates are all documentation - no code changes.
PR Checklist