module documentation

Docstrings for generated ufuncs

The syntax is designed to look like the function add_newdoc is being called from numpy.lib, but in this file add_newdoc puts the docstrings in a dictionary. This dictionary is used in numpy/core/code_generators/generate_umath_doc.py to generate the docstrings as a C #definitions for the ufuncs in numpy.core at the C level when the ufuncs are created at compile time.

Function add_newdoc Undocumented
Variable docdict Undocumented
Variable subst Undocumented
def add_newdoc(place, name, doc): (source)

Undocumented

Undocumented

Undocumented