Skip to content

Commit

Permalink
DOC: Fix doc build warning for random.
Browse files Browse the repository at this point in the history
  • Loading branch information
liang3zy22 committed Jul 21, 2023
1 parent 570b209 commit 7dc6bf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/reference/random/examples/cython/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Extending `numpy.random` via Cython


.. toctree::
setup.py.rst
messon.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 7dc6bf5

Please sign in to comment.