File: template.rst

package info (click to toggle)
matplotlib 3.10.1%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 78,340 kB
  • sloc: python: 147,118; cpp: 62,988; objc: 1,679; ansic: 1,426; javascript: 786; makefile: 92; sh: 53
file content (75 lines) | stat: -rw-r--r-- 2,253 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.. _MEP-template:

==============
 MEP Template
==============

.. contents::
   :local:


This MEP template is a guideline of the sections that a MEP should
contain.  Extra sections may be added if appropriate, and unnecessary
sections may be noted as such.

Status
======

MEPs go through a number of phases in their lifetime:

- **Discussion**: The MEP is being actively discussed on the mailing
  list and it is being improved by its author.  The mailing list
  discussion of the MEP should include the MEP number (MEPxxx) in the
  subject line so they can be easily related to the MEP.

- **Progress**: Consensus was reached and implementation work has begun.

- **Completed**: The implementation has been merged into main.

- **Superseded**: This MEP has been abandoned in favor of another
  approach.

- **Rejected**: There are currently no plans to implement the proposal.

Branches and Pull requests
==========================

All development branches containing work on this MEP should be linked to from here.

All pull requests submitted relating to this MEP should be linked to
from here.  (A MEP does not need to be implemented in a single pull
request if it makes sense to implement it in discrete phases).

Abstract
========

The abstract should be a short description of what the MEP will achieve.

Detailed description
====================

This section describes the need for the MEP.  It should describe the
existing problem that it is trying to solve and why this MEP makes the
situation better.  It should include examples of how the new
functionality would be used and perhaps some use cases.

Implementation
==============

This section lists the major steps required to implement the MEP.
Where possible, it should be noted where one step is dependent on
another, and which steps may be optionally omitted.  Where it makes
sense, each step should include a link related pull requests as the
implementation progresses.

Backward compatibility
======================

This section describes the ways in which the MEP breaks backward incompatibility.

Alternatives
============

If there were any alternative solutions to solving the same problem,
they should be discussed here, along with a justification for the
chosen approach.