diff options
author | C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | 2022-10-17 23:49:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 23:49:47 (GMT) |
commit | b2db1c208066b67bdf57bf3799de50352fe63416 (patch) | |
tree | e7e5e88de36a2247d22cb626094edaf5a5a2b525 /Doc/using | |
parent | 3adf23471ee951a435f2ffa336a52bc6800a209a (diff) | |
download | cpython-b2db1c208066b67bdf57bf3799de50352fe63416.zip cpython-b2db1c208066b67bdf57bf3799de50352fe63416.tar.gz cpython-b2db1c208066b67bdf57bf3799de50352fe63416.tar.bz2 |
[3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>.
(cherry picked from commit fa2d43e5184f5eaf3391844ec2400342a1b2ead4)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/configure.rst | 14 | ||||
-rw-r--r-- | Doc/using/unix.rst | 2 | ||||
-rw-r--r-- | Doc/using/windows.rst | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 13c3394..8722836 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -654,12 +654,12 @@ Compiler flags In particular, :envvar:`CFLAGS` should not contain: - * the compiler flag `-I` (for setting the search path for include files). - The `-I` flags are processed from left to right, and any flags in - :envvar:`CFLAGS` would take precedence over user- and package-supplied `-I` + * the compiler flag ``-I`` (for setting the search path for include files). + The ``-I`` flags are processed from left to right, and any flags in + :envvar:`CFLAGS` would take precedence over user- and package-supplied ``-I`` flags. - * hardening flags such as `-Werror` because distributions cannot control + * hardening flags such as ``-Werror`` because distributions cannot control whether packages installed by users conform to such heightened standards. @@ -777,9 +777,9 @@ Linker flags In particular, :envvar:`LDFLAGS` should not contain: - * the compiler flag `-L` (for setting the search path for libraries). - The `-L` flags are processed from left to right, and any flags in - :envvar:`LDFLAGS` would take precedence over user- and package-supplied `-L` + * the compiler flag ``-L`` (for setting the search path for libraries). + The ``-L`` flags are processed from left to right, and any flags in + :envvar:`LDFLAGS` would take precedence over user- and package-supplied ``-L`` flags. .. envvar:: CONFIGURE_LDFLAGS_NODIST diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 061cfa5..24c02c9 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -170,7 +170,7 @@ Custom OpenSSL $ popd 3. Build Python with custom OpenSSL - (see the configure `--with-openssl` and `--with-openssl-rpath` options) + (see the configure ``--with-openssl`` and ``--with-openssl-rpath`` options) .. code-block:: shell-session diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 35e26eb..9489609 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -199,7 +199,7 @@ of available options is shown below. +---------------------------+--------------------------------------+--------------------------+ | Include_pip | Install bundled pip and setuptools | 1 | +---------------------------+--------------------------------------+--------------------------+ -| Include_symbols | Install debugging symbols (`*`.pdb) | 0 | +| Include_symbols | Install debugging symbols (``*.pdb``)| 0 | +---------------------------+--------------------------------------+--------------------------+ | Include_tcltk | Install Tcl/Tk support and IDLE | 1 | +---------------------------+--------------------------------------+--------------------------+ |