Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d29b13

Browse filesBrowse files
authored
Merge pull request #14802 from anntzer/brokenrefs
Fix some broken refs in the docs.
2 parents 5697d73 + 4d6e3d0 commit 2d29b13
Copy full SHA for 2d29b13

File tree

Expand file treeCollapse file tree

2 files changed

+10
-11
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+10
-11
lines changed

‎INSTALL.rst

Copy file name to clipboardExpand all lines: INSTALL.rst
+6-7Lines 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

Copy file name to clipboardExpand all lines: doc/users/prev_whats_new/whats_new_1.5.rst
+4-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.