From 2339057b2baa73443f2f66e30b77842cf788e710 Mon Sep 17 00:00:00 2001 From: Loïc Guégan Date: Fri, 25 Jul 2025 12:11:25 +0200 Subject: Minor changes --- README.md | 6 ++++++ infos.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f1cd03..f133e1d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Course Calendar +How to: +1. Install requirements.txt +2. Adjust `infos.yaml` to your needs +3. Launch `main.py` + +# Example ``` +--------------+--------------+--------------+--------------+--------------+--------------+ | Week 33 | Monday | Tuesday | Wednesday | Thursday | Friday | diff --git a/infos.yaml b/infos.yaml index bc7aab1..7d55ed3 100644 --- a/infos.yaml +++ b/infos.yaml @@ -6,7 +6,7 @@ semester: output: date_format: "%b %d" - format: "text" # Or html/json/csv/latex/mediawiki + format: "html" # Or html/json/csv/latex/mediawiki tables: calendar: hidden: no -- cgit v1.2.3