Skip to content

Commit 9fab253

Browse files
committed
Deploying to gh-pages from @ cde2620 🚀
1 parent c73b04e commit 9fab253

File tree

403 files changed

+1200470
-0
lines changed

Some content is hidden

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

403 files changed

+1200470
-0
lines changed

prev/9.0.2/css/font-awesome.css

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

prev/9.0.2/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.

prev/9.0.2/css/local.css

Lines changed: 298 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,298 @@
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+
.alert-title {
131+
margin-top: 0;
132+
color: inherit;
133+
}
134+
135+
div.toc {
136+
font-size: 14.73px;
137+
padding-left: 0px;
138+
padding-right: 0px;
139+
}
140+
141+
div.toc a {
142+
padding-left: 20px;
143+
padding-right: 20px;
144+
margin-right: 15px;
145+
padding-top: 5px;
146+
padding-bottom: 5px;
147+
}
148+
149+
div.toc li {
150+
font-size: 0.95em;
151+
padding-left: 15px;
152+
}
153+
154+
div.toc li.title {
155+
font-size: 1em;
156+
}
157+
158+
div.toc hr {
159+
margin-top: 12px;
160+
margin-bottom: 10px;
161+
}
162+
163+
.in-well {
164+
padding: 0px 0px;
165+
margin-bottom: 0px;
166+
float:right;
167+
}
168+
169+
table tr.submod>td {
170+
border-top: none;
171+
font-size: 13.5px;
172+
}
173+
174+
.graph-help {
175+
font-size: 10px;
176+
}
177+
178+
.depgraph {
179+
width: 100%;
180+
max-width: 1140px;
181+
}
182+
183+
#sidebar a {
184+
white-space: nowrap;
185+
overflow: hidden;
186+
text-overflow: ellipsis;
187+
}
188+
189+
.highlighttable {
190+
width: auto;
191+
table-layout: fixed;
192+
}
193+
194+
ul.checklist {
195+
list-style-type: none;
196+
}
197+
198+
ul.checklist input[type="checkbox"] {
199+
margin-left: -20.8px;
200+
margin-right: 4.55px;
201+
}
202+
203+
.gitter-chat-embed {
204+
z-index: 100000;
205+
}
206+
207+
table.graph {
208+
text-align: center;
209+
}
210+
211+
212+
.graph td.root {
213+
border:2px solid black;
214+
padding:10px;
215+
}
216+
217+
.graph td.triangle-right:after {
218+
content: "";
219+
display: block;
220+
border-top: 7px solid transparent;
221+
border-bottom: 7px solid transparent;
222+
border-left: 7px solid black;
223+
}
224+
225+
.graph td.triangle-left:after {
226+
content: "";
227+
display: block;
228+
border-top: 7px solid transparent;
229+
border-bottom: 7px solid transparent;
230+
border-right: 7px solid black;
231+
}
232+
233+
.graph td.node {
234+
color: white;
235+
padding:10px;
236+
border-style: solid;
237+
border-width: 3px 0px 3px 0px;
238+
border-color: white;
239+
}
240+
241+
.graph td.node a{
242+
color: white;
243+
}
244+
245+
.graph td.dashedText,
246+
.graph td.solidText {
247+
padding: 0px 10px 0px 10px;
248+
min-width: 40px;
249+
color: black;
250+
border-color: black;
251+
}
252+
253+
.graph td.dashedText {
254+
border-bottom-style: dashed;
255+
}
256+
257+
.graph td.solidText {
258+
border-bottom-style: solid;
259+
}
260+
261+
.graph td.dashedBottom,
262+
.graph td.dashedTop,
263+
.graph td.solidTop,
264+
.graph td.solidBottom {
265+
min-width: 40px;
266+
color: transparent;
267+
border-color: black;
268+
}
269+
270+
.graph td.dashedBottom {
271+
border-bottom-style: dashed;
272+
}
273+
274+
.graph td.dashedTop {
275+
border-top-style: dashed;
276+
}
277+
278+
.graph td.solidBottom {
279+
border-bottom-style: solid;
280+
}
281+
282+
.graph td.solidTop {
283+
border-top-style: solid;
284+
}
285+
286+
/* Ensure tables in Pages don't collapse horizontally */
287+
td, th {
288+
padding-right: 10px;
289+
}
290+
291+
.nav>li>a {
292+
padding-left: 10px;
293+
padding-right: 10px;
294+
}
295+
296+
.nav > .nav {
297+
margin-left: 16px;
298+
}

prev/9.0.2/css/pygments.css

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
pre { line-height: 125%; }
2+
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
3+
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
4+
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
5+
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
6+
.codehilite .hll { background-color: #ffffcc }
7+
.codehilite { background: #f8f8f8; }
8+
.codehilite .c { color: #3D7B7B; font-style: italic } /* Comment */
9+
.codehilite .err { border: 1px solid #FF0000 } /* Error */
10+
.codehilite .k { color: #008000; font-weight: bold } /* Keyword */
11+
.codehilite .o { color: #666666 } /* Operator */
12+
.codehilite .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
13+
.codehilite .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
14+
.codehilite .cp { color: #9C6500 } /* Comment.Preproc */
15+
.codehilite .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
16+
.codehilite .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
17+
.codehilite .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
18+
.codehilite .gd { color: #A00000 } /* Generic.Deleted */
19+
.codehilite .ge { font-style: italic } /* Generic.Emph */
20+
.codehilite .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
21+
.codehilite .gr { color: #E40000 } /* Generic.Error */
22+
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
23+
.codehilite .gi { color: #008400 } /* Generic.Inserted */
24+
.codehilite .go { color: #717171 } /* Generic.Output */
25+
.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
26+
.codehilite .gs { font-weight: bold } /* Generic.Strong */
27+
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
28+
.codehilite .gt { color: #0044DD } /* Generic.Traceback */
29+
.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
30+
.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
31+
.codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
32+
.codehilite .kp { color: #008000 } /* Keyword.Pseudo */
33+
.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
34+
.codehilite .kt { color: #B00040 } /* Keyword.Type */
35+
.codehilite .m { color: #666666 } /* Literal.Number */
36+
.codehilite .s { color: #BA2121 } /* Literal.String */
37+
.codehilite .na { color: #687822 } /* Name.Attribute */
38+
.codehilite .nb { color: #008000 } /* Name.Builtin */
39+
.codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */
40+
.codehilite .no { color: #880000 } /* Name.Constant */
41+
.codehilite .nd { color: #AA22FF } /* Name.Decorator */
42+
.codehilite .ni { color: #717171; font-weight: bold } /* Name.Entity */
43+
.codehilite .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
44+
.codehilite .nf { color: #0000FF } /* Name.Function */
45+
.codehilite .nl { color: #767600 } /* Name.Label */
46+
.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
47+
.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
48+
.codehilite .nv { color: #19177C } /* Name.Variable */
49+
.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
50+
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
51+
.codehilite .mb { color: #666666 } /* Literal.Number.Bin */
52+
.codehilite .mf { color: #666666 } /* Literal.Number.Float */
53+
.codehilite .mh { color: #666666 } /* Literal.Number.Hex */
54+
.codehilite .mi { color: #666666 } /* Literal.Number.Integer */
55+
.codehilite .mo { color: #666666 } /* Literal.Number.Oct */
56+
.codehilite .sa { color: #BA2121 } /* Literal.String.Affix */
57+
.codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */
58+
.codehilite .sc { color: #BA2121 } /* Literal.String.Char */
59+
.codehilite .dl { color: #BA2121 } /* Literal.String.Delimiter */
60+
.codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
61+
.codehilite .s2 { color: #BA2121 } /* Literal.String.Double */
62+
.codehilite .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
63+
.codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */
64+
.codehilite .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
65+
.codehilite .sx { color: #008000 } /* Literal.String.Other */
66+
.codehilite .sr { color: #A45A77 } /* Literal.String.Regex */
67+
.codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
68+
.codehilite .ss { color: #19177C } /* Literal.String.Symbol */
69+
.codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
70+
.codehilite .fm { color: #0000FF } /* Name.Function.Magic */
71+
.codehilite .vc { color: #19177C } /* Name.Variable.Class */
72+
.codehilite .vg { color: #19177C } /* Name.Variable.Global */
73+
.codehilite .vi { color: #19177C } /* Name.Variable.Instance */
74+
.codehilite .vm { color: #19177C } /* Name.Variable.Magic */
75+
.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */

prev/9.0.2/favicon.png

4.17 KB
Loading

prev/9.0.2/fonts/FontAwesome.otf

83.9 KB
Binary file not shown.
54.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)