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 ...@@ -34,8 +34,6 @@ OhmPi project
| .. image:: logo_univ_mons.png | .. image:: ige.png | .. image:: logo-iris.jpg | | .. image:: logo_univ_mons.png | .. image:: ige.png | .. image:: logo-iris.jpg |
+----------------------------------+-----------------------------------+-------------------------------+ +----------------------------------+-----------------------------------+-------------------------------+
**Citing OhmPi:** **Citing OhmPi:**
......
.wy-nav-content { .wy-nav-content {
max-width: 1200px !important; 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 { .wy-nav-content {
max-width: 1200px !important; max-width: 2000px !important;
} }
\ No newline at end of file
.wy-side-nav-search, .wy-nav-top {
background: #00ff00;
\ No newline at end of file
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
# add these directories to sys.path here. If the directory is relative to the # 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. # documentation root, use os.path.abspath to make it absolute, like shown here.
# #
# import os import os
# import sys import sys
# sys.path.insert(0, os.path.abspath('.')) # sys.path.insert(0, os.path.abspath('.'))
import sphinx_rtd_theme import sphinx_rtd_theme
...@@ -29,13 +29,10 @@ release = 'open hardware resistivity-meter' ...@@ -29,13 +29,10 @@ release = 'open hardware resistivity-meter'
# -- General configuration --------------------------------------------------- # -- 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 = ['recommonmark']
#extensions = ['sphinx_bootstrap_theme']
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
...@@ -61,5 +58,7 @@ html_theme = 'sphinx_rtd_theme' ...@@ -61,5 +58,7 @@ html_theme = 'sphinx_rtd_theme'
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] html_static_path = ['_static']
master_doc = 'index' 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