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)