File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11.. _documenting-matplotlib :
22
3- **********************
4- Documenting matplotlib
5- **********************
3+ ===========================================
4+ Developer's tips for documenting matplotlib
5+ ===========================================
66
77Getting started
88===============
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
48As of matplotlib 1.4, the `six <http://pythonhosted.org/six/ >`_
59library is used to support Python 2 and 3 from a single code base.
Original file line number Diff line number Diff line change 11.. _testing :
22
3- Testing
4- =======
3+ ============================
4+ Developer's tips for testing
5+ ============================
56
67Matplotlib has a testing infrastructure based on nose _, making it easy
78to write new tests. The tests are in :mod: `matplotlib.tests `, and
You can’t perform that action at this time.
0 commit comments