Skip to content

Commit ee0a66e

Browse files
authored
Merge pull request #16 from openalea/doc
Doc
2 parents e5c018c + 9e601b6 commit ee0a66e

24 files changed

Lines changed: 961 additions & 478 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ site/
8989
out
9090

9191
# Sphinx
92-
_static
92+
#_static

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
# stat_tool
22

3-
_________________
3+
---
44

55
[![Docs](https://readthedocs.org/projects/stat_tool/badge/?version=latest)](https://stat_tool.readthedocs.io/)
66
[![Build Status](https://github.com/openalea/stat_tool/actions/workflows/conda-package-build.yml/badge.svg?branch=main)](https://github.com/openalea/stat_tool/actions/workflows/conda-package-build.yml?query=branch%3Amaster)
77
[![License](https://img.shields.io/badge/License--CeCILL-C-blue)](https://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html)
88
[![Anaconda-Server Badge](https://anaconda.org/openalea3/stat_tool/badges/version.svg)](https://anaconda.org/openalea3/stat_tool)
99

10-
_________________
10+
---
1111

1212
[Read Latest Documentation](https://stat_tool.readthedocs.io/) - [Browse GitHub Code Repository](https://github.com/openalea/stat_tool/)
1313

14-
_________________
14+
---
1515

1616
**stat_tool** Basic Statistical tools used by different Structure Analysis libraries.
1717

18-
### Contributors
18+
## Contributors
1919

2020
Thanks to all that ontribute making this package what it is !
2121

2222
<a href="https://github.com/openalea/stat_tool/graphs/contributors">
2323
<img src="https://contrib.rocks/image?repo=openalea/stat_tool" />
2424
</a>
2525

26-
### Note for developers
27-
* Compile and install with
26+
## Note for developers
2827

29-
pip install -e .
28+
- Compile and install with
29+
30+
pip install -e .
3031

3132
after activation of the conda environment depicted in the online documentation.
3233

33-
* Comilation options for developers such are WITH_TEST, WITH_EFENCE are defined in pyproject.toml. They can be used with
34+
* Compilation options for developers such as WITH_TEST, WITH_EFENCE are defined in pyproject.toml. They can be used with
3435

35-
pip install --no-build-isolation --config-settings=cmake.define.WITH_TEST=TRUE -e .
36-
pip install --no-build-isolation --config-settings=cmake.build-type="Debug" -e .
36+
pip install --no-build-isolation --config-settings=cmake.define.WITH_TEST=TRUE -e .
37+
pip install --no-build-isolation --config-settings=cmake.build-type="Debug" -e .
3738

3839
and also combined:
3940

4041
pip install --no-build-isolation --config-settings=cmake.define.WITH_TEST=TRUE --config-settings=cmake.define.WITH_EFENCE=TRUE --config-settings=cmake.build-type="Debug" -e .
41-
42-

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ MAN_LINKS = NO
17791779
# captures the structure of the code including all documentation.
17801780
# The default value is: NO.
17811781

1782-
GENERATE_XML = NO
1782+
GENERATE_XML = YES
17831783

17841784
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
17851785
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of

doc/_static/openalea_web.svg

Lines changed: 108 additions & 0 deletions
Loading

doc/api.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/api.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
C++ Documentation
2+
#################
3+
4+
.. toctree
5+
:maxdepth: 2
6+
7+
8+
.. doxygenclass:: stat_tool::
9+
:project: stat_tool
10+
:members:
11+
12+
.. autodoxygenindex::
13+
:project: stat_tool
14+
15+
.. doxygennamespace:: stat_tool::Clusters
16+
17+
.. doxygennamespace:: stat_tool
18+
19+
.. contents::
20+
:local:
21+
:depth: 2
22+
23+
.. doxygenindex::
24+
25+
26+
27+

doc/api/classes.rst

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
Classes
2+
-------
3+
4+
.. doxygenclass:: stat_tool::CategoricalProcess
5+
:members:
6+
.. doxygenclass:: stat_tool::Chain
7+
:members:
8+
.. doxygenclass:: stat_tool::ChainData
9+
:members:
10+
.. doxygenclass:: stat_tool::ChainReestimation
11+
:members:
12+
.. doxygenclass:: stat_tool::Clusters
13+
:members:
14+
.. doxygenclass:: stat_tool::Compound
15+
:members:
16+
.. doxygenclass:: stat_tool::CompoundData
17+
:members:
18+
.. doxygenclass:: ContinousParametric
19+
:members:
20+
.. doxygenclass:: ContinousParametricProcess
21+
:members:
22+
.. doxygenclass:: stat_tool::Convolution
23+
:members:
24+
.. doxygenclass:: stat_tool::ConvolutionData
25+
:members:
26+
.. doxygenclass:: stat_tool::Curves
27+
:members:
28+
.. doxygenclass:: stat_tool::Dendrogram
29+
:members:
30+
.. doxygenclass:: stat_tool::DiscreteDistributionData
31+
:members:
32+
.. doxygenclass:: stat_tool::DiscreteMixture
33+
:members:
34+
.. doxygenclass:: stat_tool::DiscreteMixtureData
35+
:members:
36+
.. doxygenclass:: stat_tool::DiscreteParametric
37+
:members:
38+
.. doxygenclass:: stat_tool::DiscreteParametricModel
39+
:members:
40+
.. doxygenclass:: stat_tool::DiscreteParametricProcess
41+
:members:
42+
.. doxygenclass:: stat_tool::DistanceMatrix
43+
:members:
44+
.. doxygenclass:: stat_tool::Distribution
45+
:members:
46+
.. doxygenclass:: stat_tool::Forward
47+
:members:
48+
.. doxygenclass:: stat_tool::FrequencyDistribution
49+
:members:
50+
.. doxygenclass:: stat_tool::Histogram
51+
:members:
52+
.. doxygenclass:: stat_tool::MultiPlot
53+
:members:
54+
.. doxygenclass:: stat_tool::MultivariateMixture
55+
:members:
56+
.. doxygenclass:: stat_tool::MultivariateMixtureData
57+
:members:
58+
.. doxygenclass:: stat_tool::Reestimation
59+
:members:
60+
.. doxygenclass:: stat_tool::Regression
61+
:members:
62+
.. doxygenclass:: stat_tool::RegressionKernel
63+
:members:
64+
.. doxygenclass:: stat_tool::SinglePlot
65+
:members:
66+
.. doxygenclass:: stat_tool::StatError
67+
:members:
68+
.. doxygenclass:: stat_tool::StatInterface
69+
:members:
70+
.. doxygenclass:: stat_tool::TemplateMultiPlotSet
71+
:members:
72+
.. doxygenclass:: stat_tool::Test
73+
:members:
74+
.. doxygenclass:: stat_tool::VectorDistance
75+
:members:
76+
.. doxygenclass:: stat_tool::Vectors
77+
:members:

0 commit comments

Comments
 (0)