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 better title
  • Loading branch information
NelleV authored and cfackler committed Nov 3, 2016
commit 19067f05b5d1f05d5000db10c123d3147601cbf4
11 changes: 5 additions & 6 deletions doc/devel/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@ environment <http://conda.pydata.org/docs/using/envs.html>`_

.. note::

**Additional dependencies for testing**: nose_ (version 1.0 or later),
`mock <http://www.voidspace.org.uk/python/mock/>`_ (if python < 3.3),
`Ghostscript <http://pages.cs.wisc.edu/~ghost/>`_, `Inkscape
<http://inkscape.org>`_
**Additional dependencies for testing**: nose_ (version 1.0 or later), `mock
<http://www.voidspace.org.uk/python/mock/>`_ (if python < 3.3), `Ghostscript
<http://pages.cs.wisc.edu/~ghost/>`_, `Inkscape <http://inkscape.org>`_

.. note:: To make sure the tests run locally:

Expand All @@ -87,7 +86,6 @@ environment <http://conda.pydata.org/docs/using/envs.html>`_ is recommended.
.. seealso::

* :ref:`testing`
* :ref:`using-git`


Contributing code
Expand All @@ -106,7 +104,7 @@ then submit a "pull request" (PR):
2. Fork the `project repository
<https://github.com/matplotlib/matplotlib>`__: click on the 'Fork' button
near the top of the page. This creates a copy of the code under your
account scikit-learnon the GitHub server.
account on the GitHub server.

3. Clone this copy to your local disk::

Expand Down Expand Up @@ -137,6 +135,7 @@ visibility.

* `Git documentation <https://git-scm.com/documentation>`_
* :ref:`development-workflow`.
* :ref:`using-git`

Contributing pull requests
--------------------------
Expand Down
6 changes: 3 additions & 3 deletions doc/devel/gitwash/development_workflow.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _development-workflow:

====================
Development workflow
====================
=========================
Git Development workflow
=========================

You've discovered a bug or something else you want to change
in matplotlib_ .. |emdash| excellent!
Expand Down