Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Convert docstring for set_xlim(), per issue #7205 #7369

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

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC fixes to the reviewer's guide
  • Loading branch information
NelleV authored and cfackler committed Nov 3, 2016
commit d22af8f6c58bf8cdff330840830f50f250522ea5
7 changes: 3 additions & 4 deletions doc/devel/reviewers_guide.rst → doc/devel/coding_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ Branch selection
* In general, simple bugfixes that are unlikely to introduce new bugs
of their own should be merged onto the maintenance branch. New
features, or anything that changes the API, should be made against
master. The rules are fuzzy here -- when in doubt, try to get some
consensus.
master. The rules are fuzzy here -- when in doubt, target master.

* Once changes are merged into the maintenance branch, they should
be merged into master.
* Once changes are merged into the maintenance branch, they should
be merged into master.

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion doc/devel/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Matplotlib Developers' Guide
add_new_projection.rst
portable_code.rst
gitwash/index.rst
reviewers_guide.rst
coding_guide.rst
release_guide.rst
MEP/index

Expand Down