Skip to content

Commit e142b74

Browse files
Update documentation
1 parent 7226629 commit e142b74

File tree

846 files changed

+148601
-95996
lines changed

Some content is hidden

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

846 files changed

+148601
-95996
lines changed

doc/css/bootstrap.css

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

doc/css/bootstrap.min.css

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/css/font-awesome.css

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

doc/css/font-awesome.min.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/css/local.css

Lines changed: 284 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,284 @@
1+
body {
2+
padding-top: 70px;
3+
}
4+
table.nostretch {
5+
width=100%
6+
}
7+
.nostretch td {
8+
class='block'
9+
}
10+
.nostretch tr td{
11+
width:1%;
12+
white-space:nowrap;
13+
}
14+
15+
html {
16+
scroll-padding-top: 70px;
17+
}
18+
19+
ol.hierarchy {
20+
min-height: 40px;
21+
background-color: #f5f5f5;
22+
border: 1px solid #e3e3e3;
23+
border-radius: 3px;
24+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
25+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
26+
}
27+
28+
.smallcaps {
29+
font-variant: small-caps;
30+
}
31+
.well .sidebar {
32+
padding: 8px 0
33+
}
34+
.sidebar a {
35+
padding: 0px,0px,0px,0px
36+
}
37+
.varlist>tbody>tr>td {
38+
padding-left: 3px;
39+
padding-right: 3px;
40+
}
41+
.varlist>tbody>tr>td:first-child, .varlist>thead>tr>td:first-child {
42+
padding-left: 8px;
43+
}
44+
.varlist>tbody>td>td:last-child, .varlist>thead>tr>td:last-child {
45+
padding-right: 8px;
46+
}
47+
48+
.highlight pre {
49+
overflow-x: auto;
50+
overflow-wrap: normal;
51+
white-space: pre
52+
}
53+
54+
/* .hl is for when line numbers are included, .highlight is for all
55+
other cases. */
56+
.hl pre {
57+
counter-reset: line-numbering;
58+
overflow-x: auto;
59+
overflow-wrap: normal;
60+
white-space: pre;
61+
padding: 0;
62+
padding-right: 9.5px;
63+
overflow-y: hidden;
64+
padding-bottom: 9.5px;
65+
}
66+
67+
.hl pre a::before {
68+
content: counter(line-numbering);
69+
counter-increment: line-numbering;
70+
padding-right: 0.7em; /* space after numbers */
71+
margin-top: 4.5em;
72+
width: 60px;
73+
text-align: right;
74+
opacity: 0.7;
75+
display: inline-block;
76+
color: #aaa;
77+
background: #eee;
78+
margin-right: 10px;
79+
border-right: 1px solid #ccc;
80+
-webkit-touch-callout: none;
81+
-webkit-user-select: none;
82+
-khtml-user-select: none;
83+
-moz-user-select: none;
84+
-ms-user-select: none;
85+
user-select: none;
86+
}
87+
88+
.hl pre a:first-of-type::before {
89+
padding-top: 9.5px;
90+
}
91+
92+
.hl pre a:last-of-type::before {
93+
padding-bottom: 9.5px;
94+
}
95+
96+
.hl pre a:only-of-type::before {
97+
padding: 9.5px;
98+
}
99+
100+
.hl pre a {
101+
display: inline-block;
102+
height: 4.5em;
103+
margin: -4.5em 0 0;
104+
}
105+
.codesum h3 {
106+
margin-top: 2px;
107+
margin-bottom: 2px;
108+
}
109+
110+
h1.inline, h2.inline, h3.inline {
111+
display: inline;
112+
}
113+
114+
.depwarn {
115+
float: right;
116+
}
117+
118+
.anchor {
119+
position: absolute;
120+
margin: -4.5em;
121+
visibility:hidden;
122+
}
123+
124+
.alert {
125+
margin-left: 5px;
126+
margin-right: 5px;
127+
margin-top: 5px;
128+
}
129+
130+
div.toc {
131+
font-size: 14.73px;
132+
padding-left: 0px;
133+
padding-right: 0px;
134+
}
135+
136+
div.toc a {
137+
padding-left: 20px;
138+
padding-right: 20px;
139+
margin-right: 15px;
140+
padding-top: 5px;
141+
padding-bottom: 5px;
142+
}
143+
144+
div.toc li {
145+
font-size: 0.95em;
146+
padding-left: 15px;
147+
}
148+
149+
div.toc li.title {
150+
font-size: 1em;
151+
}
152+
153+
div.toc hr {
154+
margin-top: 12px;
155+
margin-bottom: 10px;
156+
}
157+
158+
.in-well {
159+
padding: 0px 0px;
160+
margin-bottom: 0px;
161+
float:right;
162+
}
163+
164+
table tr.submod>td {
165+
border-top: none;
166+
font-size: 13.5px;
167+
}
168+
169+
.graph-help {
170+
font-size: 10px;
171+
}
172+
173+
.depgraph {
174+
width: 100%;
175+
max-width: 1140px;
176+
}
177+
178+
#sidebar a {
179+
white-space: nowrap;
180+
overflow: hidden;
181+
text-overflow: ellipsis;
182+
}
183+
184+
.highlighttable {
185+
width: auto;
186+
table-layout: fixed;
187+
}
188+
189+
ul.checklist {
190+
list-style-type: none;
191+
}
192+
193+
ul.checklist input[type="checkbox"] {
194+
margin-left: -20.8px;
195+
margin-right: 4.55px;
196+
}
197+
198+
.gitter-chat-embed {
199+
z-index: 100000;
200+
}
201+
202+
table.graph {
203+
text-align: center;
204+
}
205+
206+
207+
.graph td.root {
208+
border:2px solid black;
209+
padding:10px;
210+
}
211+
212+
.graph td.triangle-right:after {
213+
content: "";
214+
display: block;
215+
border-top: 7px solid transparent;
216+
border-bottom: 7px solid transparent;
217+
border-left: 7px solid black;
218+
}
219+
220+
.graph td.triangle-left:after {
221+
content: "";
222+
display: block;
223+
border-top: 7px solid transparent;
224+
border-bottom: 7px solid transparent;
225+
border-right: 7px solid black;
226+
}
227+
228+
.graph td.node {
229+
color: white;
230+
padding:10px;
231+
border-style: solid;
232+
border-width: 3px 0px 3px 0px;
233+
border-color: white;
234+
}
235+
236+
.graph td.node a{
237+
color: white;
238+
}
239+
240+
.graph td.dashedText,
241+
.graph td.solidText {
242+
padding: 0px 10px 0px 10px;
243+
min-width: 40px;
244+
color: black;
245+
border-color: black;
246+
}
247+
248+
.graph td.dashedText {
249+
border-bottom-style: dashed;
250+
}
251+
252+
.graph td.solidText {
253+
border-bottom-style: solid;
254+
}
255+
256+
.graph td.dashedBottom,
257+
.graph td.dashedTop,
258+
.graph td.solidTop,
259+
.graph td.solidBottom {
260+
min-width: 40px;
261+
color: transparent;
262+
border-color: black;
263+
}
264+
265+
.graph td.dashedBottom {
266+
border-bottom-style: dashed;
267+
}
268+
269+
.graph td.dashedTop {
270+
border-top-style: dashed;
271+
}
272+
273+
.graph td.solidBottom {
274+
border-bottom-style: solid;
275+
}
276+
277+
.graph td.solidTop {
278+
border-top-style: solid;
279+
}
280+
281+
/* Ensure tables in Pages don't collapse horizontally */
282+
td, th {
283+
padding-right: 10px;
284+
}

doc/css/pygments.css

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
pre .hll { background-color: #ffffcc }
2+
pre .c { color: #408080; font-style: italic } /* Comment */
3+
pre .err { border: 1px solid #FF0000 } /* Error */
4+
pre .k { color: #008000; font-weight: bold } /* Keyword */
5+
pre .o { color: #666666 } /* Operator */
6+
pre .cm { color: #408080; font-style: italic } /* Comment.Multiline */
7+
pre .cp { color: #BC7A00 } /* Comment.Preproc */
8+
pre .c1 { color: #408080; font-style: italic } /* Comment.Single */
9+
pre .cs { color: #408080; font-style: italic } /* Comment.Special */
10+
pre .gd { color: #A00000 } /* Generic.Deleted */
11+
pre .ge { font-style: italic } /* Generic.Emph */
12+
pre .gr { color: #FF0000 } /* Generic.Error */
13+
pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
14+
pre .gi { color: #00A000 } /* Generic.Inserted */
15+
pre .go { color: #888888 } /* Generic.Output */
16+
pre .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
17+
pre .gs { font-weight: bold } /* Generic.Strong */
18+
pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
19+
pre .gt { color: #0044DD } /* Generic.Traceback */
20+
pre .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
21+
pre .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
22+
pre .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
23+
pre .kp { color: #008000 } /* Keyword.Pseudo */
24+
pre .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
25+
pre .kt { color: #B00040 } /* Keyword.Type */
26+
pre .m { color: #666666 } /* Literal.Number */
27+
pre .s { color: #BA2121 } /* Literal.String */
28+
pre .na { color: #7D9029 } /* Name.Attribute */
29+
pre .nb { color: #008000 } /* Name.Builtin */
30+
pre .nc { color: #0000FF; font-weight: bold } /* Name.Class */
31+
pre .no { color: #880000 } /* Name.Constant */
32+
pre .nd { color: #AA22FF } /* Name.Decorator */
33+
pre .ni { color: #999999; font-weight: bold } /* Name.Entity */
34+
pre .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
35+
pre .nf { color: #0000FF } /* Name.Function */
36+
pre .nl { color: #A0A000 } /* Name.Label */
37+
pre .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
38+
pre .nt { color: #008000; font-weight: bold } /* Name.Tag */
39+
pre .nv { color: #19177C } /* Name.Variable */
40+
pre .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
41+
pre .w { color: #bbbbbb } /* Text.Whitespace */
42+
pre .mf { color: #666666 } /* Literal.Number.Float */
43+
pre .mh { color: #666666 } /* Literal.Number.Hex */
44+
pre .mi { color: #666666 } /* Literal.Number.Integer */
45+
pre .mo { color: #666666 } /* Literal.Number.Oct */
46+
pre .sb { color: #BA2121 } /* Literal.String.Backtick */
47+
pre .sc { color: #BA2121 } /* Literal.String.Char */
48+
pre .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
49+
pre .s2 { color: #BA2121 } /* Literal.String.Double */
50+
pre .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
51+
pre .sh { color: #BA2121 } /* Literal.String.Heredoc */
52+
pre .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
53+
pre .sx { color: #008000 } /* Literal.String.Other */
54+
pre .sr { color: #BB6688 } /* Literal.String.Regex */
55+
pre .s1 { color: #BA2121 } /* Literal.String.Single */
56+
pre .ss { color: #19177C } /* Literal.String.Symbol */
57+
pre .bp { color: #008000 } /* Name.Builtin.Pseudo */
58+
pre .vc { color: #19177C } /* Name.Variable.Class */
59+
pre .vg { color: #19177C } /* Name.Variable.Global */
60+
pre .vi { color: #19177C } /* Name.Variable.Instance */
61+
pre .il { color: #666666 } /* Literal.Number.Integer.Long */

doc/favicon.png

803 Bytes
Loading

doc/fonts/FontAwesome.otf

83.9 KB
Binary file not shown.

doc/fonts/fontawesome-webfont.eot

54.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)