Skip to content

Commit

Permalink
updated documentation and versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
MiqG committed Oct 16, 2023
1 parent 5edb69e commit d86fe54
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Miquel Anglada Girotto'

# The full version, including alpha/beta/rc tags
release = '0.1.2'
release = '0.1.3'


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 8 additions & 0 deletions docs/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
robustica
=========

.. toctree::
:maxdepth: 4

robustica
setup
38 changes: 38 additions & 0 deletions docs/robustica.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
robustica package
=================

Submodules
----------

robustica\.InferComponents module
---------------------------------

.. automodule:: robustica.InferComponents
:members:
:undoc-members:
:show-inheritance:

robustica\.RobustICA module
---------------------------

.. automodule:: robustica.RobustICA
:members:
:undoc-members:
:show-inheritance:

robustica\.examples module
--------------------------

.. automodule:: robustica.examples
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: robustica
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/setup.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
setup module
============

.. automodule:: setup
:members:
:undoc-members:
:show-inheritance:
2 changes: 1 addition & 1 deletion robustica/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Last Update: 2021-07-24
#

__version__ = "0.1.2"
__version__ = "0.1.3"

from .RobustICA import *
from .InferComponents import *

0 comments on commit d86fe54

Please sign in to comment.