Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
ToolBox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
SCS
ToolBox
Commits
e75dedd9
Commit
e75dedd9
authored
1 year ago
by
Cammille Carinan
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Sphinx extlinks definition
parent
e00aef54
No related branches found
No related tags found
1 merge request
!273
FIX: Sphinx extlinks definition
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/changelog.rst
+1
-1
1 addition, 1 deletion
doc/changelog.rst
doc/conf.py
+3
-3
3 additions, 3 deletions
doc/conf.py
with
4 additions
and
4 deletions
doc/changelog.rst
+
1
−
1
View file @
e75dedd9
...
@@ -57,7 +57,7 @@ unreleased
...
@@ -57,7 +57,7 @@ unreleased
- Add get_undulator_config function :mr:`225`
- Add get_undulator_config function :mr:`225`
- Document the HRIXS class :mr:`238`
- Document the HRIXS class :mr:`238`
- Include double counts for hRIXS SPC algorithms :
r
m:`239`
- Include double counts for hRIXS SPC algorithms :m
r
:`239`
- Add Viking spectrometer analysis class :mr:`240`
- Add Viking spectrometer analysis class :mr:`240`
- Add GPU accelaration for BOZ correction determination :mr:`254`
- Add GPU accelaration for BOZ correction determination :mr:`254`
- Issues warning when loading data with > 5% missing trains :mr:`263`
- Issues warning when loading data with > 5% missing trains :mr:`263`
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
3
−
3
View file @
e75dedd9
...
@@ -53,11 +53,11 @@ autoapi_dirs = ['../src/toolbox_scs']
...
@@ -53,11 +53,11 @@ autoapi_dirs = ['../src/toolbox_scs']
autoapi_ignore
=
[
'
*/deprecated/*
'
]
autoapi_ignore
=
[
'
*/deprecated/*
'
]
extlinks
=
{
'
issue
'
:
(
'
https://git.xfel.eu/SCS/ToolBox/-/issues/%s
'
,
extlinks
=
{
'
issue
'
:
(
'
https://git.xfel.eu/SCS/ToolBox/-/issues/%s
'
,
'
issue:
'
),
'
issue:
%s
'
),
'
mr
'
:
(
'
https://git.xfel.eu/SCS/ToolBox/-/merge_requests/%s
'
,
'
mr
'
:
(
'
https://git.xfel.eu/SCS/ToolBox/-/merge_requests/%s
'
,
'
MR:
'
),
'
MR:
%s
'
),
'
commit
'
:
(
'
https://git.xfel.eu/SCS/ToolBox/-/commit/%s
'
,
'
commit
'
:
(
'
https://git.xfel.eu/SCS/ToolBox/-/commit/%s
'
,
'
commit:
'
)
'
commit:
%s
'
)
}
}
# Don't add .txt suffix to source files:
# Don't add .txt suffix to source files:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment