@@ -820,7 +820,7 @@ suggest that custom backends let their ``GraphicsContext`` class
820820inherit from `.GraphicsContextBase `, to at least provide stubs for all
821821required methods.
822822
823- - `. spine.Spine.is_frame_like `
823+ - `` spine.Spine.is_frame_like ` `
824824
825825This has not been used in the codebase since its addition in 2009.
826826
@@ -829,28 +829,28 @@ This has not been used in the codebase since its addition in 2009.
829829 This has never been used internally, there is no equivalent method exists on
830830 the 2D Axis classes, and despite the similar name, it has a completely
831831 different behavior from the 2D Axis' `axis.Axis.get_ticks_position ` method.
832- - `.backend_pgf.LatexManagerFactory `
832+ - `` .backend_pgf.LatexManagerFactory ` `
833833
834- - `. mpl_toolkits.axisartist.axislines.SimpleChainedObjects `
835- - `. mpl_toolkits.Axes.AxisDict `
834+ - `` mpl_toolkits.axisartist.axislines.SimpleChainedObjects ` `
835+ - `` mpl_toolkits.Axes.AxisDict ` `
836836
837837Internal Helper Functions
838838~~~~~~~~~~~~~~~~~~~~~~~~~
839839
840- - `. checkdep_dvipng `
841- - `. checkdep_ghostscript `
842- - `. checkdep_pdftops `
843- - `. checkdep_inkscape `
840+ - `` checkdep_dvipng ` `
841+ - `` checkdep_ghostscript ` `
842+ - `` checkdep_pdftops ` `
843+ - `` checkdep_inkscape ` `
844844
845845
846- - `. ticker.decade_up `
847- - `. ticker.decade_down `
846+ - `` ticker.decade_up ` `
847+ - `` ticker.decade_down ` `
848848
849849
850- - `. cbook.dedent `
851- - `. docstring.Appender `
852- - `. docstring.dedent `
853- - `. docstring.copy_dedent `
850+ - `` cbook.dedent ` `
851+ - `` docstring.Appender ` `
852+ - `` docstring.dedent ` `
853+ - `` docstring.copy_dedent ` `
854854
855855Use the standard library's docstring manipulation tools instead, such as
856856`inspect.cleandoc ` and `inspect.getdoc `.
@@ -875,7 +875,7 @@ future version.
875875- `.cbook.is_hashable `
876876 Use ``isinstance(..., collections.abc.Hashable) `` instead.
877877
878- - The `.backend_bases.RendererBase.strip_math `. Use
878+ - The `` .backend_bases.RendererBase.strip_math ` `. Use
879879 `.cbook.strip_math ` instead.
880880
881881Multiple internal functions that were exposed as part of the public API
@@ -910,19 +910,19 @@ If your project relies on these functions, consider vendoring them.
910910Font Handling
911911~~~~~~~~~~~~~
912912
913- - `. backend_pdf.RendererPdf.afm_font_cache `
914- - `. backend_ps.RendererPS.afmfontd `
915- - `. font_manager.OSXInstalledFonts `
913+ - `` backend_pdf.RendererPdf.afm_font_cache ` `
914+ - `` backend_ps.RendererPS.afmfontd ` `
915+ - `` font_manager.OSXInstalledFonts ` `
916916- `.TextToPath.glyph_to_path ` (Instead call ``font.get_path() `` and manually transform the path.)
917917
918918
919919Date related functions
920920~~~~~~~~~~~~~~~~~~~~~~
921921
922- - `. dates.seconds() `
923- - `. dates.minutes() `
924- - `. dates.hours() `
925- - `. dates.weeks() `
922+ - `` dates.seconds() ` `
923+ - `` dates.minutes() ` `
924+ - `` dates.hours() ` `
925+ - `` dates.weeks() ` `
926926- `.dates.strpdate2num `
927927- `.dates.bytespdate2num `
928928
@@ -983,7 +983,7 @@ available on PyPI. Install that module separately if you need it.
983983
984984.. _formlayout : https://pypi.org/project/formlayout/
985985
986- - `. GraphicsContextPS.shouldstroke `
986+ - `` GraphicsContextPS.shouldstroke ` `
987987
988988
989989Transforms / scales
@@ -1038,11 +1038,11 @@ Text
10381038Unused attributes
10391039~~~~~~~~~~~~~~~~~
10401040
1041- - `. NavigationToolbar2QT.buttons `
1042- - `. Line2D.verticalOffset `
1043- - `. Quiver.keytext `
1044- - `. Quiver.keyvec `
1045- - `. SpanSelector.buttonDown `
1041+ - `` NavigationToolbar2QT.buttons ` `
1042+ - `` Line2D.verticalOffset ` `
1043+ - `` Quiver.keytext ` `
1044+ - `` Quiver.keyvec ` `
1045+ - `` SpanSelector.buttonDown ` `
10461046
10471047These are unused and never updated.
10481048
0 commit comments