Add (heavily work in progress) documentation.
To render correctly, the docs require: * pygments/pygments#1441
This commit is contained in:
parent
8dacbbb2b2
commit
399b8f9863
21 changed files with 1565 additions and 23 deletions
5
docs/_static/custom.css
vendored
Normal file
5
docs/_static/custom.css
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/* Some of our section titles are looong */
|
||||
.wy-menu-vertical { width: 340px; }
|
||||
|
||||
/* 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; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue