Skip to content
Snippets Groups Projects
Commit 8c6094b1 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'update-script-integrity' into 'develop'

add integrity to lab section

See merge request R3/howto-cards!399
parents a457d962 263bfa59
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,8 @@ def root_href(href):
href = href.replace('lab-equipment', 'lab').strip()
elif ('lab-hsa' in href):
href = href.replace('lab-hsa', 'lab').strip()
elif ('lab-integrity' in href):
href = href.replace('lab-integrity', 'lab').strip()
# remove sym link reference in href
if ('qms-policies' in href):
......@@ -64,6 +66,7 @@ def build_section_start(title, shortcut):
title = title.replace("Lab software", "Lab: Software")
title = title.replace("Lab equipment", "Lab: Equipment")
title = title.replace("Lab hsa", "Lab: Health & Safety, Access")
title = title.replace("Lab integrity", "Lab: Integrity")
title = title.replace("Qms sops", "QMS: Standard Operating Procedures (SOPS)")
title = title.replace("Qms policies", "QMS: Policies")
......
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