Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ENH Improving the contribution guidelines#7236

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ivanov merged 13 commits intomatplotlib:masterfromNelleV:enh_contributing_guidelines
Nov 2, 2016
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
13 commits
Select commitHold shift + click to select a range
d00c927
ENH contributing guidelines are now all in one place
NelleVOct 8, 2016
419ce52
ENH Improved contributing documentation
NelleVOct 8, 2016
0b9974c
DOC remove transformation.rst and hide license doc
NelleVOct 8, 2016
085844a
FIX typo
NelleVOct 8, 2016
9799d66
DOC improved organization and titles
NelleVOct 8, 2016
9547bc7
ENH better styling for notes, warnings and see also section
NelleVOct 11, 2016
5a9f988
DOC Better crosslinking of dev references
NelleVOct 11, 2016
c97d6ac
DOC better title
NelleVOct 11, 2016
54e0c9c
DOC no more addition to pyplot
NelleVOct 12, 2016
76a5ab2
DOC fixes to the reviewer's guide
NelleVOct 12, 2016
19603a5
DOC added easy-fix and new-contributor-friendly tags
NelleVOct 12, 2016
388a4a0
DOC better styling for topic sections
NelleVOct 12, 2016
4d8963f
DOC Transformations are now documented in the API
NelleVOct 29, 2016
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
PrevPrevious commit
NextNext commit
DOC better title
  • Loading branch information
@NelleV
NelleV committedOct 29, 2016
commitc97d6ac0cb4fa47d9855060417537c0bd24f90d9
11 changes: 5 additions & 6 deletionsdoc/devel/contributing.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This link might be outdated.

<http://pages.cs.wisc.edu/~ghost/>`_, `Inkscape <http://inkscape.org>`_
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Ghostscript link might be outdated as well. http -> https on the Inkscape link.


.. 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
accountscikit-learnon the GitHub server.
accounton the GitHub server.

3. Clone this copy to your local disk::

Expand DownExpand 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 deletionsdoc/devel/gitwash/development_workflow.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
.. _development-workflow:

====================
Development workflow
====================
=========================
GitDevelopment workflow
=========================
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks like an extra=?


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

[8]ページ先頭

©2009-2025 Movatter.jp