Skip to content
Snippets Groups Projects
Commit 7db49163 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

add documentation on external web services

parent 7a396f97
No related branches found
No related tags found
1 merge request!20Prepare for v1.0.3
...@@ -54,7 +54,8 @@ extensions = [ ...@@ -54,7 +54,8 @@ extensions = [
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.coverage', 'sphinx.ext.coverage',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'sphinx.ext.graphviz' 'sphinx.ext.graphviz',
'sphinxcontrib.bibtex'
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
......
...@@ -18,6 +18,7 @@ These pages contain the documentation for technical maintenance and development ...@@ -18,6 +18,7 @@ These pages contain the documentation for technical maintenance and development
install install
configuration configuration
database database
webservices
modules modules
......
This diff is collapsed.
...@@ -6,6 +6,7 @@ flake8-black ...@@ -6,6 +6,7 @@ flake8-black
# documentation generation # documentation generation
sphinx sphinx
sphinx_rtd_theme sphinx_rtd_theme
sphinxcontrib-bibtex
# coverage # coverage
coverage coverage
# tests # tests
......
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