Add documentation

This commit is contained in:
2020-11-27 12:49:03 +01:00
parent e4c51874dc
commit c9b94ed6c6
26 changed files with 743 additions and 98 deletions

BIN
doc/_static/RUG_Logo.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

16
doc/_static/custom.css vendored Normal file
View File

@@ -0,0 +1,16 @@
/* override table width restrictions as found on https://github.com/getpelican/pelican/issues/1311 */
.wy-table-responsive table td, .wy-table-responsive table th {
/* !important prevents the common CSS stylesheets from
overriding this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}
.wy-table-responsive {
overflow: visible !important;
}
/* Add some more space between the function descriptions */
dl.function,
dl.class {
margin-bottom: 1em;
}