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

link and prolog

parent f5a2ac06
No related branches found
No related tags found
No related merge requests found
...@@ -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')}
...@@ -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
.. role:: python(code)
:language: python
.. role :: yaml(code)
:language: yaml
=============================================== ===============================================
Example 1 : First steps with SuMMIT Example 1 : First steps with SuMMIT
=============================================== ===============================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment