Skip to content
Snippets Groups Projects
Commit 11f8648b authored by Lucia D. Hradecka's avatar Lucia D. Hradecka
Browse files

rename code dir to "src"

parent 8f57c609
No related branches found
No related tags found
1 merge request!12Make version 1.3.2 default
Showing
with 8 additions and 8 deletions
......@@ -13,7 +13,7 @@ import os
import sys
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath(r'../../'))
sys.path.insert(0, os.path.abspath(r'../../bio_volumentations'))
sys.path.insert(0, os.path.abspath(r'../../src'))
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
......
......@@ -10,17 +10,17 @@ Here, you can find documentation pages for the individual transformations.
.. toctree::
:maxdepth: 2
bio_volumentations.augmentations
src.augmentations
.. toctree::
:maxdepth: 2
bio_volumentations.conversion
src.conversion
.. toctree::
:maxdepth: 3
bio_volumentations.core
src.core
Runtime
......
Augmentation Module
===================
.. automodule:: bio_volumentations.augmentations.transforms
.. automodule:: src.augmentations.transforms
:members:
:undoc-members:
:show-inheritance:
Conversion Module
=================
.. automodule:: bio_volumentations.conversion.transforms
.. automodule:: src.conversion.transforms
:members:
:undoc-members:
:show-inheritance:
......@@ -4,7 +4,7 @@ Core Module
Composition Module
-------------------------------------------
.. automodule:: bio_volumentations.core.composition
.. automodule:: src.core.composition
:members:
:undoc-members:
:show-inheritance:
......@@ -12,7 +12,7 @@ Composition Module
Transforms Interface Module
-----------------------------------------------------
.. automodule:: bio_volumentations.core.transforms_interface
.. automodule:: src.core.transforms_interface
:members:
:undoc-members:
:show-inheritance:
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment