diff options
author | Matti Picus <matti.picus@gmail.com> | 2022-02-17 00:54:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 00:54:18 +0200 |
commit | b1f12bee2c9542ebf4431f133f583a51a75371ec (patch) | |
tree | 0ee5be041ef5a0eb43038936c09fc173e5e33615 /doc/source/reference/index.rst | |
parent | 924791e452e82f334b2c81e42fa23c9c1961d4c1 (diff) | |
parent | ec8e9e78e9a47242f8fc739e615564aa65883fdd (diff) | |
download | numpy-b1f12bee2c9542ebf4431f133f583a51a75371ec.tar.gz |
Merge pull request #20875 from rgommers/deprecate-npdistutils
DEP: deprecate `numpy.distutils`, and add a migration guide
Diffstat (limited to 'doc/source/reference/index.rst')
-rw-r--r-- | doc/source/reference/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst index 00c929d66..66bb45d6a 100644 --- a/doc/source/reference/index.rst +++ b/doc/source/reference/index.rst @@ -25,6 +25,7 @@ For learning how to use NumPy, see the :ref:`complete documentation <numpy_docs_ global_state distutils distutils_guide + distutils_status_migration c-api/index simd/index swig |