File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99Status
1010======
1111
12- **Discussion **
12+ **Completed **
13+
14+ We are currently enforcing a sub-set of pep8 on new code contributions.
1315
1416Branches and Pull requests
1517==========================
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ by the user.
1111
1212Status
1313======
14+
1415**Discussion **
1516
1617Branches and Pull requests
Original file line number Diff line number Diff line change 99
1010**Progress **
1111
12- Targeted for 1.3
12+ This is still an on-going effort
1313
1414Branches and Pull requests
1515==========================
1616
17- #1665
18- #1757
19- #1795
2017
2118Abstract
2219========
Original file line number Diff line number Diff line change 55Status
66======
77
8- **Discussion **
8+ **Completed **
99
1010Branches and Pull requests
1111==========================
Original file line number Diff line number Diff line change 99Status
1010======
1111
12- **Proposed **
12+ **Rejected **
1313
1414Branches and Pull requests
1515==========================
Original file line number Diff line number Diff line change 88
99Status
1010======
11- **Discussion **
11+ **Progress **
1212
1313Branches and Pull requests
1414==========================
Original file line number Diff line number Diff line change 1+ :orphan:
2+
3+
4+ ################################
5+ Matplotlib Enhancement Proposals
6+ ################################
7+
8+ Matplotlib Enhancement Proposals (MEP), inspired by cpython's `PEP's
9+ <https://www.python.org/dev/peps/> `__ but less formal, are design
10+ documents for large or controversial changes to Matplotilb. These
11+ documents should provide a discussion of both why and how the changes
12+ should be made.
13+
14+ To create a new MEP open a pull request (PR) adding a file based on
15+ :ref: `the template <MEP-template >` to this the MEP directory. For the
16+ initial PR only a rough description is required and it should be
17+ merged quickly. Further detailed discussion can happen in follow on
18+ PRs.
Original file line number Diff line number Diff line change 11.. _MEP-index :
22
3- ################################
4- Matplotlib Enhancement Proposals
5- ################################
3+ .. include :: README.rst
64
75.. htmlonly ::
86
@@ -13,22 +11,9 @@ Matplotlib Enhancement Proposals
1311 :maxdepth: 1
1412
1513 template
16- MEP08
17- MEP09
18- MEP10
19- MEP11
20- MEP12
21- MEP13
22- MEP14
23- MEP15
24- MEP19
25- MEP21
26- MEP22
27- MEP23
28- MEP24
29- MEP25
30- MEP26
31- MEP27
32- MEP28
33- MEP29
3414
15+ .. toctree ::
16+ :glob:
17+ :maxdepth: 1
18+
19+ MEP*
Original file line number Diff line number Diff line change 1+ .. _MEP-template :
2+
13==============
24 MEP Template
35==============
@@ -20,14 +22,15 @@ MEPs go through a number of phases in their lifetime:
2022 discussion of the MEP should include the MEP number (MEPxxx) in the
2123 subject line so they can be easily related to the MEP.
2224
23- - **Progress **: Consensus was reached on the mailing list and
24- implementation work has begun.
25+ - **Progress **: Consensus was reached and implementation work has begun.
2526
2627- **Completed **: The implementation has been merged into master.
2728
2829- **Superseded **: This MEP has been abandoned in favor of another
2930 approach.
3031
32+ - **Rejected **: There are currently no plans to implement the proposal.
33+
3134Branches and Pull requests
3235==========================
3336
You can’t perform that action at this time.
0 commit comments