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

Skip to content

Fix some broken refs in the docs. #14802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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