Skip to content
Snippets Groups Projects
Commit 8ff6e94b authored by Erxleben, Fredo's avatar Erxleben, Fredo Committed by Uwe Jandt (DESY, HIFIS)
Browse files

Resolve "Integrate Course Material for "First Steps in Python""

parent 88a9f3ad
No related branches found
No related tags found
Loading
......@@ -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" \
......
......@@ -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 }}
......
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