From: Mariusz Felisiak Date: Wed, 13 Mar 2024 05:00:45 +0000 (+0100) Subject: [3.11] Docs: fix broken links (GH-116651) (#116701) X-Git-Tag: v3.11.9~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ebc7925e57ebe608530801bfc859e27c6bd99d0;p=thirdparty%2FPython%2Fcpython.git [3.11] Docs: fix broken links (GH-116651) (#116701) (cherry picked from commit 3f1b6efee95c06f8912bcea4031afacdbc0d5684) --- diff --git a/Doc/faq/extending.rst b/Doc/faq/extending.rst index 2a8b976925d0..1cff2c4091df 100644 --- a/Doc/faq/extending.rst +++ b/Doc/faq/extending.rst @@ -50,7 +50,7 @@ to learn Python's C API. If you need to interface to some C or C++ library for which no Python extension currently exists, you can try wrapping the library's data types and functions with a tool such as `SWIG `_. `SIP -`__, `CXX +`__, `CXX `_ `Boost `_, or `Weave `_ are also diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 25cb077d4195..ac66b89d0b64 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -578,7 +578,7 @@ Special functions The :func:`erf` function can be used to compute traditional statistical functions such as the `cumulative standard normal distribution - `_:: + `_:: def phi(x): 'Cumulative distribution function for the standard normal distribution' diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index db4490ba4363..ce6d093b7410 100644 --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -54,7 +54,7 @@ See :pep:`405` for more background on Python virtual environments. .. seealso:: `Python Packaging User Guide: Creating and using virtual environments - `__ + `__ .. include:: ../includes/wasm-notavail.rst