Skip to content
Snippets Groups Projects
Commit 872a1f36 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

add jupyter requirement

parent 058e836e
1 merge request!820[Documentation] Introduce mkdocs and add new documentation pages
...@@ -3,3 +3,10 @@ ...@@ -3,3 +3,10 @@
The offline calibration webservice interacts is triggered through the myMDC, The offline calibration webservice interacts is triggered through the myMDC,
such that migration of data to the offline cluster automatically triggers such that migration of data to the offline cluster automatically triggers
calibration jobs on relevant files. calibration jobs on relevant files.
## Job database
The webservice uses SQLite database to store the information about requests, executions, and calibration Slurm jobs.
![job database](../static/webservice_job_db.png)
...@@ -6,4 +6,5 @@ mkdocs-section-index==0.3.5 ...@@ -6,4 +6,5 @@ mkdocs-section-index==0.3.5
mkdocs-literate-nav==0.5.0 mkdocs-literate-nav==0.5.0
mkdocs-redirects==1.2.0 mkdocs-redirects==1.2.0
mkdocs-jupyter==0.16.0 mkdocs-jupyter==0.16.0
mkdocs-gen-files==0.4.0 mkdocs-gen-files==0.4.0
\ No newline at end of file jupyter
\ No newline at end of file
...@@ -80,8 +80,8 @@ plugins: ...@@ -80,8 +80,8 @@ plugins:
import: import:
- https://docs.python-requests.org/en/master/objects.inv - https://docs.python-requests.org/en/master/objects.inv
paths: [src] paths: [src]
docstring_style: sphinx docstring_style: "sphinx"
docstring_section_style: list docstring_section_style: "list"
repo_url: https://git.xfel.eu/calibration/pycalibration repo_url: https://git.xfel.eu/calibration/pycalibration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment