Rework docs, simpler (no Sphinx.)

This commit is contained in:
Simon Forman
2022-09-15 18:14:01 -07:00
parent 68838155dc
commit fe6567fd9e
6 changed files with 381 additions and 37 deletions
File diff suppressed because one or more lines are too long
+33
View File
@@ -0,0 +1,33 @@
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Inconsolata&display=swap');
body {
background: #fff;
color: black;
font-family: 'EB Garamond 12';
}
footer {
margin-top: 2em;
font-family: 'EB Garamond SC 08';
font-size: x-small;
text-align: center;
}
pre {
font-size: large;
margin-left: 2em;
margin-bottom: 1em;
font-family: 'Inconsolata';
}
blockquote {
background: #eee;
background: #eee;
border-left: 0.2em solid black;
padding: 0.5em;
}
img {
width: 30%;
}