From f3474bbbc1e28df273971cd644ed4f7663bf26d2 Mon Sep 17 00:00:00 2001
From: wep23441 <elizabeth.mamtsits@stfc.ac.uk>
Date: Thu, 27 Mar 2025 08:15:33 +0100
Subject: [PATCH] new path 7

---
 case-5-docs/.gitlab-ci.yml => .gitlab-ci.yml | 0
 case-5-docs/{ => docs}/main.py               | 0
 case-5-docs/{ => docs}/math_operations.py    | 0
 case-5-docs/{ => docs}/string_operators.py   | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename case-5-docs/.gitlab-ci.yml => .gitlab-ci.yml (100%)
 rename case-5-docs/{ => docs}/main.py (100%)
 rename case-5-docs/{ => docs}/math_operations.py (100%)
 rename case-5-docs/{ => docs}/string_operators.py (100%)

diff --git a/case-5-docs/.gitlab-ci.yml b/.gitlab-ci.yml
similarity index 100%
rename from case-5-docs/.gitlab-ci.yml
rename to .gitlab-ci.yml
diff --git a/case-5-docs/main.py b/case-5-docs/docs/main.py
similarity index 100%
rename from case-5-docs/main.py
rename to case-5-docs/docs/main.py
diff --git a/case-5-docs/math_operations.py b/case-5-docs/docs/math_operations.py
similarity index 100%
rename from case-5-docs/math_operations.py
rename to case-5-docs/docs/math_operations.py
diff --git a/case-5-docs/string_operators.py b/case-5-docs/docs/string_operators.py
similarity index 100%
rename from case-5-docs/string_operators.py
rename to case-5-docs/docs/string_operators.py
-- 
GitLab