Skip to content
Snippets Groups Projects

Update RTD documentation. (docstrings, changelog, documentation refactors)

Merged Karim Ahmed requested to merge doc/update_pycalibration_documentation into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -448,7 +448,7 @@ with open("available_notebooks.rst", "w") as f:
@@ -448,7 +448,7 @@ with open("available_notebooks.rst", "w") as f:
output = check_output(nb_help).decode('utf8')
output = check_output(nb_help).decode('utf8')
f.write(indent(output.replace("DETECTOR", detector).replace("TYPE", caltype), " "*4))
f.write(indent(output.replace("DETECTOR", detector).replace("TYPE", caltype), " "*4))
f.write("\n\n")
f.write("\n\n")
'''
# add test results
# add test results
test_artefact_dir = os.path.realpath("../../tests/legacy/artefacts")
test_artefact_dir = os.path.realpath("../../tests/legacy/artefacts")
Loading