add function integration, tests and docs

This commit is contained in:
2019-05-30 22:38:37 +02:00
parent d0873a36da
commit 6aec598889
45 changed files with 3861 additions and 1541 deletions

View File

@@ -5,3 +5,9 @@
table.indextable tr.cap {
background-color: #333;
}
/* move doc link a bit up */
.viewcode-back {
float: right;
position: relative;
top: -1.5em;
}