Skip to content

Commit bea01f5

Browse files
committed
Deploying to docs from @ 1683547 🚀
1 parent a330b50 commit bea01f5

File tree

1,029 files changed

+12580
-12575
lines changed

Some content is hidden

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

1,029 files changed

+12580
-12575
lines changed

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '11.5.1',
2+
VERSION: '11.6.0',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

_static/pygments.css

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -5,80 +5,80 @@ td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5
55
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
66
.highlight .hll { background-color: #ffffcc }
77
.highlight { background: #f8f8f8; }
8-
.highlight .c { color: #8f5902; font-style: italic } /* Comment */
9-
.highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
10-
.highlight .g { color: #000000 } /* Generic */
11-
.highlight .k { color: #204a87; font-weight: bold } /* Keyword */
12-
.highlight .l { color: #000000 } /* Literal */
13-
.highlight .n { color: #000000 } /* Name */
14-
.highlight .o { color: #ce5c00; font-weight: bold } /* Operator */
15-
.highlight .x { color: #000000 } /* Other */
16-
.highlight .p { color: #000000; font-weight: bold } /* Punctuation */
17-
.highlight .ch { color: #8f5902; font-style: italic } /* Comment.Hashbang */
18-
.highlight .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */
19-
.highlight .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */
20-
.highlight .cpf { color: #8f5902; font-style: italic } /* Comment.PreprocFile */
21-
.highlight .c1 { color: #8f5902; font-style: italic } /* Comment.Single */
22-
.highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */
23-
.highlight .gd { color: #a40000 } /* Generic.Deleted */
24-
.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
25-
.highlight .ges { color: #000000; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
26-
.highlight .gr { color: #ef2929 } /* Generic.Error */
8+
.highlight .c { color: #8F5902; font-style: italic } /* Comment */
9+
.highlight .err { color: #A40000; border: 1px solid #EF2929 } /* Error */
10+
.highlight .g { color: #000 } /* Generic */
11+
.highlight .k { color: #204A87; font-weight: bold } /* Keyword */
12+
.highlight .l { color: #000 } /* Literal */
13+
.highlight .n { color: #000 } /* Name */
14+
.highlight .o { color: #CE5C00; font-weight: bold } /* Operator */
15+
.highlight .x { color: #000 } /* Other */
16+
.highlight .p { color: #000; font-weight: bold } /* Punctuation */
17+
.highlight .ch { color: #8F5902; font-style: italic } /* Comment.Hashbang */
18+
.highlight .cm { color: #8F5902; font-style: italic } /* Comment.Multiline */
19+
.highlight .cp { color: #8F5902; font-style: italic } /* Comment.Preproc */
20+
.highlight .cpf { color: #8F5902; font-style: italic } /* Comment.PreprocFile */
21+
.highlight .c1 { color: #8F5902; font-style: italic } /* Comment.Single */
22+
.highlight .cs { color: #8F5902; font-style: italic } /* Comment.Special */
23+
.highlight .gd { color: #A40000 } /* Generic.Deleted */
24+
.highlight .ge { color: #000; font-style: italic } /* Generic.Emph */
25+
.highlight .ges { color: #000; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
26+
.highlight .gr { color: #EF2929 } /* Generic.Error */
2727
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
2828
.highlight .gi { color: #00A000 } /* Generic.Inserted */
29-
.highlight .go { color: #000000; font-style: italic } /* Generic.Output */
30-
.highlight .gp { color: #8f5902 } /* Generic.Prompt */
31-
.highlight .gs { color: #000000; font-weight: bold } /* Generic.Strong */
29+
.highlight .go { color: #000; font-style: italic } /* Generic.Output */
30+
.highlight .gp { color: #8F5902 } /* Generic.Prompt */
31+
.highlight .gs { color: #000; font-weight: bold } /* Generic.Strong */
3232
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
33-
.highlight .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
34-
.highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */
35-
.highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */
36-
.highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */
37-
.highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */
38-
.highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */
39-
.highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */
40-
.highlight .ld { color: #000000 } /* Literal.Date */
41-
.highlight .m { color: #0000cf; font-weight: bold } /* Literal.Number */
42-
.highlight .s { color: #4e9a06 } /* Literal.String */
43-
.highlight .na { color: #c4a000 } /* Name.Attribute */
44-
.highlight .nb { color: #204a87 } /* Name.Builtin */
45-
.highlight .nc { color: #000000 } /* Name.Class */
46-
.highlight .no { color: #000000 } /* Name.Constant */
47-
.highlight .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */
48-
.highlight .ni { color: #ce5c00 } /* Name.Entity */
49-
.highlight .ne { color: #cc0000; font-weight: bold } /* Name.Exception */
50-
.highlight .nf { color: #000000 } /* Name.Function */
51-
.highlight .nl { color: #f57900 } /* Name.Label */
52-
.highlight .nn { color: #000000 } /* Name.Namespace */
53-
.highlight .nx { color: #000000 } /* Name.Other */
54-
.highlight .py { color: #000000 } /* Name.Property */
55-
.highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */
56-
.highlight .nv { color: #000000 } /* Name.Variable */
57-
.highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */
58-
.highlight .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */
59-
.highlight .w { color: #f8f8f8 } /* Text.Whitespace */
60-
.highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */
61-
.highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
62-
.highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */
63-
.highlight .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */
64-
.highlight .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */
65-
.highlight .sa { color: #4e9a06 } /* Literal.String.Affix */
66-
.highlight .sb { color: #4e9a06 } /* Literal.String.Backtick */
67-
.highlight .sc { color: #4e9a06 } /* Literal.String.Char */
68-
.highlight .dl { color: #4e9a06 } /* Literal.String.Delimiter */
69-
.highlight .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */
70-
.highlight .s2 { color: #4e9a06 } /* Literal.String.Double */
71-
.highlight .se { color: #4e9a06 } /* Literal.String.Escape */
72-
.highlight .sh { color: #4e9a06 } /* Literal.String.Heredoc */
73-
.highlight .si { color: #4e9a06 } /* Literal.String.Interpol */
74-
.highlight .sx { color: #4e9a06 } /* Literal.String.Other */
75-
.highlight .sr { color: #4e9a06 } /* Literal.String.Regex */
76-
.highlight .s1 { color: #4e9a06 } /* Literal.String.Single */
77-
.highlight .ss { color: #4e9a06 } /* Literal.String.Symbol */
78-
.highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
79-
.highlight .fm { color: #000000 } /* Name.Function.Magic */
80-
.highlight .vc { color: #000000 } /* Name.Variable.Class */
81-
.highlight .vg { color: #000000 } /* Name.Variable.Global */
82-
.highlight .vi { color: #000000 } /* Name.Variable.Instance */
83-
.highlight .vm { color: #000000 } /* Name.Variable.Magic */
84-
.highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */
33+
.highlight .gt { color: #A40000; font-weight: bold } /* Generic.Traceback */
34+
.highlight .kc { color: #204A87; font-weight: bold } /* Keyword.Constant */
35+
.highlight .kd { color: #204A87; font-weight: bold } /* Keyword.Declaration */
36+
.highlight .kn { color: #204A87; font-weight: bold } /* Keyword.Namespace */
37+
.highlight .kp { color: #204A87; font-weight: bold } /* Keyword.Pseudo */
38+
.highlight .kr { color: #204A87; font-weight: bold } /* Keyword.Reserved */
39+
.highlight .kt { color: #204A87; font-weight: bold } /* Keyword.Type */
40+
.highlight .ld { color: #000 } /* Literal.Date */
41+
.highlight .m { color: #0000CF; font-weight: bold } /* Literal.Number */
42+
.highlight .s { color: #4E9A06 } /* Literal.String */
43+
.highlight .na { color: #C4A000 } /* Name.Attribute */
44+
.highlight .nb { color: #204A87 } /* Name.Builtin */
45+
.highlight .nc { color: #000 } /* Name.Class */
46+
.highlight .no { color: #000 } /* Name.Constant */
47+
.highlight .nd { color: #5C35CC; font-weight: bold } /* Name.Decorator */
48+
.highlight .ni { color: #CE5C00 } /* Name.Entity */
49+
.highlight .ne { color: #C00; font-weight: bold } /* Name.Exception */
50+
.highlight .nf { color: #000 } /* Name.Function */
51+
.highlight .nl { color: #F57900 } /* Name.Label */
52+
.highlight .nn { color: #000 } /* Name.Namespace */
53+
.highlight .nx { color: #000 } /* Name.Other */
54+
.highlight .py { color: #000 } /* Name.Property */
55+
.highlight .nt { color: #204A87; font-weight: bold } /* Name.Tag */
56+
.highlight .nv { color: #000 } /* Name.Variable */
57+
.highlight .ow { color: #204A87; font-weight: bold } /* Operator.Word */
58+
.highlight .pm { color: #000; font-weight: bold } /* Punctuation.Marker */
59+
.highlight .w { color: #F8F8F8 } /* Text.Whitespace */
60+
.highlight .mb { color: #0000CF; font-weight: bold } /* Literal.Number.Bin */
61+
.highlight .mf { color: #0000CF; font-weight: bold } /* Literal.Number.Float */
62+
.highlight .mh { color: #0000CF; font-weight: bold } /* Literal.Number.Hex */
63+
.highlight .mi { color: #0000CF; font-weight: bold } /* Literal.Number.Integer */
64+
.highlight .mo { color: #0000CF; font-weight: bold } /* Literal.Number.Oct */
65+
.highlight .sa { color: #4E9A06 } /* Literal.String.Affix */
66+
.highlight .sb { color: #4E9A06 } /* Literal.String.Backtick */
67+
.highlight .sc { color: #4E9A06 } /* Literal.String.Char */
68+
.highlight .dl { color: #4E9A06 } /* Literal.String.Delimiter */
69+
.highlight .sd { color: #8F5902; font-style: italic } /* Literal.String.Doc */
70+
.highlight .s2 { color: #4E9A06 } /* Literal.String.Double */
71+
.highlight .se { color: #4E9A06 } /* Literal.String.Escape */
72+
.highlight .sh { color: #4E9A06 } /* Literal.String.Heredoc */
73+
.highlight .si { color: #4E9A06 } /* Literal.String.Interpol */
74+
.highlight .sx { color: #4E9A06 } /* Literal.String.Other */
75+
.highlight .sr { color: #4E9A06 } /* Literal.String.Regex */
76+
.highlight .s1 { color: #4E9A06 } /* Literal.String.Single */
77+
.highlight .ss { color: #4E9A06 } /* Literal.String.Symbol */
78+
.highlight .bp { color: #3465A4 } /* Name.Builtin.Pseudo */
79+
.highlight .fm { color: #000 } /* Name.Function.Magic */
80+
.highlight .vc { color: #000 } /* Name.Variable.Class */
81+
.highlight .vg { color: #000 } /* Name.Variable.Global */
82+
.highlight .vi { color: #000 } /* Name.Variable.Instance */
83+
.highlight .vm { color: #000 } /* Name.Variable.Magic */
84+
.highlight .il { color: #0000CF; font-weight: bold } /* Literal.Number.Integer.Long */

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
<link rel="shortcut icon" href="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg"/><!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
1111

12-
<title>Pydis Core Latest (11.5.1)</title>
13-
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
12+
<title>Pydis Core Latest (11.6.0)</title>
13+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
1414
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />
1515
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />
16-
<link rel="stylesheet" type="text/css" href="_static/changelog.css?v=117bb91a" />
17-
<link rel="stylesheet" type="text/css" href="_static/logo.css?v=41ebe54c" />
1816
<link rel="stylesheet" type="text/css" href="_static/index.css?v=832e2368" />
17+
<link rel="stylesheet" type="text/css" href="_static/logo.css?v=41ebe54c" />
18+
<link rel="stylesheet" type="text/css" href="_static/changelog.css?v=117bb91a" />
1919

2020

2121

@@ -54,7 +54,7 @@ <h2><a href="./main/index.html">
5454
Please click here if you were not redirected to the latest build.
5555
</a></h2>
5656
</div>
57-
<script src="_static/documentation_options.js?v=07a056c7"></script>
57+
<script src="_static/documentation_options.js?v=31a70c35"></script>
5858
<script src="_static/doctools.js?v=9bcbadda"></script>
5959
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
6060
<script src="_static/scripts/furo.js?v=5fa4622c"></script>

main/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: fc55262172b08281c602f7b4e71fbca1
3+
config: 29ba1a8a2c14a75e423c9b496728969c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

main/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '11.5.1',
2+
VERSION: '11.6.0',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

0 commit comments

Comments
 (0)