File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,10 +90,9 @@ the latest *tar.gz* release file from `the PyPI files page
9090develop Matplotlib or just need the latest bugfixed version, grab the
9191latest 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
Original file line number Diff line number Diff line change @@ -734,9 +734,9 @@ IPython's ``HTML`` display class::
734734Prefixed 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
You can’t perform that action at this time.
0 commit comments