Skip to content

Commit be41624

Browse files
authored
Merge pull request #18 from openalea/doc
Remove spaces and empty lines
2 parents 13b0c4b + c16483b commit be41624

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

doc/api/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
API Reference
22
=============
3-
43
.. toctree::
54
:maxdepth: 2
65
:caption: AML API:

src/openalea/stat_tool/comparison.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ def ComparisonTest(utype, histo1, histo2):
175175
coefficients (skewness and kurtosis coefficients). The test statistic is:
176176
177177
.. math::
178-
179178
F_{n_1-1,n_2-1} = \frac
180179
{
181180
\frac{\displaystyle\sum_{i=1}^{n_1}\left( x_{1i}-m_1 \right)^2}{n_1-1}

src/wrapper/export_distribution.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,10 +491,10 @@ void class_discrete_parametric_model()
491491
"returns histogram")
492492
*/
493493
// Output
494-
.def("get_plotable", DiscreteParametricModelWrap::get_plotable,
494+
.def("get_plotable", DiscreteParametricModelWrap::get_plotable,
495495
return_value_policy< manage_new_object >(),
496496
"Return a plotable for a list of distribution")
497-
.def("get_plotable", &StatInterface::get_plotable,
497+
.def("get_plotable", &StatInterface::get_plotable,
498498
return_value_policy< manage_new_object >(),
499499
"Return a plotable (no parameters)")
500500
.def("likelihood", DiscreteParametricModelWrap::likelihood_computation,

0 commit comments

Comments
 (0)