From 01e67c2f63f82a6ca7c4a8bad290e3565e581478 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 29 Dec 2022 10:57:26 +0000 Subject: [PATCH 1/2] Move geo/polar projections to their own pages --- doc/api/projections/geo.rst | 7 +++++++ doc/api/projections/polar.rst | 7 +++++++ doc/api/projections_api.rst | 19 ++++++++----------- 3 files changed, 22 insertions(+), 11 deletions(-) create mode 100644 doc/api/projections/geo.rst create mode 100644 doc/api/projections/polar.rst diff --git a/doc/api/projections/geo.rst b/doc/api/projections/geo.rst new file mode 100644 index 000000000000..beaa7ec343f3 --- /dev/null +++ b/doc/api/projections/geo.rst @@ -0,0 +1,7 @@ +****************************** +``matplotlib.projections.geo`` +****************************** + +.. automodule:: matplotlib.projections.geo + :members: + :show-inheritance: diff --git a/doc/api/projections/polar.rst b/doc/api/projections/polar.rst new file mode 100644 index 000000000000..3491fd92d16e --- /dev/null +++ b/doc/api/projections/polar.rst @@ -0,0 +1,7 @@ +******************************** +``matplotlib.projections.polar`` +******************************** + +.. automodule:: matplotlib.projections.polar + :members: + :show-inheritance: diff --git a/doc/api/projections_api.rst b/doc/api/projections_api.rst index ff12a2be8623..44e1f5b2f117 100644 --- a/doc/api/projections_api.rst +++ b/doc/api/projections_api.rst @@ -6,16 +6,13 @@ :members: :show-inheritance: -``matplotlib.projections.polar`` -================================ +Built in projections +==================== +Matplotlib has built in support for polar and some geographic projections. +See the following pages for more information: -.. automodule:: matplotlib.projections.polar - :members: - :show-inheritance: - -``matplotlib.projections.geo`` -============================== +.. toctree:: + :maxdepth: 1 -.. automodule:: matplotlib.projections.geo - :members: - :show-inheritance: + projections/polar + projections/geo From 3b786a1c23f3708dd92e2abc6dafa861e5959466 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 29 Dec 2022 16:01:21 +0000 Subject: [PATCH 2/2] "built in" > "built-in" --- doc/api/projections_api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/projections_api.rst b/doc/api/projections_api.rst index 44e1f5b2f117..f0c742c241e7 100644 --- a/doc/api/projections_api.rst +++ b/doc/api/projections_api.rst @@ -6,9 +6,9 @@ :members: :show-inheritance: -Built in projections +Built-in projections ==================== -Matplotlib has built in support for polar and some geographic projections. +Matplotlib has built-in support for polar and some geographic projections. See the following pages for more information: .. toctree::