Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d6e3d0

Browse files
committed
Fix some broken refs in the docs.
1 parent 49decb4 commit 4d6e3d0

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

INSTALL.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,9 @@ the latest *tar.gz* release file from `the PyPI files page
9090
develop Matplotlib or just need the latest bugfixed version, grab the
9191
latest git version, and see :ref:`install-from-git`.
9292

93-
The standard environment variables `CC`, `CXX`, `PKG_CONFIG` are respected.
94-
This means you can set them if your toolchain is prefixed. This may be used for
95-
cross compiling.
96-
::
93+
The standard environment variables :envvar:`CC`, :envvar:`CXX`,
94+
:envvar:`PKG_CONFIG` are respected. This means you can set them if your
95+
toolchain is prefixed. This may be used for cross compiling. ::
9796

9897
export CC=x86_64-pc-linux-gnu-gcc
9998
export CXX=x86_64-pc-linux-gnu-g++
@@ -203,9 +202,9 @@ etc., you can install the following:
203202

204203
The following libraries are shipped with Matplotlib:
205204

206-
- `Agg`: the Anti-Grain Geometry C++ rendering engine;
207-
- `qhull`: to compute Delaunay triangulation;
208-
- `ttconv`: a TrueType font utility.
205+
- ``Agg``: the Anti-Grain Geometry C++ rendering engine;
206+
- ``qhull``: to compute Delaunay triangulation;
207+
- ``ttconv``: a TrueType font utility.
209208

210209
.. _build_linux:
211210

doc/users/prev_whats_new/whats_new_1.5.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -734,9 +734,9 @@ IPython's ``HTML`` display class::
734734
Prefixed pkg-config for building
735735
--------------------------------
736736

737-
Handling of `pkg-config` has been fixed in so far as it is now
738-
possible to set it using the environment variable `PKG_CONFIG`. This
739-
is important if your toolchain is prefixed. This is done in a simpilar
740-
way as setting `CC` or `CXX` before building. An example follows.
737+
Handling of pkg-config has been fixed in so far as it is now possible to set it
738+
using the environment variable :envvar:`PKG_CONFIG`. This is important if your
739+
toolchain is prefixed. This is done in a simpilar way as setting :envvar:`CC`
740+
or :envvar:`CXX` before building. An example follows.
741741

742742
export PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config

0 commit comments

Comments
 (0)