docs: rewrite install instructions to be easier to understand.

This commit is contained in:
whitequark 2020-07-01 03:32:17 +00:00
parent 39c3bacb79
commit c20266164d
4 changed files with 169 additions and 68 deletions

View file

@ -3,3 +3,12 @@
/* Many of our diagnostics are even longer */
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre { white-space: pre-wrap; }
/* Override what contentui does to body style */
.wy-nav-content { max-width: 800px !important; }
/* Make rubrics work like h3 */
.rst-content p.rubric {
font-size: 125%;
font-family: Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;
}