Add api documentation using mkautodoc

This commit is contained in:
Laurent Savaete
2020-10-01 16:45:51 +01:00
parent 31c88185b2
commit da9cba95e6
8 changed files with 114 additions and 46 deletions

10
docs/css/custom.css Normal file
View File

@@ -0,0 +1,10 @@
div.autodoc-docstring {
padding-left: 20px;
margin-bottom: 30px;
border-left: 5px solid rgba(230, 230, 230);
}
div.autodoc-members {
padding-left: 20px;
margin-bottom: 15px;
}