Skip to content
Snippets Groups Projects
Commit e75dedd9 authored by Cammille Carinan's avatar Cammille Carinan
Browse files

FIX: Sphinx extlinks definition

parent e00aef54
No related branches found
No related tags found
1 merge request!273FIX: Sphinx extlinks definition
...@@ -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 :rm:`239` - Include double counts for hRIXS SPC algorithms :mr:`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`
......
...@@ -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:
......
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