File: README.rst

package info (click to toggle)
matplotlib 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 77,480 kB
  • sloc: python: 124,525; cpp: 58,549; ansic: 29,599; objc: 2,348; makefile: 148; sh: 57
file content (21 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
:orphan:

Adding API change notes
=======================

Please place new portions of `api_changes.rst` in the
`next_api_changes` directory.

When adding an entry please look at the currently existing files to
see if you can extend any of them.  If you create a file, name it
:file:`what_api_changes.rst` (ex :file:`deprecated_rcparams.rst`) with
contents following the form: ::

    Brief description of change
    ---------------------------

    Long description of change, justification, and work-arounds to
    maintain old behavior (if any).


If you need more heading levels, please use ``~~~~`` and ``++++``.