added documentation

This commit is contained in:
Erik Fröjdh
2024-10-25 13:54:36 +02:00
parent b1b020ad60
commit 54dd88f070
11 changed files with 2664 additions and 1 deletions

4
docs/static/extra.css vendored Normal file
View File

@ -0,0 +1,4 @@
/* override table no-wrap */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}