Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9799d66

Browse files
committed
DOC improved organization and titles
1 parent 085844a commit 9799d66

5 files changed

Lines changed: 20 additions & 15 deletions

File tree

doc/devel/add_new_projection.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _adding-new-scales:
22

3-
***********************************************
4-
Adding new scales and projections to matplotlib
5-
***********************************************
3+
========================================================
4+
Developer's guide for creating scales and transformation
5+
========================================================
66

77
.. ::author Michael Droettboom
88

doc/devel/documenting_mpl.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _documenting-matplotlib:
22

3-
**********************
4-
Documenting matplotlib
5-
**********************
3+
===========================================
4+
Developer's tips for documenting matplotlib
5+
===========================================
66

77
Getting started
88
===============

doc/devel/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ The Matplotlib Developers' Guide
1313
:maxdepth: 2
1414

1515
contributing.rst
16-
reviewers_guide.rst
17-
portable_code.rst
18-
gitwash/index.rst
1916
testing.rst
2017
documenting_mpl.rst
21-
release_guide.rst
2218
add_new_projection.rst
23-
color_changes
19+
portable_code.rst
20+
gitwash/index.rst
21+
reviewers_guide.rst
22+
release_guide.rst
2423
MEP/index
2524

2625
.. toctree::
2726
:hidden:
2827

2928
license.rst
29+
color_changes

doc/devel/portable_code.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
Writing code for Python 2 and 3
2-
-------------------------------
1+
2+
.. _portable_code:
3+
4+
=====================================================
5+
Developer's tips for writing code for python 2 and 3
6+
=====================================================
37

48
As of matplotlib 1.4, the `six <http://pythonhosted.org/six/>`_
59
library is used to support Python 2 and 3 from a single code base.

doc/devel/testing.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.. _testing:
22

3-
Testing
4-
=======
3+
============================
4+
Developer's tips for testing
5+
============================
56

67
Matplotlib has a testing infrastructure based on nose_, making it easy
78
to write new tests. The tests are in :mod:`matplotlib.tests`, and

0 commit comments

Comments
 (0)