[3.12] Docs: fix broken links (GH-116651) (#116700)

(cherry picked from commit 3f1b6efee9)

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-03-13 05:37:38 +01:00 committed by GitHub
parent 9f38686f62
commit 982ff4a4b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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 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 currently exists, you can try wrapping the library's data types and functions
with a tool such as `SWIG <https://www.swig.org>`_. `SIP with a tool such as `SWIG <https://www.swig.org>`_. `SIP
<https://riverbankcomputing.com/software/sip/intro>`__, `CXX <https://github.com/Python-SIP/sip>`__, `CXX
<https://cxx.sourceforge.net/>`_ `Boost <https://cxx.sourceforge.net/>`_ `Boost
<https://www.boost.org/libs/python/doc/index.html>`_, or `Weave <https://www.boost.org/libs/python/doc/index.html>`_, or `Weave
<https://github.com/scipy/weave>`_ are also <https://github.com/scipy/weave>`_ are also

View file

@ -592,7 +592,7 @@ Special functions
The :func:`erf` function can be used to compute traditional statistical The :func:`erf` function can be used to compute traditional statistical
functions such as the `cumulative standard normal distribution functions such as the `cumulative standard normal distribution
<https://en.wikipedia.org/wiki/Normal_distribution#Cumulative_distribution_functions>`_:: <https://en.wikipedia.org/wiki/Cumulative_distribution_function>`_::
def phi(x): def phi(x):
'Cumulative distribution function for the standard normal distribution' 'Cumulative distribution function for the standard normal distribution'

View file

@ -1104,7 +1104,7 @@ Connection objects
.. versionchanged:: 3.12 .. versionchanged:: 3.12
Added the *entrypoint* parameter. Added the *entrypoint* parameter.
.. _Loading an Extension: https://www.sqlite.org/loadext.html#loading_an_extension_ .. _Loading an Extension: https://www.sqlite.org/loadext.html#loading_an_extension
.. method:: iterdump .. method:: iterdump

View file

@ -54,7 +54,7 @@ See :pep:`405` for more background on Python virtual environments.
.. seealso:: .. seealso::
`Python Packaging User Guide: Creating and using virtual environments `Python Packaging User Guide: Creating and using virtual environments
<https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment>`__ <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#create-and-use-virtual-environments>`__
.. include:: ../includes/wasm-notavail.rst .. include:: ../includes/wasm-notavail.rst