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

Update format.py

parent fe6de897
No related branches found
No related tags found
1 merge request!4rename lab integrity section to good practice
......@@ -36,6 +36,8 @@ def root_href(href):
href = href.replace('lab-hsa', 'lab').strip()
elif ('lab-integrity' in href):
href = href.replace('lab-integrity', 'lab').strip()
elif ('lab-good-practice' in href):
href = href.replace('lab-good-practice', 'lab').strip()
# remove sym link reference in href
if ('qms-policies' in href):
......@@ -56,6 +58,7 @@ def build_section_start(title, shortcut):
"Lab equipment": "Lab: Equipment",
"Lab hsa": "Lab: Health & Safety, Access",
"Lab integrity": "Lab: Integrity",
"Lab good practice": "Lab: Good Practice",
"Qms sops": "QMS: Standard Operating Procedures (SOPS)",
"Qms policies": "QMS: Policies",
"Adm": "Administration",
......
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