Python API documentation updates: a description of class hierarchy
was added to the docstrings of most Python extension types.
This commit is contained in:
@@ -48,6 +48,8 @@ int UnaryFunction1DVoid_Init( PyObject *module ) {
|
||||
//------------------------INSTANCE METHODS ----------------------------------
|
||||
|
||||
static char UnaryFunction1DVoid___doc__[] =
|
||||
"Class hierarchy: :class:`UnaryFunction1D` > :class:`UnaryFunction1DVoid`\n"
|
||||
"\n"
|
||||
"Base class for unary functions (functors) working on\n"
|
||||
":class:`Interface1D`.\n"
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user