Skip to content

Commit 729da59

Browse files
committed
github pages
1 parent 67a67d2 commit 729da59

Some content is hidden

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

92 files changed

+16974
-5960
lines changed

docs/_sources/api/streams.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
| | | This command applies to all flows except session-traffic and |
2323
| **stream-stop** | | multicast. If you provide a specific ``flow-id`` as an argument, |
2424
| | | other arguments are ignored. In this particular case, you can also |
25-
| **stream-stop-verfied** | | start and stop session-traffic and multicast. |
25+
| **stream-stop-verified** | | start and stop session-traffic and multicast. |
2626
| | | |
27-
| | | The command **stream-stop-verfied** works similar to |
28-
| | | **stream-stop** but only verfied streams will be stopped. |
27+
| | | The command **stream-stop-verified** works similar to |
28+
| | | **stream-stop** but only verified streams will be stopped. |
2929
| | | |
3030
| | | **Arguments:** |
3131
| | | ``flow-id`` |

docs/_static/basic.css

Lines changed: 27 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -222,7 +222,7 @@ table.modindextable td {
222222
/* -- general body styles --------------------------------------------------- */
223223

224224
div.body {
225-
min-width: 360px;
225+
min-width: 450px;
226226
max-width: 800px;
227227
}
228228

@@ -237,8 +237,14 @@ a.headerlink {
237237
visibility: hidden;
238238
}
239239

240-
a:visited {
241-
color: #551A8B;
240+
a.brackets:before,
241+
span.brackets > a:before{
242+
content: "[";
243+
}
244+
245+
a.brackets:after,
246+
span.brackets > a:after {
247+
content: "]";
242248
}
243249

244250
h1:hover > a.headerlink,
@@ -329,16 +335,12 @@ p.sidebar-title {
329335
font-weight: bold;
330336
}
331337

332-
nav.contents,
333-
aside.topic,
334338
div.admonition, div.topic, blockquote {
335339
clear: left;
336340
}
337341

338342
/* -- topics ---------------------------------------------------------------- */
339343

340-
nav.contents,
341-
aside.topic,
342344
div.topic {
343345
border: 1px solid #ccc;
344346
padding: 7px;
@@ -377,17 +379,13 @@ div.body p.centered {
377379

378380
div.sidebar > :last-child,
379381
aside.sidebar > :last-child,
380-
nav.contents > :last-child,
381-
aside.topic > :last-child,
382382
div.topic > :last-child,
383383
div.admonition > :last-child {
384384
margin-bottom: 0;
385385
}
386386

387387
div.sidebar::after,
388388
aside.sidebar::after,
389-
nav.contents::after,
390-
aside.topic::after,
391389
div.topic::after,
392390
div.admonition::after,
393391
blockquote::after {
@@ -430,6 +428,10 @@ table.docutils td, table.docutils th {
430428
border-bottom: 1px solid #aaa;
431429
}
432430

431+
table.footnote td, table.footnote th {
432+
border: 0 !important;
433+
}
434+
433435
th {
434436
text-align: left;
435437
padding-right: 5px;
@@ -613,26 +615,19 @@ ul.simple p {
613615
margin-bottom: 0;
614616
}
615617

616-
aside.footnote > span,
617-
div.citation > span {
618+
dl.footnote > dt,
619+
dl.citation > dt {
618620
float: left;
621+
margin-right: 0.5em;
619622
}
620-
aside.footnote > span:last-of-type,
621-
div.citation > span:last-of-type {
622-
padding-right: 0.5em;
623-
}
624-
aside.footnote > p {
625-
margin-left: 2em;
626-
}
627-
div.citation > p {
628-
margin-left: 4em;
629-
}
630-
aside.footnote > p:last-of-type,
631-
div.citation > p:last-of-type {
623+
624+
dl.footnote > dd,
625+
dl.citation > dd {
632626
margin-bottom: 0em;
633627
}
634-
aside.footnote > p:last-of-type:after,
635-
div.citation > p:last-of-type:after {
628+
629+
dl.footnote > dd:after,
630+
dl.citation > dd:after {
636631
content: "";
637632
clear: both;
638633
}
@@ -649,6 +644,10 @@ dl.field-list > dt {
649644
padding-right: 5px;
650645
}
651646

647+
dl.field-list > dt:after {
648+
content: ":";
649+
}
650+
652651
dl.field-list > dd {
653652
padding-left: 0.5em;
654653
margin-top: 0em;
@@ -674,16 +673,6 @@ dd {
674673
margin-left: 30px;
675674
}
676675

677-
.sig dd {
678-
margin-top: 0px;
679-
margin-bottom: 0px;
680-
}
681-
682-
.sig dl {
683-
margin-top: 0px;
684-
margin-bottom: 0px;
685-
}
686-
687676
dl > dd:last-child,
688677
dl > dd:last-child > :last-child {
689678
margin-bottom: 0;
@@ -752,14 +741,6 @@ abbr, acronym {
752741
cursor: help;
753742
}
754743

755-
.translated {
756-
background-color: rgba(207, 255, 207, 0.2)
757-
}
758-
759-
.untranslated {
760-
background-color: rgba(255, 207, 207, 0.2)
761-
}
762-
763744
/* -- code displays --------------------------------------------------------- */
764745

765746
pre {
@@ -776,7 +757,6 @@ span.pre {
776757
-ms-hyphens: none;
777758
-webkit-hyphens: none;
778759
hyphens: none;
779-
white-space: nowrap;
780760
}
781761

782762
div[class*="highlight-"] {

docs/_static/css/badge_only.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)