Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miriam Fougeras
howto-cards
Commits
9cea2690
Commit
9cea2690
authored
Jan 13, 2021
by
Laurent Heirendt
✈
Browse files
Merge branch 'develop' into 'master'
[release] Regular merge of develop See merge request
R3/howto-cards!227
parents
c42bfbb6
f07f438c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
9cea2690
...
...
@@ -25,8 +25,8 @@ def build_link(title, href):
def
build_section_start
(
title
,
shortcut
):
title
=
title
.
replace
(
"Gdpr"
,
"GDPR"
)
title
=
title
.
replace
(
"Handbook additional"
,
"
Handbook -
PI/Supervisor specifics"
)
title
=
title
.
replace
(
"Handbook annexes"
,
"
Handbook -
Annexes"
)
title
=
title
.
replace
(
"Handbook additional"
,
"PI/Supervisor specifics"
)
title
=
title
.
replace
(
"Handbook annexes"
,
"Annexes"
)
title
=
title
.
replace
(
"Covid 19"
,
"COVID-19"
)
return
f
'
\n\t
<div class="index-box noborderbox" id="
{
shortcut
}
">
\n\t\t
<h3>
{
title
}
</h3>
\n\t\t
<ul>
\n
'
...
...
.gitignore
View file @
9cea2690
...
...
@@ -42,3 +42,4 @@ handbook/
internal/handbook
internal/handbook-additional
internal/handbook-annexes
!internal/covid-19/exit-strategy/*.pdf
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment