diff --git a/docs/css/extra.css b/docs/css/extra.css new file mode 100644 index 00000000..2f6d9a7a --- /dev/null +++ b/docs/css/extra.css @@ -0,0 +1,21 @@ +div.col-md-9 h1:first-of-type, div.section h1:first-of-type { + text-align: center; + font-size: 50px; + font-weight: 300; +} + +div.col-md-9 p:first-of-type { + /*text-align: center;*/ +} + +div.col-md-9 p.admonition-title:first-of-type { + text-align: left; +} + +div.col-md-9 h1:first-of-type .headerlink { + display: none; +} + +code.no-highlight { + color: black; +} diff --git a/docs/img/favicon.png b/docs/img/favicon.png new file mode 100755 index 00000000..b77f1400 Binary files /dev/null and b/docs/img/favicon.png differ diff --git a/docs/modules.md b/docs/modules.md new file mode 100644 index 00000000..aa2d31c6 --- /dev/null +++ b/docs/modules.md @@ -0,0 +1 @@ +A list of modules \ No newline at end of file