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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Baptiste Bauvin
Supervised MultiModal Integration Tool
Commits
f015b5f8
Commit
f015b5f8
authored
7 years ago
by
Baptiste Bauvin
Browse files
Options
Downloads
Patches
Plain Diff
Worked on some doc
parent
5b71ef98
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
+15
-2
15 additions, 2 deletions
docs/source/conf.py
docs/source/index.rst
+3
-1
3 additions, 1 deletion
docs/source/index.rst
docs/source/readme.rst
+3
-0
3 additions, 0 deletions
docs/source/readme.rst
with
21 additions
and
3 deletions
docs/source/conf.py
+
15
−
2
View file @
f015b5f8
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
from
recommonmark.parser
import
CommonMarkParser
from
recommonmark.transform
import
AutoStructify
#
#
# MultiviewPlatform documentation build configuration file, created by
# MultiviewPlatform documentation build configuration file, created by
# sphinx-quickstart on Mon Jan 29 17:13:09 2018.
# sphinx-quickstart on Mon Jan 29 17:13:09 2018.
...
@@ -50,8 +52,12 @@ templates_path = ['_templates']
...
@@ -50,8 +52,12 @@ templates_path = ['_templates']
# The suffix(es) of source filenames.
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
# You can specify multiple suffix as a list of string:
#
#
# source_suffix = ['.rst', '.md']
source_suffix
=
[
'
.rst
'
,
'
.md
'
]
source_suffix
=
'
.rst
'
# source_suffix = '.rst'
source_parsers
=
{
'
.md
'
:
CommonMarkParser
,
}
# The master toctree document.
# The master toctree document.
master_doc
=
'
index
'
master_doc
=
'
index
'
...
@@ -169,3 +175,10 @@ texinfo_documents = [
...
@@ -169,3 +175,10 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping
=
{
'
https://docs.python.org/
'
:
None
}
intersphinx_mapping
=
{
'
https://docs.python.org/
'
:
None
}
def
setup
(
app
):
app
.
add_config_value
(
'
recommonmark_config
'
,
{
'
url_resolver
'
:
lambda
url
:
github_doc_root
+
url
,
'
auto_toc_tree_section
'
:
'
Contents
'
,
},
True
)
app
.
add_transform
(
AutoStructify
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/source/index.rst
+
3
−
1
View file @
f015b5f8
...
@@ -14,7 +14,9 @@ The main advantage of the platform is that it allows to add and remove a classif
...
@@ -14,7 +14,9 @@ The main advantage of the platform is that it allows to add and remove a classif
:maxdepth: 3
:maxdepth: 3
:caption: Contents:
:caption: Contents:
api
readme
.. api
.. examples
.. examples
...
...
This diff is collapsed.
Click to expand it.
docs/source/readme.rst
0 → 100644
+
3
−
0
View file @
f015b5f8
Read me
=======
.. include:: ../../README.md
\ No newline at end of file
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