Skip to content

Commit 8d97db4

Browse files
committed
doc: tidy and cleanup CSS deps, add tutorial PDF generation
1 parent 5d1fc86 commit 8d97db4

File tree

6 files changed

+200
-237
lines changed

6 files changed

+200
-237
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ src/.DS_Store
7777
/nd/
7878
/llvm/
7979
version.md
80-
rust.tex
80+
*.tex
8181
keywords.md
8282
x86_64-apple-darwin/
8383
x86_64-unknown-linux-gnu/

doc/lib.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/manual.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

doc/manual.inc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<style>
2+
/* Display the full TOC */
3+
#TOC ul ul {
4+
display: block;
5+
padding-left: 2em;
6+
}
7+
</style>

0 commit comments

Comments
 (0)