Skip to content

Commit

Permalink
Doc: nitpicky
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 21, 2024
1 parent 425ac1f commit 73ec2ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,4 @@ texinfo_documents = [
#texinfo_show_urls = 'footnote'

# If true, Sphinx will warn about all references where the target cannot be found.
nitpicky = True
# nitpicky = True
Binary file modified python/doc/openturns-objects.inv
Binary file not shown.
8 changes: 4 additions & 4 deletions python/src/MixtureFactory_doc.i.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ Estimate the parameters of the mixture of 2 Gaussians.

Parameters
----------
sample : :class:`openturns.Sample`
sample : :py:class:`openturns.Sample`
Sample

Returns
-------
mixture : :class:`openturns.Mixture`
mixture : :py:class:`openturns.Mixture`
Inferred distribution
"

Expand Down Expand Up @@ -105,7 +105,7 @@ atomsNumber : int

Returns
-------
names : :class:`openturns.Description`
names : :py:class:`openturns.Description`
Valid covariance model names

Examples
Expand All @@ -131,6 +131,6 @@ nbClusters : int

Returns
-------
clusters : sequence of :class:`openturns.Sample`
clusters : sequence of :py:class:`openturns.Sample`
The list of samples corresponding to each class
"

0 comments on commit 73ec2ce

Please sign in to comment.