Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit305b376

Browse files
authored
Merge pull request#14825 from meeseeksmachine/auto-backport-of-pr-14802-on-v3.1.x
Backport PR#14802 on branch v3.1.x (Fix some broken refs in the docs.)
2 parents0b9736a +3fb6a96 commit305b376

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

‎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++
@@ -202,9 +201,9 @@ etc., you can install the following:
202201

203202
The following libraries are shipped with Matplotlib:
204203

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

209208
.. _build_linux:
210209

‎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 itusing the environment variable `PKG_CONFIG`. This
739-
is important if yourtoolchain 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)

[8]ページ先頭

©2009-2025 Movatter.jp