- Module Maintainer: Florian Wahl (
@fwahl711) - Course: Seminar Aktuelle Themen der künstlichen Intelligenz
- Institute: Department of Applied Computer Science, Deggendorf University of Technology
- Current Version: Summer 2023
We use MkDocs to build the the course websites for this course.
- Install MkDocs with the following command:
pip install mkdocs
- Install the style we use:
pip install mkdocs-material
- Look at a copy of the site served locally on your machine:
mkdocs serve
- We use a GitHub action to automatically deploy the website after pushing to the online repository
The idea for this course website is based on https://github.com/pp4rs/2022-uzh/.