Skip to content

Commit

Permalink
Merge pull request numpy#24225 from liang3zy22/docwarning
Browse files Browse the repository at this point in the history
DOC: Fix doc build warning for random.
  • Loading branch information
charris committed Jul 23, 2023
2 parents c41f919 + 464c03f commit 0aaa5d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion doc/source/reference/random/examples/cython/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
Extending `numpy.random` via Cython
-----------------------------------

.. _note:

Starting with NumPy 1.26.0, Meson is the default build system for NumPy.
See :ref:`distutils-status-migration`.

.. toctree::
setup.py.rst
meson.build.rst
extending.pyx
extending_distributions.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setup.py
--------
meson.build
-----------

.. literalinclude:: ../../../../../../numpy/random/_examples/cython/setup.py
.. literalinclude:: ../../../../../../numpy/random/_examples/cython/meson.build
:language: python

0 comments on commit 0aaa5d3

Please sign in to comment.