Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Soraya Hezzaz
howto-cards
Commits
fff6c810
Commit
fff6c810
authored
Dec 04, 2020
by
Laurent Heirendt
✈
Browse files
Merge branch 'develop' into 'master'
[release] Regular merge of develop See merge request
R3/howto-cards!185
parents
13c0e680
36adae17
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
fff6c810
...
...
@@ -11,7 +11,8 @@ def line_prepender(filename, line):
def
build_link
(
title
,
href
):
# strip the number of the title
title
=
re
.
sub
(
'[0-9.]'
,
''
,
title
).
strip
()
if
(
'handbook:1-general'
in
href
)
or
(
'handbook:2-additional'
in
href
):
title
=
re
.
sub
(
'[0-9.]'
,
''
,
title
).
strip
()
return
f
'
\t\t\t
<li><a href="
{
href
}
">
{
title
}
</a></li>
\n
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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