Skip to content

Commit 7359c85

Browse files
committed
Update Quark Script CWE-312 documentation
1 parent b879845 commit 7359c85

16 files changed

+180
-15
lines changed
-14 Bytes
Binary file not shown.
-14 Bytes
Binary file not shown.
-14 Bytes
Binary file not shown.

docs/build/doctrees/dev.doctree

-14 Bytes
Binary file not shown.
-14 Bytes
Binary file not shown.
2.13 KB
Binary file not shown.

docs/build/doctrees/index.doctree

-14 Bytes
Binary file not shown.
-14 Bytes
Binary file not shown.

docs/build/html/_static/basic.css

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ div.body p, div.body dd, div.body li, div.body blockquote {
236236
a.headerlink {
237237
visibility: hidden;
238238
}
239+
239240
a.brackets:before,
240241
span.brackets > a:before{
241242
content: "[";
@@ -246,7 +247,6 @@ span.brackets > a:after {
246247
content: "]";
247248
}
248249

249-
250250
h1:hover > a.headerlink,
251251
h2:hover > a.headerlink,
252252
h3:hover > a.headerlink,
@@ -334,11 +334,13 @@ aside.sidebar {
334334
p.sidebar-title {
335335
font-weight: bold;
336336
}
337+
337338
div.admonition, div.topic, blockquote {
338339
clear: left;
339340
}
340341

341342
/* -- topics ---------------------------------------------------------------- */
343+
342344
div.topic {
343345
border: 1px solid #ccc;
344346
padding: 7px;
@@ -608,6 +610,8 @@ ol.simple p,
608610
ul.simple p {
609611
margin-bottom: 0;
610612
}
613+
614+
/* Docutils 0.17 and older (footnotes & citations) */
611615
dl.footnote > dt,
612616
dl.citation > dt {
613617
float: left;
@@ -625,6 +629,33 @@ dl.citation > dd:after {
625629
clear: both;
626630
}
627631

632+
/* Docutils 0.18+ (footnotes & citations) */
633+
aside.footnote > span,
634+
div.citation > span {
635+
float: left;
636+
}
637+
aside.footnote > span:last-of-type,
638+
div.citation > span:last-of-type {
639+
padding-right: 0.5em;
640+
}
641+
aside.footnote > p {
642+
margin-left: 2em;
643+
}
644+
div.citation > p {
645+
margin-left: 4em;
646+
}
647+
aside.footnote > p:last-of-type,
648+
div.citation > p:last-of-type {
649+
margin-bottom: 0em;
650+
}
651+
aside.footnote > p:last-of-type:after,
652+
div.citation > p:last-of-type:after {
653+
content: "";
654+
clear: both;
655+
}
656+
657+
/* Footnotes & citations ends */
658+
628659
dl.field-list {
629660
display: grid;
630661
grid-template-columns: fit-content(30%) auto;
@@ -636,11 +667,11 @@ dl.field-list > dt {
636667
padding-left: 0.5em;
637668
padding-right: 5px;
638669
}
670+
639671
dl.field-list > dt:after {
640672
content: ":";
641673
}
642674

643-
644675
dl.field-list > dd {
645676
padding-left: 0.5em;
646677
margin-top: 0em;

docs/build/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ var DOCUMENTATION_OPTIONS = {
1010
SOURCELINK_SUFFIX: '.txt',
1111
NAVIGATION_WITH_KEYS: false,
1212
SHOW_SEARCH_SUMMARY: true,
13-
ENABLE_SEARCH_SHORTCUTS: true,
13+
ENABLE_SEARCH_SHORTCUTS: false,
1414
};

0 commit comments

Comments
 (0)