Skip to content

Commit

Permalink
DOC: Fix doc build warning for random.
Browse files Browse the repository at this point in the history
(cherry picked from commit 464c03f)
  • Loading branch information
liang3zy22 authored and rgommers committed Sep 15, 2023
1 parent ca97802 commit f2121dc
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
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
@@ -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 f2121dc

Please sign in to comment.