From bb6c47e4a74412d0f19e1c591b1ac8291ee011b9 Mon Sep 17 00:00:00 2001 From: Hartmut Seichter Date: Sun, 21 Apr 2024 15:51:11 +0200 Subject: [PATCH] update documentation and copyright --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd5b767..ec5f847 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # CourseBuilder - Coursebuilder is a preprocessor tool for [pandoc](https://pandoc.org) to generate multi-lingual curricula documentation tables from structured representations as a flatfile database. Data scheme and @@ -10,7 +9,8 @@ actual values are kept in YAML files in order to version them with git. ```sh $> python coursebuilder -usage: [-h] [-m META [META ...]] [-l LANG] [-f FIELDS [FIELDS ...]] [-s SCHEMA] [-p] [-t] [-b BOOK] +usage: [-h] [-m META [META ...]] [-l LANG] [-f FIELDS [FIELDS ...]] [-s SCHEMA] [-p] [-t] [-b BOOK] [--level LEVEL] + [--table-gen TABLE_GEN] versatile curricula generator @@ -26,11 +26,14 @@ options: -p, --pagebreak add a pagebreak after each module -t, --title take first value in list as title -b BOOK, --book BOOK process a whole curriculum book with sections + --level LEVEL level of header tags + --table-gen TABLE_GEN + runs table generator ``` # Author -(c) Copyright 2020-2023 Hartmut Seichter +© Copyright 2020-2024 Hartmut Seichter # Licence