From 8ff6e94b431fcfe62ae696781b4e91605b94c08f Mon Sep 17 00:00:00 2001 From: "Erxleben, Fredo" <f.erxleben@hzdr.de> Date: Tue, 11 Apr 2023 14:37:38 +0200 Subject: [PATCH] Resolve "Integrate Course Material for "First Steps in Python"" --- fetch_external_content.sh | 5 +++++ services/overall/learning-materials.md | 5 +++-- workshop-materials/python-first-steps/.gitkeep | 0 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 workshop-materials/python-first-steps/.gitkeep diff --git a/fetch_external_content.sh b/fetch_external_content.sh index 98930957f..420a6b1f7 100755 --- a/fetch_external_content.sh +++ b/fetch_external_content.sh @@ -20,6 +20,11 @@ function include_mkdocs(){ #---------------# #== 1. Get content for education/training materials. ==# +#-- Workshop Python - first steps +include_mkdocs \ + "https://codebase.helmholtz.cloud/hifis/software/education/hifis-workshops/python-first-steps/-/jobs/artifacts/main/download?job=pages" \ + "workshop-materials/python-first-steps/" + #-- Workshop Python - object oriented programming include_mkdocs \ "https://codebase.helmholtz.cloud/hifis/software/education/hifis-workshops/workshop-oop-in-python/-/jobs/artifacts/main/download?job=pages" \ diff --git a/services/overall/learning-materials.md b/services/overall/learning-materials.md index b325a43c5..2ff849d01 100644 --- a/services/overall/learning-materials.md +++ b/services/overall/learning-materials.md @@ -43,13 +43,14 @@ If you find issues or would like to contribute, feel free to take a look at the | Topic | Materials | Repository | |--------------------------------------|----------------------------------------|--------------------------------------| -| First Steps in Python | (In preparation) | [Repository][python-first-steps-repo]| +| First Steps in Python | [Material][python-first-steps-material]| [Repository][python-first-steps-repo]| | Object-Oriented Programming | [Material][python-oop-material] | [Repository][python-oop-repo] | | Data Processing with _Pandas_ | [Material][python-pandas-material] | [Repository][python-pandas-repo] | | Data Visualization with _Matplotlib_ | [Material][python-matplotlib-material] | [Repository][python-matplotlib-repo] | | Test Automation | (In preparation) | [Repository][python-test-repo] | -[python-first-steps-repo]: https://codebase.helmholtz.cloud/hifis/software/education/hifis-workshops/first-steps-in-python +[python-first-steps-material]: {{ "workshop-materials/python-first-steps/" | relative_url }} +[python-first-steps-repo]: https://codebase.helmholtz.cloud/hifis/software/education/hifis-workshops/python-first-steps [python-matplotlib-material]: {{ "workshop-materials/python-matplotlib/" | relative_url}} [python-matplotlib-repo]: https://codebase.helmholtz.cloud/hifis/software/education/hifis-workshops/workshop-matplotlib [python-oop-material]: {{ "workshop-materials/python-oop/" | relative_url }} diff --git a/workshop-materials/python-first-steps/.gitkeep b/workshop-materials/python-first-steps/.gitkeep new file mode 100644 index 000000000..e69de29bb -- GitLab