Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
R3
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
!185
parents
13c0e680
36adae17
Pipeline
#35092
passed with stages
in 2 minutes and 31 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.ci/generateIndex.py
.ci/generateIndex.py
+2
-1
No files found.
.ci/generateIndex.py
View file @
fff6c810
...
@@ -11,7 +11,8 @@ def line_prepender(filename, line):
...
@@ -11,7 +11,8 @@ def line_prepender(filename, line):
def
build_link
(
title
,
href
):
def
build_link
(
title
,
href
):
# strip the number of the title
# 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
'
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