File tree Expand file tree Collapse file tree 3 files changed +29
-23
lines changed Expand file tree Collapse file tree 3 files changed +29
-23
lines changed 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 1
1
.. _MEP-index :
2
2
3
- ################################
4
- Matplotlib Enhancement Proposals
5
- ################################
3
+ .. include :: README.rst
6
4
7
5
.. htmlonly ::
8
6
@@ -13,22 +11,9 @@ Matplotlib Enhancement Proposals
13
11
:maxdepth: 1
14
12
15
13
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
34
14
15
+ .. toctree ::
16
+ :glob:
17
+ :maxdepth: 1
18
+
19
+ MEP*
Original file line number Diff line number Diff line change
1
+ .. _MEP-template :
2
+
1
3
==============
2
4
MEP Template
3
5
==============
@@ -20,14 +22,15 @@ MEPs go through a number of phases in their lifetime:
20
22
discussion of the MEP should include the MEP number (MEPxxx) in the
21
23
subject line so they can be easily related to the MEP.
22
24
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.
25
26
26
27
- **Completed **: The implementation has been merged into master.
27
28
28
29
- **Superseded **: This MEP has been abandoned in favor of another
29
30
approach.
30
31
32
+ - **Rejected **: There are currently no plans to implement the proposal.
33
+
31
34
Branches and Pull requests
32
35
==========================
33
36
You can’t perform that action at this time.
0 commit comments