File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ to learn Python's C API.
5050If you need to interface to some C or C++ library for which no Python extension
5151currently exists, you can try wrapping the library's data types and functions
5252with a tool such as `SWIG <https://www.swig.org >`_. `SIP
53- <https://riverbankcomputing .com/software /sip/intro > `__, `CXX
53+ <https://github .com/Python-SIP /sip> `__, `CXX
5454<https://cxx.sourceforge.net/> `_ `Boost
5555<https://www.boost.org/libs/python/doc/index.html> `_, or `Weave
5656<https://github.com/scipy/weave> `_ are also
Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ Special functions
578578
579579 The :func: `erf ` function can be used to compute traditional statistical
580580 functions such as the `cumulative standard normal distribution
581- <https://en.wikipedia.org/wiki/Normal_distribution#Cumulative_distribution_functions > `_::
581+ <https://en.wikipedia.org/wiki/Cumulative_distribution_function > `_::
582582
583583 def phi(x):
584584 'Cumulative distribution function for the standard normal distribution'
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ See :pep:`405` for more background on Python virtual environments.
5454.. seealso ::
5555
5656 `Python Packaging User Guide: Creating and using virtual environments
57- <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a- virtual-environment > `__
57+ <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#create-and-use- virtual-environments > `__
5858
5959.. include :: ../includes/wasm-notavail.rst
6060
You can’t perform that action at this time.
0 commit comments