@@ -813,7 +813,7 @@ pixels, `points <https://en.wikipedia.org/wiki/Point_(typography)>`__, and `pica
813813units is found :ref: `here <units_table >`). Note the `~proplot.utils.units ` engine
814814also translates rc settings assigned to `~proplot.config.rc_matplotlib ` and
815815`~proplot.config.rc_proplot `, e.g. :rcraw: `subplots.refwidth `,
816- # :rcraw: `legend.columnspacing `, and :rcraw: `axes.labelpad `.
816+ :rcraw: `legend.columnspacing `, and :rcraw: `axes.labelpad `.
817817
818818Links
819819-----
@@ -823,7 +823,7 @@ Links
823823* For more on `~proplot.gridspec.GridSpec ` spacing units,
824824 see :ref: `this page <ug_tight >`
825825* For more on colorbar width units,
826- see :ref: `this page <ug_colorbar >`,
826+ see :ref: `this page <ug_colorbars >`,
827827* For more on panel width units,
828828 see :ref: `this page <ug_panels >`,
829829
@@ -878,7 +878,7 @@ Limitation
878878----------
879879
880880Matplotlib `~matplotlib.rcParams ` can be changed persistently by placing
881- :ref: `matplotlibrc <ug_mplrc >` files in the same directory as your python script.
881+ `matplotlibrc <ug_mplrc _>`_ files in the same directory as your python script.
882882But it can be difficult to design and store your own colormaps and color cycles for
883883future use. It is also difficult to get matplotlib to use custom ``.ttf `` and
884884``.otf `` font files, which may be desirable when you are working on
0 commit comments