Skip to content

Commit 398ec05

Browse files
committed
---
yaml --- r: 95545 b: refs/heads/dist-snap c: 47fc24b h: refs/heads/master i: 95543: ad84aa1 v: v3
1 parent 476a8eb commit 398ec05

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1001
-833
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: 8a60caa107b7a55f480ae60a5184bd2e2a6319e7
9+
refs/heads/dist-snap: 47fc24bd8f48032c259f3573b4836dffae048ea3
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/.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-
*.tex
80+
rust.tex
8181
keywords.md
8282
x86_64-apple-darwin/
8383
x86_64-unknown-linux-gnu/

branches/dist-snap/doc/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To generate HTML documentation from one source file/crate, do something like:
1919
To generate an HTML version of a doc from Markdown, without having Node.js
2020
installed, do something like:
2121

22-
pandoc --from=markdown --to=html5 --number-sections -o rust.html rust.md
22+
pandoc --from=markdown --to=html --number-sections -o rust.html rust.md
2323

2424
The syntax for pandoc flavored markdown can be found at:
2525
http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown

branches/dist-snap/doc/lib.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
Custom styles for the library docs generated by naturaldocs
3+
*/
4+
5+
p {
6+
text-indent: 0;
7+
margin-bottom: 1em;
8+
}

branches/dist-snap/doc/manual.css

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

branches/dist-snap/doc/manual.inc

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

0 commit comments

Comments
 (0)