Util Config Numpy¶
This file handles converting callables with numpy docstrings into config classes
by parsing their docstrings to find their default values, finding the help text
for each value, and then calling make_config
to create a config class
representing the arguments to that callable.