Documentation update

This commit is contained in:
Ross Stewart
2022-08-27 13:36:57 +00:00
parent fcb5498cda
commit 8d40c752d0
36 changed files with 18091 additions and 0 deletions

29
docs/_static/css/custom.css vendored Normal file
View File

@@ -0,0 +1,29 @@
.class {
padding-bottom: 15px;
padding-top: 15px;
}
.function {
padding-bottom: 15px;
padding-top: 15px;
}
.method {
/* border-bottom: 3px solid #d0d0d0; */
padding-bottom: 15px;
padding-top: 15px;
}
.attribute {
padding-bottom: 15px;
padding-top: 15px;
}
.admonition-todo {
color: orangered;
border: 3px dashed orangered;
}
section {
padding-top: 20px;
}