Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
analytics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
nomad-lab
analytics
Commits
0fc673be
Commit
0fc673be
authored
3 years ago
by
Luigi Sbailo
Browse files
Options
Downloads
Plain Diff
Merge branch 'staging' of gitlab.mpcdf.mpg.de:nomad-lab/analytics into staging
parents
9ad64a4d
254650db
No related branches found
No related tags found
1 merge request
!107
Update gap si surface tutorial
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
generate_headers.py
+2
-2
2 additions, 2 deletions
generate_headers.py
with
2 additions
and
2 deletions
generate_headers.py
+
2
−
2
View file @
0fc673be
...
...
@@ -20,8 +20,8 @@ if __name__ == '__main__':
update
=
'
Last update:
'
+
update
authors_list
=
''
for
author
in
authors
:
first_name
=
author
.
replace
(
'
,
'
,
''
).
split
()[
1
]
last_name
=
author
.
replace
(
'
,
'
,
''
).
split
()[
0
]
first_name
=
author
.
replace
(
'
,
'
,
'
'
).
split
(
"
"
)[
1
]
last_name
=
author
.
replace
(
'
,
'
,
'
'
).
split
(
"
"
)[
0
]
authors_list
=
authors_list
+
first_name
+
'
'
+
last_name
if
authors
.
index
(
author
)
<
len
(
authors
)
-
2
:
authors_list
=
authors_list
+
'
,
'
...
...
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