Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Supervised MultiModal Integration Tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Baptiste Bauvin
Supervised MultiModal Integration Tool
Commits
920010bf
Commit
920010bf
authored
5 years ago
by
Baptiste Bauvin
Browse files
Options
Downloads
Patches
Plain Diff
link and prolog
parent
f5a2ac06
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/conf.py
+14
-0
14 additions, 0 deletions
docs/source/conf.py
docs/source/tutorials/example0.rst
+1
-1
1 addition, 1 deletion
docs/source/tutorials/example0.rst
docs/source/tutorials/example1.rst
+0
-6
0 additions, 6 deletions
docs/source/tutorials/example1.rst
with
15 additions
and
7 deletions
docs/source/conf.py
+
14
−
0
View file @
920010bf
...
@@ -41,6 +41,7 @@ add_module_names = False
...
@@ -41,6 +41,7 @@ add_module_names = False
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# ones.
extensions
=
[
'
sphinx.ext.autodoc
'
,
extensions
=
[
'
sphinx.ext.autodoc
'
,
'
sphinx.ext.extlinks
'
# 'sphinx.ext.doctest',
# 'sphinx.ext.doctest',
# 'sphinx.ext.intersphinx',
# 'sphinx.ext.intersphinx',
# 'sphinx.ext.todo',
# 'sphinx.ext.todo',
...
@@ -183,3 +184,16 @@ intersphinx_mapping = {'https://docs.python.org/': None}
...
@@ -183,3 +184,16 @@ intersphinx_mapping = {'https://docs.python.org/': None}
# 'auto_toc_tree_section': 'Contents',
# 'auto_toc_tree_section': 'Contents',
# }, True)
# }, True)
# app.add_transform(AutoStructify)
# app.add_transform(AutoStructify)
rst_prolog
=
"""
.. role:: python(code)
:language: python
.. role :: yaml(code)
:language: yaml
...
|
platf
|
replace
::
replacement
SuMMIT
"""
extlinks
=
{
'
base_source
'
:
(
'
https://gitlab.lis-lab.fr/baptiste.bauvin/multiview-machine-learning-omis/-/tree/master/
'
,
"
base_source
"
),
'
base_doc
'
:
(
'
http://baptiste.bauvin.pages.lis-lab.fr/multiview-machine-learning-omis/
'
,
'
base_doc
'
)}
This diff is collapsed.
Click to expand it.
docs/source/tutorials/example0.rst
+
1
−
1
View file @
920010bf
...
@@ -16,4 +16,4 @@ To run SuMMIT on digits, one has to run
...
@@ -16,4 +16,4 @@ To run SuMMIT on digits, one has to run
>>> from multiview_platform.execute import execute
>>> from multiview_platform.execute import execute
>>> execute("example 0")
>>> execute("example 0")
This will start a benchmark with this config file located in ``
This will start a benchmark with the config file located in `plif <base_source/multiview_platform/examples/config_files>`_
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/source/tutorials/example1.rst
+
0
−
6
View file @
920010bf
.. role:: python(code)
:language: python
.. role :: yaml(code)
:language: yaml
===============================================
===============================================
Example 1 : First steps with SuMMIT
Example 1 : First steps with SuMMIT
===============================================
===============================================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment