Skip to content

Commit e936ba0

Browse files
committed
0.4.3 docs
1 parent 15123de commit e936ba0

43 files changed

Lines changed: 8804 additions & 0 deletions

Some content is hidden

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

docs/0.4.3/api-documentation/class.html

Lines changed: 467 additions & 0 deletions
Large diffs are not rendered by default.

docs/0.4.3/api-documentation/operation.md

Whitespace-only changes.

docs/0.4.3/api-documentation/readme.html

Lines changed: 465 additions & 0 deletions
Large diffs are not rendered by default.
122 KB
Binary file not shown.
74.7 KB
Binary file not shown.

docs/0.4.3/gitbook/fonts/fontawesome/fontawesome-webfont.svg

Lines changed: 685 additions & 0 deletions
Loading
149 KB
Binary file not shown.
88.3 KB
Binary file not shown.
70.2 KB
Binary file not shown.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
#toc, .toc {
2+
background-color: #fcfcfc;
3+
border-radius: 4px;
4+
padding: 7px;
5+
display: table;
6+
font-size: 95%;
7+
line-height: 1.6em;
8+
}
9+
10+
.toc ul, .toc p {
11+
margin-bottom: 0;
12+
}
13+
14+
.toc ul {
15+
list-style-type: none;
16+
counter-reset: item;
17+
margin: 0;
18+
padding: 0;
19+
}
20+
21+
.toc > ul {
22+
padding: 0px 8px;
23+
}
24+
25+
.toc ul > li {
26+
display: table;
27+
counter-increment: item;
28+
margin-bottom: 0.6em;
29+
}
30+
31+
.toc ul > li:before {
32+
content: counters(item, ".") ". ";
33+
display: table-cell;
34+
padding-right: 0.6em;
35+
}
36+
37+
.toc li ul > li {
38+
margin: 0;
39+
}
40+
41+
.toc li ul > li:before {
42+
content: counters(item, ".") " ";
43+
}

0 commit comments

Comments
 (0)