Skip to content
Snippets Groups Projects
Commit 92b374a5 authored by Karim Ahmed's avatar Karim Ahmed Committed by Karim Ahmed
Browse files

small refactors

parent 773c21d0
No related branches found
No related tags found
1 merge request!820[Documentation] Introduce mkdocs and add new documentation pages
......@@ -32,11 +32,9 @@ for directory in ["src"]:
identifier = ".".join(parts)
if "calcat_interface" == full_doc_path.stem:
print( # adding an note and image for calcat_interface.py
"""
??? Note "This module help in skipping calibrationDBRemote"
![Calibration DB Remote avoided](xfel-calibrate_cli_process_no_caldbremote.png)
""",
# adding an note and image for calcat_interface.py
print("""??? Note "This module help in skipping calibrationDBRemote"\n\t[Calibration DB Remote avoided](xfel-calibrate_cli_process_no_caldbremote.png)
""",
file=fd)
print("::: " + "src." + identifier, file=fd)
......
......@@ -277,7 +277,7 @@ The following notebook provides gain characterization for the pnCCD. It relies o
??? warning "No description"
TODO: Add description for this notebook
TODO: Add description for this notebook
---------------------------------------------------------------------------------------
......@@ -303,7 +303,7 @@ Dark characterization evaluates offset and noise of the detector and gives infor
??? warning "Detector notebooks are outdated."
FastCCD notebooks are outdated as the detector hasn't been used for years.
FastCCD notebooks are outdated as the detector hasn't been used for years.
### [FastCCD Data Correction](https://git.xfel.eu/calibration/pycalibration/-/blob/master/notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb)
......
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