File tree Expand file tree Collapse file tree 5 files changed +55
-2
lines changed
Expand file tree Collapse file tree 5 files changed +55
-2
lines changed Original file line number Diff line number Diff line change 2222author = 'Miquel Anglada Girotto'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.1.2 '
25+ release = '0.1.3 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1+ robustica
2+ =========
3+
4+ .. toctree ::
5+ :maxdepth: 4
6+
7+ robustica
8+ setup
Original file line number Diff line number Diff line change 1+ robustica package
2+ =================
3+
4+ Submodules
5+ ----------
6+
7+ robustica\. InferComponents module
8+ ---------------------------------
9+
10+ .. automodule :: robustica.InferComponents
11+ :members:
12+ :undoc-members:
13+ :show-inheritance:
14+
15+ robustica\. RobustICA module
16+ ---------------------------
17+
18+ .. automodule :: robustica.RobustICA
19+ :members:
20+ :undoc-members:
21+ :show-inheritance:
22+
23+ robustica\. examples module
24+ --------------------------
25+
26+ .. automodule :: robustica.examples
27+ :members:
28+ :undoc-members:
29+ :show-inheritance:
30+
31+
32+ Module contents
33+ ---------------
34+
35+ .. automodule :: robustica
36+ :members:
37+ :undoc-members:
38+ :show-inheritance:
Original file line number Diff line number Diff line change 1+ setup module
2+ ============
3+
4+ .. automodule :: setup
5+ :members:
6+ :undoc-members:
7+ :show-inheritance:
Original file line number Diff line number Diff line change 55# Last Update: 2021-07-24
66#
77
8- __version__ = "0.1.2 "
8+ __version__ = "0.1.3 "
99
1010from .RobustICA import *
1111from .InferComponents import *
You can’t perform that action at this time.
0 commit comments