From c70f7b58ef58d74e2a877dac01034c91476a7a2a Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Fri, 23 Aug 2024 15:54:57 +0100 Subject: [PATCH] Create README.md for gh pages --- docs/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..8892c81 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,17 @@ +# Workshop Programme + +The workshop timings are as follows: + + + + +You can find the initial documentation for the workshop sessions here: + + +Session X - Code Quality +- Part 1: Code Quality 101 - [here](../code_quality/1_code_quality.md) +- Part 2: Introduction to Pylint - [here](../code_quality/2_pylint.md) +- Part 3: Introduction to Black - [here](../code_quality/3_black.md) +- Part 4: Introduction to isort - [here](../code_quality/4_isort.md) +- Part 5: Introduction to pre-commit - [here](../code_quality/5_precommit.md) +- Part 6: Final Remarks - [here](../code_quality/6_final_remarks.md)