Skip to content

Commit d86fe54

Browse files
committed
updated documentation and versioning
1 parent 5edb69e commit d86fe54

File tree

5 files changed

+55
-2
lines changed

5 files changed

+55
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = '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 ---------------------------------------------------

docs/modules.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
robustica
2+
=========
3+
4+
.. toctree::
5+
:maxdepth: 4
6+
7+
robustica
8+
setup

docs/robustica.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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:

docs/setup.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
setup module
2+
============
3+
4+
.. automodule:: setup
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

robustica/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Last Update: 2021-07-24
66
#
77

8-
__version__ = "0.1.2"
8+
__version__ = "0.1.3"
99

1010
from .RobustICA import *
1111
from .InferComponents import *

0 commit comments

Comments
 (0)