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

Merge branch 'develop'

parents edd54cca 10e5aa94
No related branches found
No related tags found
No related merge requests found
Pipeline #4863 failed
Showing
with 3 additions and 3 deletions
......@@ -23,7 +23,7 @@ doc:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- pip3 install -e . --no-deps
- sphinx-apidoc -o docs/source multiview_platform
- sphinx-apidoc -o docs/source summit
- cd docs/source
- sphinx-build -b html . ../build
- cd ../..
......@@ -45,7 +45,7 @@ pages:
- export LANG=$(locale -a | grep en_US)
- pip3 install -e . --no-deps
- pytest-3
- sphinx-apidoc -o docs/source multiview_platform
- sphinx-apidoc -o docs/source summit
- cd docs/source
- sphinx-build -b html . ../build
- cd ../..
......
......@@ -71,7 +71,7 @@ to read it carefully before playing around with the parameters.
You can create your own configuration file. In order to run the platform with it, run :
```python
from multiview_platform.execute import execute
from summit.execute import execute
execute(config_path="/absolute/path/to/your/config/file")
```
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment