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 {