Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Merge requests
!605
Update RTD documentation. (docstrings, changelog, documentation refactors)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update RTD documentation. (docstrings, changelog, documentation refactors)
doc/update_pycalibration_documentation
into
master
Overview
30
Commits
20
Pipelines
0
Changes
1
Merged
Karim Ahmed
requested to merge
doc/update_pycalibration_documentation
into
master
3 years ago
Overview
2
Commits
20
Pipelines
0
Changes
1
Expand
Description
Update Installation instructions. (Based on README.md)
Remove AGIPD64k from available detectors to calibrate.
Add
changelog.rst
Expose
cal_tools
and
xfel_calibrate
functions' docstrings
Refactor the documentations.
How Has This Been Tested?
Relevant Documents (optional)
Types of changes
Docs (changes to the documentation)
Refactor (refactoring code with no functionality changes)
Checklist:
I have updated the documentation accordingly.
Reviewers
@calibration
Edited
2 years ago
by
Karim Ahmed
0
0
Merge request reports
Viewing commit
fa6f8664
Show latest version
1 file
+
0
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fa6f8664
remove AGIPD64 from available detectors
· fa6f8664
Karim Ahmed
authored
3 years ago
src/xfel_calibrate/notebooks.py
+
0
−
9
Options
@@ -52,15 +52,6 @@ notebooks = {
"
cluster cores
"
:
1
},
},
},
"
AGIPD64K
"
:
{
"
DARK
"
:
{
"
notebook
"
:
"
notebooks/AGIPD/playground/AGIPD_SingleM_test_Dark.ipynb
"
,
"
concurrency
"
:
{
"
parameter
"
:
None
,
"
default concurrency
"
:
None
,
"
cluster cores
"
:
4
},
},
},
"
LPD
"
:
{
"
DARK
"
:
{
"
notebook
"
:
"
notebooks/LPD/LPDChar_Darks_NBC.ipynb
"
,
Loading