From dbd2c8afea5f12e2b57a28d8c516a1eebdcbe8af Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Tue, 5 Jul 2022 21:35:39 +0200 Subject: [PATCH] Tweak docs --- docs/install.md | 10 ++++++++++ docs/templates/layout.html | 6 +++++- docs/user_guide.md | 5 +++++ scripts/{generate_docs.py => build_docs.py} | 13 +++++++++++-- tasks.py | 2 +- 5 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 docs/user_guide.md rename scripts/{generate_docs.py => build_docs.py} (74%) diff --git a/docs/install.md b/docs/install.md index 6c23c8e..ed9ee48 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,5 +1,15 @@ +# Installing + +[TOC] + +## Docker edition + +TODO + ## Python developer edition +Assuming you have a working **Python 3.10+** environment. + Setup [Poetry](https://python-poetry.org/docs/master/#installing-with-the-official-installer). ```bash diff --git a/docs/templates/layout.html b/docs/templates/layout.html index 9152101..4def13d 100644 --- a/docs/templates/layout.html +++ b/docs/templates/layout.html @@ -30,7 +30,10 @@ nav.flexbox ul li { nav.flexbox ul li:last-child { margin-right: 0px; } -h1 { +h1, h2, h3, h4, h5, h6 { + font-weight: normal; +} +header h1 { font-weight: normal; text-align: center; margin: 30px auto; @@ -80,6 +83,7 @@ code {