Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6772f39e authored by IMBERT Matthieu's avatar IMBERT Matthieu
Browse files

doc: rename tuto to user guide + improve layout of website

parent 5887df3d
No related branches found
No related tags found
No related merge requests found
*****************
API documentation
*****************
.. toctree::
:maxdepth: 3
execo
execo_g5k
execo_engine
...@@ -137,6 +137,13 @@ html_last_updated_fmt = '%b %d, %Y' ...@@ -137,6 +137,13 @@ html_last_updated_fmt = '%b %d, %Y'
# Custom sidebar templates, maps document names to template names. # Custom sidebar templates, maps document names to template names.
#html_sidebars = {} #html_sidebars = {}
html_sidebars = {
'**':
[ 'globaltoc.html',
'relations.html',
'sourcelink.html',
'searchbox.html' ],
}
# Additional templates that should be rendered to pages, maps page names to # Additional templates that should be rendered to pages, maps page names to
# template names. # template names.
......
...@@ -9,13 +9,11 @@ Welcome to execo ...@@ -9,13 +9,11 @@ Welcome to execo
Contents: Contents:
.. toctree:: .. toctree::
:maxdepth: 3 :maxdepth: 2
readme Readme <readme>
tutorial User Guide <userguide>
execo API Documentation <apidoc>
execo_g5k
execo_engine
Indices and tables Indices and tables
================== ==================
......
************** ****************
execo tutorial execo user guide
************** ****************
In this tutorial, the code can be executed from python source files, In this user guide, the code can be executed from python source files,
but it can also be run interactively in a python shell, such as but it can also be run interactively in a python shell, such as
``ipython``, which is very convenient to inspect the execo objects. ``ipython``, which is very convenient to inspect the execo objects.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment