re-add docs, maybe that will get github pages to work.

This commit is contained in:
richard 2021-10-08 05:49:54 +01:00
parent 0bea7ef334
commit 8c4d2af2dc
54 changed files with 34290 additions and 0 deletions

19
docs/_static/graphviz.css vendored Normal file
View file

@ -0,0 +1,19 @@
/*
* graphviz.css
* ~~~~~~~~~~~~
*
* Sphinx stylesheet -- graphviz extension.
*
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
img.graphviz {
border: 0;
max-width: 100%;
}
object.graphviz {
max-width: 100%;
}