Skip to content

Commit 769b727

Browse files
committed
github pages
1 parent c088c9f commit 769b727

Some content is hidden

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

97 files changed

+1384
-931
lines changed

docs/_sources/api/index.rst.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,9 @@ This is explained detailed in the
253253
ARP
254254
----
255255

256-
.. include:: arp.rst
256+
.. include:: arp.rst
257+
258+
PCAP
259+
----
260+
261+
.. include:: pcap.rst

docs/_sources/api/pcap.rst.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
+-----------------------------------+----------------------------------------------------------------------+
2+
| Command | Description |
3+
+===================================+======================================================================+
4+
| **pcap-start** | | Starts capturing using the specified PCAP file. If no file name |
5+
| | | is provided, the current PCAP file name remains in use. |
6+
| | | |
7+
| | | **Arguments:** |
8+
| | | ``file`` Path to the PCAP file to use for capture. |
9+
+-----------------------------------+----------------------------------------------------------------------+
10+
| **pcap-stop** | | Stops the capture and closes the PCAP file. |
11+
| | | |
12+
+-----------------------------------+----------------------------------------------------------------------+

docs/_sources/configuration/interfaces_access.rst.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363
+-----------------------------------+----------------------------------------------------------------------+
6464
| **ipv6-link-local** | | Static IPv6 link-local address (IPoE only). |
6565
+-----------------------------------+----------------------------------------------------------------------+
66+
| **address-ipv6** | | Static IPv6 address (IPoE only). |
67+
+-----------------------------------+----------------------------------------------------------------------+
68+
| **gateway-ipv6** | | Static IPv6 gateway address (IPoE only). |
69+
+-----------------------------------+----------------------------------------------------------------------+
6670
| **cfm-cc** | | Enable EOAM CFM CC. |
6771
| | | Default: false |
6872
+-----------------------------------+----------------------------------------------------------------------+

docs/_static/basic.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
/*
2+
* basic.css
3+
* ~~~~~~~~~
4+
*
25
* Sphinx stylesheet -- basic theme.
6+
*
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8+
* :license: BSD, see LICENSE for details.
9+
*
310
*/
411

512
/* -- main layout ----------------------------------------------------------- */
@@ -108,11 +115,15 @@ img {
108115
/* -- search page ----------------------------------------------------------- */
109116

110117
ul.search {
111-
margin-top: 10px;
118+
margin: 10px 0 0 20px;
119+
padding: 0;
112120
}
113121

114122
ul.search li {
115-
padding: 5px 0;
123+
padding: 5px 0 5px 20px;
124+
background-image: url(file.png);
125+
background-repeat: no-repeat;
126+
background-position: 0 7px;
116127
}
117128

118129
ul.search li a {

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.

docs/_static/css/theme.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.

docs/_static/doctools.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
/*
2+
* doctools.js
3+
* ~~~~~~~~~~~
4+
*
25
* Base JavaScript utilities for all Sphinx HTML documentation.
6+
*
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8+
* :license: BSD, see LICENSE for details.
9+
*
310
*/
411
"use strict";
512

docs/_static/language_data.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
/*
2+
* language_data.js
3+
* ~~~~~~~~~~~~~~~~
4+
*
25
* This script contains the language-specific data used by searchtools.js,
36
* namely the list of stopwords, stemmer, scorer and splitter.
7+
*
8+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
9+
* :license: BSD, see LICENSE for details.
10+
*
411
*/
512

613
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];
714

815

9-
/* Non-minified version is copied as a separate JS file, if available */
16+
/* Non-minified version is copied as a separate JS file, is available */
1017

1118
/**
1219
* Porter Stemmer

docs/_static/pygments.css

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
66
.highlight .hll { background-color: #ffffcc }
77
.highlight { background: #f8f8f8; }
88
.highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
9-
.highlight .err { border: 1px solid #F00 } /* Error */
9+
.highlight .err { border: 1px solid #FF0000 } /* Error */
1010
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
11-
.highlight .o { color: #666 } /* Operator */
11+
.highlight .o { color: #666666 } /* Operator */
1212
.highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
1313
.highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
1414
.highlight .cp { color: #9C6500 } /* Comment.Preproc */
@@ -25,34 +25,34 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
2525
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
2626
.highlight .gs { font-weight: bold } /* Generic.Strong */
2727
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
28-
.highlight .gt { color: #04D } /* Generic.Traceback */
28+
.highlight .gt { color: #0044DD } /* Generic.Traceback */
2929
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
3030
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
3131
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
3232
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
3333
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
3434
.highlight .kt { color: #B00040 } /* Keyword.Type */
35-
.highlight .m { color: #666 } /* Literal.Number */
35+
.highlight .m { color: #666666 } /* Literal.Number */
3636
.highlight .s { color: #BA2121 } /* Literal.String */
3737
.highlight .na { color: #687822 } /* Name.Attribute */
3838
.highlight .nb { color: #008000 } /* Name.Builtin */
39-
.highlight .nc { color: #00F; font-weight: bold } /* Name.Class */
40-
.highlight .no { color: #800 } /* Name.Constant */
41-
.highlight .nd { color: #A2F } /* Name.Decorator */
39+
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
40+
.highlight .no { color: #880000 } /* Name.Constant */
41+
.highlight .nd { color: #AA22FF } /* Name.Decorator */
4242
.highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
4343
.highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
44-
.highlight .nf { color: #00F } /* Name.Function */
44+
.highlight .nf { color: #0000FF } /* Name.Function */
4545
.highlight .nl { color: #767600 } /* Name.Label */
46-
.highlight .nn { color: #00F; font-weight: bold } /* Name.Namespace */
46+
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
4747
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
4848
.highlight .nv { color: #19177C } /* Name.Variable */
49-
.highlight .ow { color: #A2F; font-weight: bold } /* Operator.Word */
50-
.highlight .w { color: #BBB } /* Text.Whitespace */
51-
.highlight .mb { color: #666 } /* Literal.Number.Bin */
52-
.highlight .mf { color: #666 } /* Literal.Number.Float */
53-
.highlight .mh { color: #666 } /* Literal.Number.Hex */
54-
.highlight .mi { color: #666 } /* Literal.Number.Integer */
55-
.highlight .mo { color: #666 } /* Literal.Number.Oct */
49+
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
50+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
51+
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
52+
.highlight .mf { color: #666666 } /* Literal.Number.Float */
53+
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
54+
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
55+
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
5656
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
5757
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
5858
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
@@ -67,9 +67,9 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
6767
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
6868
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
6969
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
70-
.highlight .fm { color: #00F } /* Name.Function.Magic */
70+
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
7171
.highlight .vc { color: #19177C } /* Name.Variable.Class */
7272
.highlight .vg { color: #19177C } /* Name.Variable.Global */
7373
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
7474
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
75-
.highlight .il { color: #666 } /* Literal.Number.Integer.Long */
75+
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */

0 commit comments

Comments
 (0)