diff options
author | Warren Weckesser <warren.weckesser@gmail.com> | 2020-01-24 15:56:33 -0500 |
---|---|---|
committer | Warren Weckesser <warren.weckesser@gmail.com> | 2020-01-25 09:06:51 -0500 |
commit | 6d0b0b474e471fb233c3c0e4113f09e143ba526e (patch) | |
tree | cd13567078b44d4a2811413324d74164b0ded750 /doc | |
parent | 9b7e890b014f6ad3b4288246f0565f7afd6eca84 (diff) | |
download | numpy-6d0b0b474e471fb233c3c0e4113f09e143ba526e.tar.gz |
DOC: distutils: Add a docstring to show_config().
Thanks to Sergey Kojoian for the original patch to create
the docstring.
Closes gh-9258.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.other.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.other.rst b/doc/source/reference/routines.other.rst index 28c9a1ad1..def5b3e3c 100644 --- a/doc/source/reference/routines.other.rst +++ b/doc/source/reference/routines.other.rst @@ -44,6 +44,7 @@ Utility :toctree: generated/ get_include + show_config deprecate deprecate_with_doc |