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

@@ -310,7 +310,7 @@ div.hint {
}
div.seealso {
background-color: #3c3c3c;
background-color: #25272c;
border: 1px solid #2C2C2C;
}
@@ -439,14 +439,14 @@ ul, ol {
}
pre {
background: #EEE;
background: #25272c;
padding: 7px 30px;
margin: 15px 0px;
line-height: 1.3em;
}
div.viewcode-block:target {
background: #ffd;
background: #292b2e;
}
dl pre, blockquote pre, li pre {