mirror of
https://github.com/python/cpython.git
synced 2026-06-21 02:22:23 -04:00
Fix 2 broken links in documentation (#150892)
Co-authored-by: Stan Ulbrych <stan@python.org>
This commit is contained in:
@@ -130,7 +130,7 @@ rather than dereferencing them through pointers.
|
||||
|
||||
Please note, that these functions are :term:`soft deprecated` since Python
|
||||
3.15. Avoid using this API in a new code to do complex arithmetic: either use
|
||||
the `Number Protocol <number>`_ API or use native complex types, like
|
||||
the :ref:`Number Protocol <number>` API or use native complex types, like
|
||||
:c:expr:`double complex`.
|
||||
|
||||
|
||||
|
||||
@@ -164,7 +164,7 @@ Then, create ``meson.build`` containing the following:
|
||||
|
||||
.. note::
|
||||
|
||||
See `meson-python documentation <meson-python>`_ for details on
|
||||
See the `meson-python documentation <meson-python_>`_ for details on
|
||||
configuration.
|
||||
|
||||
Now, build install the *project in the current directory* (``.``) via ``pip``:
|
||||
|
||||
Reference in New Issue
Block a user