Commit 21e56be3 authored by Clement Remi's avatar Clement Remi
Browse files

update documentation

Showing with 15 additions and 12 deletions
+15 -12
No preview for this file type
No preview for this file type
......@@ -34,8 +34,6 @@ OhmPi project
| .. image:: logo_univ_mons.png | .. image:: ige.png | .. image:: logo-iris.jpg |
+----------------------------------+-----------------------------------+-------------------------------+
**Citing OhmPi:**
......
.wy-nav-content {
max-width: 1200px !important;
}
\ No newline at end of file
}
.wy-side-nav-search, .wy-nav-top {
background: #00ff00;
\ No newline at end of file
.wy-nav-content {
max-width: 1200px !important;
}
\ No newline at end of file
max-width: 2000px !important;
}
.wy-side-nav-search, .wy-nav-top {
background: #00ff00;
\ No newline at end of file
......@@ -10,8 +10,8 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
import os
import sys
# sys.path.insert(0, os.path.abspath('.'))
import sphinx_rtd_theme
......@@ -29,13 +29,10 @@ release = 'open hardware resistivity-meter'
# -- General configuration ---------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
#extensions = ['sphinx_rtd_theme',]
extensions = ['recommonmark']
#extensions = ['sphinx_bootstrap_theme']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
......@@ -61,5 +58,7 @@ html_theme = 'sphinx_rtd_theme'
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
master_doc = 'index'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment