From 28806f2ee8023ab1e9e7ec610bdbe1a53e5b9aa9 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sat, 3 Nov 2018 21:10:35 +0100 Subject: [PATCH] Reorder API docs: separate file per module --- doc/api/afm_api.rst | 10 +++------- doc/api/animation_api.rst | 6 +++--- doc/api/artist_api.rst | 6 +++--- doc/api/axes_api.rst | 6 +++--- doc/api/axis_api.rst | 6 +++--- doc/api/blocking_input_api.rst | 9 +++------ doc/api/cbook_api.rst | 10 +++------- doc/api/cm_api.rst | 9 +++------ doc/api/collections_api.rst | 9 +++------ doc/api/colorbar_api.rst | 10 +++------- doc/api/colors_api.rst | 8 +++----- doc/api/container_api.rst | 9 +++------ doc/api/contour_api.rst | 11 +++-------- doc/api/dates_api.rst | 9 +++------ doc/api/dviread.rst | 9 +++------ doc/api/figure_api.rst | 10 +++------- doc/api/font_manager_api.rst | 16 +++------------- doc/api/fontconfig_pattern_api.rst | 8 ++++++++ doc/api/gridspec_api.rst | 9 +++------ doc/api/image_api.rst | 10 +++------- doc/api/index.rst | 10 ++++++++-- doc/api/index_backend_api.rst | 10 ++++------ doc/api/legend_api.rst | 16 +++------------- doc/api/legend_handler_api.rst | 7 +++++++ doc/api/lines_api.rst | 10 +++------- doc/api/markers_api.rst | 10 +++------- doc/api/mathtext_api.rst | 9 +++------ doc/api/matplotlib_configuration_api.rst | 6 +++--- doc/api/mlab_api.rst | 10 +++------- doc/api/offsetbox_api.rst | 10 +++------- doc/api/patches_api.rst | 10 +++------- doc/api/path_api.rst | 10 +++------- doc/api/patheffects_api.rst | 10 +++------- doc/api/projections_api.rst | 15 ++++++--------- doc/api/pyplot_summary.rst | 4 ++++ doc/api/rcsetup_api.rst | 10 +++------- doc/api/sankey_api.rst | 10 +++------- doc/api/scale_api.rst | 10 +++------- doc/api/spines_api.rst | 10 +++------- doc/api/style_api.rst | 10 +++------- doc/api/table_api.rst | 9 +++------ doc/api/text_api.rst | 10 +++------- doc/api/textpath_api.rst | 10 +++------- doc/api/ticker_api.rst | 10 +++------- doc/api/tight_layout_api.rst | 10 +++------- doc/api/transformations.rst | 9 +++------ doc/api/tri_api.rst | 8 +++----- doc/api/type1font.rst | 9 +++------ doc/api/units_api.rst | 10 +++------- doc/api/widgets_api.rst | 10 +++------- 50 files changed, 169 insertions(+), 303 deletions(-) create mode 100644 doc/api/fontconfig_pattern_api.rst create mode 100644 doc/api/legend_handler_api.rst diff --git a/doc/api/afm_api.rst b/doc/api/afm_api.rst index 3bffbd1c30a3..7e6d307cca33 100644 --- a/doc/api/afm_api.rst +++ b/doc/api/afm_api.rst @@ -1,10 +1,6 @@ -********************************** -afm (Adobe Font Metrics interface) -********************************** - - -:mod:`matplotlib.afm` -===================== +****************** +``matplotlib.afm`` +****************** .. automodule:: matplotlib.afm :members: diff --git a/doc/api/animation_api.rst b/doc/api/animation_api.rst index c690ddb5e555..f64c19e8dfa1 100644 --- a/doc/api/animation_api.rst +++ b/doc/api/animation_api.rst @@ -1,6 +1,6 @@ -********* -animation -********* +************************ +``matplotlib.animation`` +************************ .. automodule:: matplotlib.animation :no-members: diff --git a/doc/api/artist_api.rst b/doc/api/artist_api.rst index 0f1fa97d8bf3..d2b0c643a546 100644 --- a/doc/api/artist_api.rst +++ b/doc/api/artist_api.rst @@ -1,8 +1,8 @@ .. _artist-api: -****** -artist -****** +********************* +``matplotlib.artist`` +********************* .. inheritance-diagram:: matplotlib.axes._axes.Axes matplotlib.axes._base._AxesBase matplotlib.axis.Axis matplotlib.axis.Tick matplotlib.axis.XAxis matplotlib.axis.XTick matplotlib.axis.YAxis matplotlib.axis.YTick matplotlib.collections.AsteriskPolygonCollection matplotlib.collections.BrokenBarHCollection matplotlib.collections.CircleCollection matplotlib.collections.Collection matplotlib.collections.EllipseCollection matplotlib.collections.EventCollection matplotlib.collections.LineCollection matplotlib.collections.PatchCollection matplotlib.collections.PathCollection matplotlib.collections.PolyCollection matplotlib.collections.QuadMesh matplotlib.collections.RegularPolyCollection matplotlib.collections.StarPolygonCollection matplotlib.collections.TriMesh matplotlib.collections._CollectionWithSizes matplotlib.contour.ClabelText matplotlib.figure.Figure matplotlib.image.AxesImage matplotlib.image.BboxImage matplotlib.image.FigureImage matplotlib.image.NonUniformImage matplotlib.image.PcolorImage matplotlib.image._ImageBase matplotlib.legend.Legend matplotlib.lines.Line2D matplotlib.offsetbox.AnchoredOffsetbox matplotlib.offsetbox.AnchoredText matplotlib.offsetbox.AnnotationBbox matplotlib.offsetbox.AuxTransformBox matplotlib.offsetbox.DrawingArea matplotlib.offsetbox.HPacker matplotlib.offsetbox.OffsetBox matplotlib.offsetbox.OffsetImage matplotlib.offsetbox.PackerBase matplotlib.offsetbox.PaddedBox matplotlib.offsetbox.TextArea matplotlib.offsetbox.VPacker matplotlib.patches.Arc matplotlib.patches.Arrow matplotlib.patches.Circle matplotlib.patches.CirclePolygon matplotlib.patches.ConnectionPatch matplotlib.patches.Ellipse matplotlib.patches.FancyArrow matplotlib.patches.FancyArrowPatch matplotlib.patches.FancyBboxPatch matplotlib.patches.Patch matplotlib.patches.PathPatch matplotlib.patches.Polygon matplotlib.patches.Rectangle matplotlib.patches.RegularPolygon matplotlib.patches.Shadow matplotlib.patches.Wedge matplotlib.patches.YAArrow matplotlib.projections.geo.AitoffAxes matplotlib.projections.geo.GeoAxes matplotlib.projections.geo.HammerAxes matplotlib.projections.geo.LambertAxes matplotlib.projections.geo.MollweideAxes matplotlib.projections.polar.PolarAxes matplotlib.quiver.Barbs matplotlib.quiver.Quiver matplotlib.quiver.QuiverKey matplotlib.spines.Spine matplotlib.table.Cell matplotlib.table.CustomCell matplotlib.table.Table matplotlib.text.Annotation matplotlib.text.Text matplotlib.text.TextWithDash :parts: 1 diff --git a/doc/api/axes_api.rst b/doc/api/axes_api.rst index 01b926e6c951..3e2f7cdd8c34 100644 --- a/doc/api/axes_api.rst +++ b/doc/api/axes_api.rst @@ -1,6 +1,6 @@ -==== -axes -==== +******************* +``matplotlib.axes`` +******************* .. currentmodule:: matplotlib.axes diff --git a/doc/api/axis_api.rst b/doc/api/axis_api.rst index 4028530102ce..ad5f75d57c82 100644 --- a/doc/api/axis_api.rst +++ b/doc/api/axis_api.rst @@ -1,6 +1,6 @@ -=================== - axis and tick API -=================== +******************* +``matplotlib.axis`` +******************* .. contents:: Table of Contents :depth: 3 diff --git a/doc/api/blocking_input_api.rst b/doc/api/blocking_input_api.rst index 840cbe25235f..6ba612682ac4 100644 --- a/doc/api/blocking_input_api.rst +++ b/doc/api/blocking_input_api.rst @@ -1,9 +1,6 @@ -************** -blocking_input -************** - -:mod:`matplotlib.blocking_input` -================================ +***************************** +``matplotlib.blocking_input`` +***************************** .. automodule:: matplotlib.blocking_input :members: diff --git a/doc/api/cbook_api.rst b/doc/api/cbook_api.rst index 7c133ce8fdd1..4c8ef9cc50fa 100644 --- a/doc/api/cbook_api.rst +++ b/doc/api/cbook_api.rst @@ -1,10 +1,6 @@ -***** -cbook -***** - - -:mod:`matplotlib.cbook` -======================= +******************** +``matplotlib.cbook`` +******************** .. automodule:: matplotlib.cbook :members: diff --git a/doc/api/cm_api.rst b/doc/api/cm_api.rst index 6cf4a262a62d..990d204c2a98 100644 --- a/doc/api/cm_api.rst +++ b/doc/api/cm_api.rst @@ -1,9 +1,6 @@ -************* -cm (colormap) -************* - -:mod:`matplotlib.cm` -==================== +***************** +``matplotlib.cm`` +***************** .. automodule:: matplotlib.cm :members: diff --git a/doc/api/collections_api.rst b/doc/api/collections_api.rst index 166dc3690c08..2a06c00a2ad1 100644 --- a/doc/api/collections_api.rst +++ b/doc/api/collections_api.rst @@ -1,14 +1,11 @@ -*********** -collections -*********** +************************** +``matplotlib.collections`` +************************** .. inheritance-diagram:: matplotlib.collections :parts: 2 :private-bases: -:mod:`matplotlib.collections` -============================= - .. automodule:: matplotlib.collections :members: :undoc-members: diff --git a/doc/api/colorbar_api.rst b/doc/api/colorbar_api.rst index 26714dcebd38..745589a39fa4 100644 --- a/doc/api/colorbar_api.rst +++ b/doc/api/colorbar_api.rst @@ -1,10 +1,6 @@ -******** -colorbar -******** - - -:mod:`matplotlib.colorbar` -========================== +*********************** +``matplotlib.colorbar`` +*********************** .. automodule:: matplotlib.colorbar :members: diff --git a/doc/api/colors_api.rst b/doc/api/colors_api.rst index 196f167b93e6..d691b9905c55 100644 --- a/doc/api/colors_api.rst +++ b/doc/api/colors_api.rst @@ -1,6 +1,6 @@ -****** -colors -****** +********************* +``matplotlib.colors`` +********************* For a visual representation of the Matplotlib colormaps, see: @@ -9,8 +9,6 @@ For a visual representation of the Matplotlib colormaps, see: * The :ref:`tutorials-colors` tutorial for an in-depth guide on controlling color. -:mod:`matplotlib.colors` -======================== .. currentmodule:: matplotlib.colors diff --git a/doc/api/container_api.rst b/doc/api/container_api.rst index 3b765f1fb022..4bc05067fd26 100644 --- a/doc/api/container_api.rst +++ b/doc/api/container_api.rst @@ -1,9 +1,6 @@ -********* -container -********* - -:mod:`matplotlib.container` -=========================== +************************ +``matplotlib.container`` +************************ .. automodule:: matplotlib.container :members: diff --git a/doc/api/contour_api.rst b/doc/api/contour_api.rst index 60a68e453863..7fe159efd9eb 100644 --- a/doc/api/contour_api.rst +++ b/doc/api/contour_api.rst @@ -1,11 +1,6 @@ - -******* -contour -******* - - -:mod:`matplotlib.contour` -========================= +********************** +``matplotlib.contour`` +********************** .. automodule:: matplotlib.contour :members: diff --git a/doc/api/dates_api.rst b/doc/api/dates_api.rst index 6d9d8dd529b6..1afeaaeac3cd 100644 --- a/doc/api/dates_api.rst +++ b/doc/api/dates_api.rst @@ -1,13 +1,10 @@ -***** -dates -***** +******************** +``matplotlib.dates`` +******************** .. inheritance-diagram:: matplotlib.dates :parts: 1 -:mod:`matplotlib.dates` -======================= - .. automodule:: matplotlib.dates :members: :undoc-members: diff --git a/doc/api/dviread.rst b/doc/api/dviread.rst index c619ac302542..9d07407a1753 100644 --- a/doc/api/dviread.rst +++ b/doc/api/dviread.rst @@ -1,9 +1,6 @@ -******* -dviread -******* - -:mod:`matplotlib.dviread` -========================= +********************** +``matplotlib.dviread`` +********************** .. automodule:: matplotlib.dviread :members: diff --git a/doc/api/figure_api.rst b/doc/api/figure_api.rst index e6fee3334f33..ef577e7ef17f 100644 --- a/doc/api/figure_api.rst +++ b/doc/api/figure_api.rst @@ -1,10 +1,6 @@ -****** -figure -****** - - -:mod:`matplotlib.figure` -======================== +********************* +``matplotlib.figure`` +********************* .. currentmodule:: matplotlib.figure diff --git a/doc/api/font_manager_api.rst b/doc/api/font_manager_api.rst index 88d5fb38e5f9..24bfefe00d32 100644 --- a/doc/api/font_manager_api.rst +++ b/doc/api/font_manager_api.rst @@ -1,21 +1,11 @@ -************ -font_manager -************ - -:mod:`matplotlib.font_manager` -============================== +*************************** +``matplotlib.font_manager`` +*************************** .. automodule:: matplotlib.font_manager :members: :undoc-members: :show-inheritance: -:mod:`matplotlib.fontconfig_pattern` -==================================== - -.. automodule:: matplotlib.fontconfig_pattern - :members: - :undoc-members: - :show-inheritance: diff --git a/doc/api/fontconfig_pattern_api.rst b/doc/api/fontconfig_pattern_api.rst new file mode 100644 index 000000000000..772900035df7 --- /dev/null +++ b/doc/api/fontconfig_pattern_api.rst @@ -0,0 +1,8 @@ +********************************* +``matplotlib.fontconfig_pattern`` +********************************* + +.. automodule:: matplotlib.fontconfig_pattern + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/api/gridspec_api.rst b/doc/api/gridspec_api.rst index 133ffed6ac35..2b9f5a67784c 100644 --- a/doc/api/gridspec_api.rst +++ b/doc/api/gridspec_api.rst @@ -1,9 +1,6 @@ -******** -gridspec -******** - -:mod:`matplotlib.gridspec` -========================== +*********************** +``matplotlib.gridspec`` +*********************** .. currentmodule:: matplotlib.gridspec diff --git a/doc/api/image_api.rst b/doc/api/image_api.rst index 15afe2e8a1b6..df3177395eef 100644 --- a/doc/api/image_api.rst +++ b/doc/api/image_api.rst @@ -1,10 +1,6 @@ -***** -image -***** - - -:mod:`matplotlib.image` -======================= +******************** +``matplotlib.image`` +******************** .. automodule:: matplotlib.image :members: diff --git a/doc/api/index.rst b/doc/api/index.rst index 0f29598795ea..bc2e26b7faab 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -10,6 +10,7 @@ api_overview.rst api_changes.rst + Modules ======= @@ -17,12 +18,14 @@ Modules :maxdepth: 1 matplotlib_configuration_api.rst - pyplot_summary.rst afm_api.rst animation_api.rst artist_api.rst axes_api.rst axis_api.rst + backend_bases_api.rst + backend_managers_api.rst + backend_tools_api.rst index_backend_api.rst blocking_input_api.rst cbook_api.rst @@ -30,15 +33,17 @@ Modules collections_api.rst colorbar_api.rst colors_api.rst - contour_api.rst container_api.rst + contour_api.rst dates_api.rst dviread.rst figure_api.rst font_manager_api.rst + fontconfig_pattern_api.rst gridspec_api.rst image_api.rst legend_api.rst + legend_handler_api.rst lines_api.rst markers_api.rst mathtext_api.rst @@ -47,6 +52,7 @@ Modules patches_api.rst path_api.rst patheffects_api.rst + pyplot_summary.rst projections_api.rst rcsetup_api.rst sankey_api.rst diff --git a/doc/api/index_backend_api.rst b/doc/api/index_backend_api.rst index 5141e275a4f9..5d0400b7f6c1 100644 --- a/doc/api/index_backend_api.rst +++ b/doc/api/index_backend_api.rst @@ -1,13 +1,11 @@ -******** -backends -******** +*********************** +``matplotlib.backends`` +*********************** .. toctree:: + :maxdepth: 1 - backend_bases_api.rst - backend_managers_api.rst backend_mixed_api.rst - backend_tools_api.rst backend_agg_api.rst backend_cairo_api.rst backend_gtk3agg_api.rst diff --git a/doc/api/legend_api.rst b/doc/api/legend_api.rst index 9893ae31dc78..c6808b15665d 100644 --- a/doc/api/legend_api.rst +++ b/doc/api/legend_api.rst @@ -1,18 +1,8 @@ -************************* -legend and legend_handler -************************* - - -:mod:`matplotlib.legend` -========================= +********************* +``matplotlib.legend`` +********************* .. automodule:: matplotlib.legend :members: :undoc-members: :show-inheritance: - -:mod:`matplotlib.legend_handler` -================================ -.. automodule:: matplotlib.legend_handler - :members: - :undoc-members: diff --git a/doc/api/legend_handler_api.rst b/doc/api/legend_handler_api.rst new file mode 100644 index 000000000000..dfdf04730ce2 --- /dev/null +++ b/doc/api/legend_handler_api.rst @@ -0,0 +1,7 @@ +***************************** +``matplotlib.legend_handler`` +***************************** + +.. automodule:: matplotlib.legend_handler + :members: + :undoc-members: diff --git a/doc/api/lines_api.rst b/doc/api/lines_api.rst index 01cd114e64c8..808df726d118 100644 --- a/doc/api/lines_api.rst +++ b/doc/api/lines_api.rst @@ -1,10 +1,6 @@ -***** -lines -***** - - -:mod:`matplotlib.lines` -======================== +******************** +``matplotlib.lines`` +******************** .. currentmodule:: matplotlib.lines diff --git a/doc/api/markers_api.rst b/doc/api/markers_api.rst index 1b52bbacf57f..5193d2dd90c9 100644 --- a/doc/api/markers_api.rst +++ b/doc/api/markers_api.rst @@ -1,10 +1,6 @@ -******* -markers -******* - - -:mod:`matplotlib.markers` -========================= +********************** +``matplotlib.markers`` +********************** .. currentmodule:: matplotlib.markers diff --git a/doc/api/mathtext_api.rst b/doc/api/mathtext_api.rst index 689c0ade3aa5..295ed0382c61 100644 --- a/doc/api/mathtext_api.rst +++ b/doc/api/mathtext_api.rst @@ -1,13 +1,10 @@ -******** -mathtext -******** +*********************** +``matplotlib.mathtext`` +*********************** .. inheritance-diagram:: matplotlib.mathtext :parts: 1 -:mod:`matplotlib.mathtext` -============================= - .. automodule:: matplotlib.mathtext :members: :undoc-members: diff --git a/doc/api/matplotlib_configuration_api.rst b/doc/api/matplotlib_configuration_api.rst index 26ce3ac57edf..5820fead2a53 100644 --- a/doc/api/matplotlib_configuration_api.rst +++ b/doc/api/matplotlib_configuration_api.rst @@ -1,6 +1,6 @@ -The top level :mod:`matplotlib` module -====================================== - +************** +``matplotlib`` +************** .. py:currentmodule:: matplotlib diff --git a/doc/api/mlab_api.rst b/doc/api/mlab_api.rst index 4e326b353a50..3e80b04cad27 100644 --- a/doc/api/mlab_api.rst +++ b/doc/api/mlab_api.rst @@ -1,10 +1,6 @@ -**** -mlab -**** - - -:mod:`matplotlib.mlab` -======================= +******************* +``matplotlib.mlab`` +******************* .. automodule:: matplotlib.mlab :members: diff --git a/doc/api/offsetbox_api.rst b/doc/api/offsetbox_api.rst index 1ed7e55504db..94fdebc7d062 100644 --- a/doc/api/offsetbox_api.rst +++ b/doc/api/offsetbox_api.rst @@ -1,10 +1,6 @@ -********* -offsetbox -********* - - -:mod:`matplotlib.offsetbox` -=========================== +************************ +``matplotlib.offsetbox`` +************************ .. automodule:: matplotlib.offsetbox :members: diff --git a/doc/api/patches_api.rst b/doc/api/patches_api.rst index 167e7a42c871..4fd59541d164 100644 --- a/doc/api/patches_api.rst +++ b/doc/api/patches_api.rst @@ -1,10 +1,6 @@ -******* -patches -******* - - -:mod:`matplotlib.patches` -========================= +********************** +``matplotlib.patches`` +********************** .. currentmodule:: matplotlib.patches diff --git a/doc/api/path_api.rst b/doc/api/path_api.rst index d67bbb2536e4..4ee7200b1921 100644 --- a/doc/api/path_api.rst +++ b/doc/api/path_api.rst @@ -1,10 +1,6 @@ -**** -path -**** - - -:mod:`matplotlib.path` -======================= +******************* +``matplotlib.path`` +******************* .. automodule:: matplotlib.path :members: diff --git a/doc/api/patheffects_api.rst b/doc/api/patheffects_api.rst index 0efcc14a114a..1f124b051d13 100644 --- a/doc/api/patheffects_api.rst +++ b/doc/api/patheffects_api.rst @@ -1,10 +1,6 @@ -*********** -patheffects -*********** - - -:mod:`matplotlib.patheffects` -============================= +************************** +``matplotlib.patheffects`` +************************** .. automodule:: matplotlib.patheffects :members: diff --git a/doc/api/projections_api.rst b/doc/api/projections_api.rst index bf4bbd8c31a8..e7c807957925 100644 --- a/doc/api/projections_api.rst +++ b/doc/api/projections_api.rst @@ -1,18 +1,15 @@ -*********** -projections -*********** - - -:mod:`matplotlib.projections` -============================= +************************** +``matplotlib.projections`` +************************** .. automodule:: matplotlib.projections :members: :show-inheritance: -:mod:`matplotlib.projections.polar` -=================================== +******************************** +``matplotlib.projections.polar`` +******************************** .. automodule:: matplotlib.projections.polar :members: diff --git a/doc/api/pyplot_summary.rst b/doc/api/pyplot_summary.rst index 83adccb1e02a..f3f4c88b78e8 100644 --- a/doc/api/pyplot_summary.rst +++ b/doc/api/pyplot_summary.rst @@ -1,3 +1,7 @@ +********************* +``matplotlib.pyplot`` +********************* + Pyplot function overview ------------------------ diff --git a/doc/api/rcsetup_api.rst b/doc/api/rcsetup_api.rst index b0c30d8a6e8e..7c5d109e2a78 100644 --- a/doc/api/rcsetup_api.rst +++ b/doc/api/rcsetup_api.rst @@ -1,10 +1,6 @@ -******* -rcsetup -******* - - -:mod:`matplotlib.rcsetup` -========================= +********************** +``matplotlib.rcsetup`` +********************** .. automodule:: matplotlib.rcsetup :members: diff --git a/doc/api/sankey_api.rst b/doc/api/sankey_api.rst index 51bdb15fa5f4..86223e7417c2 100644 --- a/doc/api/sankey_api.rst +++ b/doc/api/sankey_api.rst @@ -1,10 +1,6 @@ -****** -sankey -****** - - -:mod:`matplotlib.sankey` -======================== +********************* +``matplotlib.sankey`` +********************* .. automodule:: matplotlib.sankey :members: diff --git a/doc/api/scale_api.rst b/doc/api/scale_api.rst index 07778d04856b..1eb890dcfb48 100644 --- a/doc/api/scale_api.rst +++ b/doc/api/scale_api.rst @@ -1,10 +1,6 @@ -***** -scale -***** - - -:mod:`matplotlib.scale` -======================= +******************** +``matplotlib.scale`` +******************** .. automodule:: matplotlib.scale :members: diff --git a/doc/api/spines_api.rst b/doc/api/spines_api.rst index aeab960c0776..f119ef4e80f4 100644 --- a/doc/api/spines_api.rst +++ b/doc/api/spines_api.rst @@ -1,10 +1,6 @@ -****** -spines -****** - - -:mod:`matplotlib.spines` -======================== +********************* +``matplotlib.spines`` +********************* .. automodule:: matplotlib.spines :members: diff --git a/doc/api/style_api.rst b/doc/api/style_api.rst index 10576f4559d6..ed4be63d0e86 100644 --- a/doc/api/style_api.rst +++ b/doc/api/style_api.rst @@ -1,10 +1,6 @@ -***** -style -***** - - -:mod:`matplotlib.style` -======================= +******************** +``matplotlib.style`` +******************** .. automodule:: matplotlib.style :members: diff --git a/doc/api/table_api.rst b/doc/api/table_api.rst index e5fbd2cc6767..ee44af0949f7 100644 --- a/doc/api/table_api.rst +++ b/doc/api/table_api.rst @@ -1,9 +1,6 @@ -***** -table -***** - -:mod:`matplotlib.table` -=================================== +******************** +``matplotlib.table`` +******************** .. automodule:: matplotlib.table :members: diff --git a/doc/api/text_api.rst b/doc/api/text_api.rst index 19ec2f8d833c..c88d45f2832b 100644 --- a/doc/api/text_api.rst +++ b/doc/api/text_api.rst @@ -1,10 +1,6 @@ -**** -text -**** - - -:mod:`matplotlib.text` -======================= +******************* +``matplotlib.text`` +******************* .. automodule:: matplotlib.text :members: diff --git a/doc/api/textpath_api.rst b/doc/api/textpath_api.rst index 46e1e3884627..875e4b376867 100644 --- a/doc/api/textpath_api.rst +++ b/doc/api/textpath_api.rst @@ -1,10 +1,6 @@ -******** -textpath -******** - - -:mod:`matplotlib.textpath` -========================== +*********************** +``matplotlib.textpath`` +*********************** .. automodule:: matplotlib.textpath :members: diff --git a/doc/api/ticker_api.rst b/doc/api/ticker_api.rst index dae66cf07394..8da9ac2988f0 100644 --- a/doc/api/ticker_api.rst +++ b/doc/api/ticker_api.rst @@ -1,10 +1,6 @@ -****** -ticker -****** - - -:mod:`matplotlib.ticker` -======================== +********************* +``matplotlib.ticker`` +********************* .. automodule:: matplotlib.ticker :members: diff --git a/doc/api/tight_layout_api.rst b/doc/api/tight_layout_api.rst index 11cdaa9b71da..1f1a32281aa0 100644 --- a/doc/api/tight_layout_api.rst +++ b/doc/api/tight_layout_api.rst @@ -1,10 +1,6 @@ -************ -tight_layout -************ - - -:mod:`matplotlib.tight_layout` -============================== +*************************** +``matplotlib.tight_layout`` +*************************** .. automodule:: matplotlib.tight_layout :members: diff --git a/doc/api/transformations.rst b/doc/api/transformations.rst index a50d35b080b8..8b1677dfdcd7 100644 --- a/doc/api/transformations.rst +++ b/doc/api/transformations.rst @@ -1,13 +1,10 @@ -*************** -transformations -*************** +************************* +``matplotlib.transforms`` +************************* .. inheritance-diagram:: matplotlib.transforms matplotlib.path :parts: 1 -:mod:`matplotlib.transforms` -============================= - .. automodule:: matplotlib.transforms :members: TransformNode, BboxBase, Bbox, TransformedBbox, Transform, TransformWrapper, AffineBase, Affine2DBase, Affine2D, IdentityTransform, diff --git a/doc/api/tri_api.rst b/doc/api/tri_api.rst index 8ede2a9beb28..67db3068d46b 100644 --- a/doc/api/tri_api.rst +++ b/doc/api/tri_api.rst @@ -1,9 +1,7 @@ -**************** -triangular grids -**************** +****************** +``matplotlib.tri`` +****************** -:mod:`matplotlib.tri` -===================== .. automodule:: matplotlib.tri .. autoclass:: matplotlib.tri.Triangulation diff --git a/doc/api/type1font.rst b/doc/api/type1font.rst index bd4501bbd91b..2cb2a68eb5d5 100644 --- a/doc/api/type1font.rst +++ b/doc/api/type1font.rst @@ -1,9 +1,6 @@ -**************** -type1font -**************** - -:mod:`matplotlib.type1font` -=========================== +************************ +``matplotlib.type1font`` +************************ .. automodule:: matplotlib.type1font :members: diff --git a/doc/api/units_api.rst b/doc/api/units_api.rst index c29596eb3d3c..aae2d7aa3254 100644 --- a/doc/api/units_api.rst +++ b/doc/api/units_api.rst @@ -1,10 +1,6 @@ -***** -units -***** - - -:mod:`matplotlib.units` -======================== +******************** +``matplotlib.units`` +******************** .. automodule:: matplotlib.units :members: diff --git a/doc/api/widgets_api.rst b/doc/api/widgets_api.rst index edc196717988..d5c7352ff46a 100644 --- a/doc/api/widgets_api.rst +++ b/doc/api/widgets_api.rst @@ -1,10 +1,6 @@ -******* -widgets -******* - - -:mod:`matplotlib.widgets` -========================= +********************** +``matplotlib.widgets`` +********************** .. automodule:: matplotlib.widgets :members: