Skip to content

Commit

Permalink
Fix some broken refs in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
anntzer committed Jul 16, 2019
1 parent 49decb4 commit 4d6e3d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
13 changes: 6 additions & 7 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,9 @@ the latest *tar.gz* release file from `the PyPI files page
develop Matplotlib or just need the latest bugfixed version, grab the
latest git version, and see :ref:`install-from-git`.

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

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

The following libraries are shipped with Matplotlib:

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

.. _build_linux:

Expand Down
8 changes: 4 additions & 4 deletions doc/users/prev_whats_new/whats_new_1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -734,9 +734,9 @@ IPython's ``HTML`` display class::
Prefixed pkg-config for building
--------------------------------

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

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

0 comments on commit 4d6e3d0

Please sign in to comment.