Skip to content
Snippets Groups Projects
Commit a2856fc7 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Merge branch 'feature/update-docs' into 'develop'

Update documentation, resolve some warnings

See merge request !6
parents 5292de3f 178b6529
No related branches found
No related tags found
1 merge request!6Update documentation, resolve some warnings
...@@ -5,6 +5,7 @@ __pycache__ ...@@ -5,6 +5,7 @@ __pycache__
coverage.xml coverage.xml
*.egg-info *.egg-info
docs/build docs/build
docs/source/_static/openapi.json
.vscode .vscode
......
...@@ -6,7 +6,7 @@ import lso ...@@ -6,7 +6,7 @@ import lso
config_filename = os.path.join( config_filename = os.path.join(
os.path.dirname(__file__), os.path.dirname(__file__),
'..', 'config-example.json') '..', 'config.json.example')
output_filename = os.path.join( output_filename = os.path.join(
os.path.dirname(__file__), os.path.dirname(__file__),
......
File moved
...@@ -67,7 +67,7 @@ exclude_patterns = [] ...@@ -67,7 +67,7 @@ exclude_patterns = []
# -- Options for HTML output ------------------------------------------------- # -- Options for HTML output -------------------------------------------------
html_theme = 'sphinx_rtd_theme' html_theme = 'sphinx_rtd_theme'
html_static_path = ['static'] html_static_path = ['_static']
# Both the class' and the __init__ method's docstring # Both the class' and the __init__ method's docstring
# are concatenated and inserted. # are concatenated and inserted.
......
GOAT Lightweight Service Orchestrator GOAT Lightweight Service Orchestrator
========================== =====================================
Documentation for LSO: a Lightweight Service Orchestrator Documentation for LSO: a Lightweight Service Orchestrator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment