Skip to content

Commit fabb5ff

Browse files
committed
Fix dead links
1 parent 7ba514d commit fabb5ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/why.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ pixels, `points <https://en.wikipedia.org/wiki/Point_(typography)>`__, and `pica
813813
units is found :ref:`here <units_table>`). Note the `~proplot.utils.units` engine
814814
also 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

818818
Links
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

880880
Matplotlib `~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.
882882
But it can be difficult to design and store your own colormaps and color cycles for
883883
future 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

Comments
 (0)