Skip to content
Snippets Groups Projects
Commit 013f4022 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Merge branch 'develop'

parents 56d167e2 1c9b41d7
No related branches found
No related tags found
No related merge requests found
Pipeline #4893 passed
......@@ -78,10 +78,24 @@ To run the test suite of SuMMIT, run :
.. code:: bash
cd path/to/summit
pip install -e .[dev]
pytest
The coverage report is automatically generated and stored in the ``htmlcov/`` directory
Building the documentation
<<<<<<<<<<<<<<<<<<<<<<<<<<
To locally build the `documentation <http://baptiste.bauvin.pages.lis-lab.fr/summit/index.html>`_ run :
.. code:: bash
cd path/to/summit
pip install -e .[doc]
python setup.py build_sphinx
The built html files will be stored in ``path/to/summit/build/sphinx/html``
Running on simulated data
<<<<<<<<<<<<<<<<<<<<<<<<<
......
......@@ -4,10 +4,9 @@ API Documentation
.. toctree::
:maxdepth: 3
:maxdepth: 1
api_files/dataset
autoapi/summit/multiview_platform/monoview_classifiers/index
autoapi/summit/multiview_platform/multiview_classifiers/index
Multiview dataset management module
-----------------------------------
Multiview dataset management
----------------------------
.. automodule:: summit.multiview_platform.utils.dataset
:members:
......
.. toctree::
:maxdepth: 1
autoapi/summit/multiview_platform/monoview_classifiers/index
autoapi/summit/multiview_platform/multiview_classifiers/index
\ No newline at end of file
......@@ -15,11 +15,12 @@ This documentation consists in a short read me, with instructions to install and
:maxdepth: 2
tutorials/index
api
.. toctree::
:maxdepth: 3
:maxdepth: 2
api
classifiers
Read me
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment