Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8cf9fc1

Browse filesBrowse files
authored
Merge pull request #24402 from timhoffm/doc-backend-tools
DOC: Fix title formats in backend api docs
2 parents 39f40a0 + bdd7906 commit 8cf9fc1
Copy full SHA for 8cf9fc1
Expand file treeCollapse file tree

18 files changed

+54
-39
lines changed

‎doc/api/backend_agg_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_agg_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_agg`
2-
===================
1+
***********************************
2+
``matplotlib.backends.backend_agg``
3+
***********************************
34

45
.. automodule:: matplotlib.backends.backend_agg
56
:members:

‎doc/api/backend_bases_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_bases_api.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
2-
:mod:`matplotlib.backend_bases`
3-
================================
1+
****************************
2+
``matplotlib.backend_bases``
3+
****************************
44

55
.. automodule:: matplotlib.backend_bases
66
:members:

‎doc/api/backend_cairo_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_cairo_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_cairo`
2-
=====================
1+
*************************************
2+
``matplotlib.backends.backend_cairo``
3+
*************************************
34

45
.. automodule:: matplotlib.backends.backend_cairo
56
:members:

‎doc/api/backend_gtk3_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_gtk3_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_gtk3agg`, :mod:`.backend_gtk3cairo`
2-
==================================================
1+
**********************************************************************************
2+
``matplotlib.backends.backend_gtk3agg``, ``matplotlib.backends.backend_gtk3cairo``
3+
**********************************************************************************
34

45
**NOTE** These :ref:`backends` are not documented here, to avoid adding a
56
dependency to building the docs.

‎doc/api/backend_gtk4_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_gtk4_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_gtk4agg`, :mod:`.backend_gtk4cairo`
2-
==================================================
1+
**********************************************************************************
2+
``matplotlib.backends.backend_gtk4agg``, ``matplotlib.backends.backend_gtk4cairo``
3+
**********************************************************************************
34

45
**NOTE** These :ref:`backends` are not documented here, to avoid adding a
56
dependency to building the docs.

‎doc/api/backend_managers_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_managers_api.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
2-
:mod:`matplotlib.backend_managers`
3-
==================================
1+
*******************************
2+
``matplotlib.backend_managers``
3+
*******************************
44

55
.. automodule:: matplotlib.backend_managers
66
:members:

‎doc/api/backend_mixed_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_mixed_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_mixed`
2-
=====================
1+
*************************************
2+
``matplotlib.backends.backend_mixed``
3+
*************************************
34

45
.. automodule:: matplotlib.backends.backend_mixed
56
:members:

‎doc/api/backend_nbagg_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_nbagg_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_nbagg`
2-
=====================
1+
*************************************
2+
``matplotlib.backends.backend_nbagg``
3+
*************************************
34

45
.. automodule:: matplotlib.backends.backend_nbagg
56
:members:

‎doc/api/backend_pdf_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_pdf_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_pdf`
2-
===================
1+
***********************************
2+
``matplotlib.backends.backend_pdf``
3+
***********************************
34

45
.. automodule:: matplotlib.backends.backend_pdf
56
:members:

‎doc/api/backend_pgf_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_pgf_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_pgf`
2-
===================
1+
***********************************
2+
``matplotlib.backends.backend_pgf``
3+
***********************************
34

45
.. automodule:: matplotlib.backends.backend_pgf
56
:members:

‎doc/api/backend_ps_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_ps_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_ps`
2-
==================
1+
**********************************
2+
``matplotlib.backends.backend_ps``
3+
**********************************
34

45
.. automodule:: matplotlib.backends.backend_ps
56
:members:

‎doc/api/backend_qt_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_qt_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_qtagg`, :mod:`.backend_qtcairo`
2-
==============================================
1+
******************************************************************************
2+
``matplotlib.backends.backend_qtagg``, ``matplotlib.backends.backend_qtcairo``
3+
******************************************************************************
34

45
**NOTE** These :ref:`backends` are not (auto) documented here, to avoid adding
56
a dependency to building the docs.

‎doc/api/backend_svg_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_svg_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_svg`
2-
===================
1+
***********************************
2+
``matplotlib.backends.backend_svg``
3+
***********************************
34

45
.. automodule:: matplotlib.backends.backend_svg
56
:members:

‎doc/api/backend_template_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_template_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_template`
2-
========================
1+
****************************************
2+
``matplotlib.backends.backend_template``
3+
****************************************
34

45
.. automodule:: matplotlib.backends.backend_template
56
:members:

‎doc/api/backend_tk_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_tk_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_tkagg`, :mod:`.backend_tkcairo`
2-
==============================================
1+
******************************************************************************
2+
``matplotlib.backends.backend_tkagg``, ``matplotlib.backends.backend_tkcairo``
3+
******************************************************************************
34

45
.. automodule:: matplotlib.backends.backend_tkagg
56
:members:

‎doc/api/backend_tools_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_tools_api.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
2-
:mod:`matplotlib.backend_tools`
3-
===============================
1+
****************************
2+
``matplotlib.backend_tools``
3+
****************************
44

55
.. automodule:: matplotlib.backend_tools
66
:members:

‎doc/api/backend_webagg_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_webagg_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_webagg`
2-
======================
1+
**************************************
2+
``matplotlib.backends.backend_webagg``
3+
**************************************
34

45
.. automodule:: matplotlib.backends.backend_webagg
56
:members:

‎doc/api/backend_wx_api.rst

Copy file name to clipboardExpand all lines: doc/api/backend_wx_api.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
:mod:`.backend_wxagg`, :mod:`.backend_wxcairo`
2-
==============================================
1+
******************************************************************************
2+
``matplotlib.backends.backend_wxagg``, ``matplotlib.backends.backend_wxcairo``
3+
******************************************************************************
34

45
**NOTE** These :ref:`backends` are not documented here, to avoid adding a
56
dependency to building the docs.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.