Skip to content

Commit

Permalink
DOC: fix two cross-references to SciPy docs in "building from source"
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Sep 15, 2023
1 parent f2121dc commit 44fe37c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/user/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Building NumPy requires the following software installed:
can be used, including optimized LAPACK libraries such as OpenBLAS or MKL.
The choice and location of these libraries as well as include paths and
other such build options can be specified in a ``.pc`` file, as documented in
:ref:`scipy:using-pkg-config-to-detect-libraries-in-a-nonstandard-location`.
:ref:`scipy:building-blas-and-lapack`.

4) Cython

Expand Down Expand Up @@ -138,7 +138,7 @@ file.
Cross compilation
-----------------

For cross compilation instructions, see :doc:`scipy:cross_compilation` and the
`Meson documentation <meson>`_.
For cross compilation instructions, see :doc:`scipy:building/cross_compilation`
and the `Meson documentation <meson>`_.

.. _meson: https://mesonbuild.com/Cross-compilation.html#cross-compilation

0 comments on commit 44fe37c

Please sign in to comment.