Closed
Description
The subject says it all, but in case you missed it: the function numpy.show_config()
(an alias for numpy.__config__.show()
) doesn't have a docstring, and it does not appear in the online docs.
A docstring that explains the information printed by show_config()
would be helpful.