streamlined coding guide and added naming conventions table · matplotlib/matplotlib@f9f7f62 · GitHub
Skip to content

Commit f9f7f62

Browse files
committed
streamlined coding guide and added naming conventions table
1 parent 309981d commit f9f7f62

7 files changed

Lines changed: 286 additions & 206 deletions

File tree

doc/_static/mpl.css

Lines changed: 5 additions & 0 deletions

doc/api/next_api_changes/README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,17 @@ author's initials. Typically, each change will get its own file, but you may
2222
also amend existing files when suitable. The overall goal is a comprehensible
2323
documentation of the changes.
2424

25-
Please avoid using references in section titles, as it causes links to be
26-
confusing in the table of contents. Instead, ensure that a reference is
27-
included in the descriptive text. A typical entry could look like this::
25+
A typical entry could look like this: ::
2826

2927
Locators
3028
~~~~~~~~
3129
The unused `Locator.autoscale()` method is deprecated (pass the axis
3230
limits to `Locator.view_limits()` instead).
31+
32+
Please avoid using references in section titles, as it causes links to be
33+
confusing in the table of contents. Instead, ensure that a reference is
34+
included in the descriptive text.
35+
36+
..
37+
A subsection of this file is included in the coding-guidelines
38+
API change notes section.

doc/devel/coding_guide.rst

Lines changed: 47 additions & 173 deletions

0 commit comments

Comments
 (0)