Skip to content

Commit

Permalink
Fixed missing API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed Sep 4, 2024
1 parent f1a382c commit eb86296
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions python/src/OrthogonalFunctionFactory_doc.i.in
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,18 @@ Normal(mu = 0, sigma = 1)"
%enddef
%feature("docstring") OT::OrthogonalFunctionFactory::getMeasure
OT_OrthogonalBasis_getMeasure_doc

// ---------------------------------------------------------------------

%feature("docstring") OT::OrthogonalFunctionFactory::getMarginal
"Get the marginal orthogonal functions.

Parameters
----------
indices : sequence of int, :math:`0 \leq i < \inputDim`
List of marginal indices of the input variables.

Returns
-------
functionFamilylist : list of :class:`~openturns.OrthogonalBasis`
The marginal orthogonal functions."

0 comments on commit eb86296

Please sign in to comment.