Skip to content

Commit

Permalink
RWAnalyzer tour + minor bugfix for cell_sampling='individual'
Browse files Browse the repository at this point in the history
  • Loading branch information
francoislaurent committed Jan 4, 2021
1 parent b81d740 commit 04e0a88
Show file tree
Hide file tree
Showing 6 changed files with 85,137 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = u'0.5-beta7'
version = u'0.5-rc1'
# The full version, including alpha/beta/rc tags.
release = u'0.5'

Expand Down
16 changes: 16 additions & 0 deletions doc/tramway.analyzer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ tramway.analyzer.roi package
:member-order: bysource


tramway.analyzer.roi.utils module
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: tramway.analyzer.roi.utils
:members:
:show-inheritance:


tramway.analyzer.tesseller package
----------------------------------

Expand Down Expand Up @@ -175,6 +183,14 @@ tramway.analyzer.mapper package
:member-order: bysource


tramway.analyzer.mapper.utils module
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: tramway.analyzer.mapper.utils
:members:
:show-inheritance:


tramway.analyzer.mapper.mpl module
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 04e0a88

Please sign in to comment.