diff options
Diffstat (limited to 'genindex.html')
-rw-r--r-- | genindex.html | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/genindex.html b/genindex.html index 4f6bd035..3454293d 100644 --- a/genindex.html +++ b/genindex.html @@ -4,7 +4,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1"/> <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" /> - <link rel="shortcut icon" href="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg"/><meta name="generator" content="sphinx-4.3.2, furo 2022.01.02"/><title>Index - Bot Core v0.1.0</title> + <link rel="shortcut icon" href="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg"/><meta name="generator" content="sphinx-4.3.2, furo 2022.01.02"/><title>Index - Bot Core v1.2.0</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?digest=df49af52631e7917044a9c21a57f7b83170a6dd0" /> <link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?digest=fade93df149f7c5fedb3ff897f799dc7d283b420" /> @@ -124,7 +124,7 @@ </label> </div> <div class="header-center"> - <a href="index.html"><div class="brand">Bot Core v0.1.0</div></a> + <a href="index.html"><div class="brand">Bot Core v1.2.0</div></a> </div> <div class="header-right"> <div class="theme-toggle-container theme-toggle-header"> @@ -150,7 +150,7 @@ <img class="sidebar-logo" src="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg" alt="Logo"/> </div> - <span class="sidebar-brand-text">Bot Core v0.1.0</span> + <span class="sidebar-brand-text">Bot Core v1.2.0</span> </a><form class="sidebar-search-container" method="get" action="search.html" role="search"> <input class="sidebar-search" placeholder=Search name="q" aria-label="Search"> @@ -197,7 +197,7 @@ <section class="genindex-section"> <h1 id="index">Index</h1> - <div class="genindex-jumpbox"><a href="#B"><strong>B</strong></a> | <a href="#D"><strong>D</strong></a> | <a href="#M"><strong>M</strong></a></div> + <div class="genindex-jumpbox"><a href="#B"><strong>B</strong></a> | <a href="#D"><strong>D</strong></a> | <a href="#F"><strong>F</strong></a> | <a href="#M"><strong>M</strong></a> | <a href="#R"><strong>R</strong></a></div> </section> <section id="B" class="genindex-section"> <h2>B</h2> @@ -224,6 +224,16 @@ </tr></table> </section> +<section id="F" class="genindex-section"> + <h2>F</h2> + <table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%; vertical-align: top;"><ul> + <li><a href="output/botcore.regex.html#botcore.regex.FORMATTED_CODE_REGEX">FORMATTED_CODE_REGEX (in module botcore.regex)</a> +</li> + </ul></td> + </tr></table> +</section> + <section id="M" class="genindex-section"> <h2>M</h2> <table style="width: 100%" class="indextable genindextable"><tr> @@ -239,6 +249,16 @@ </tr></table> </section> +<section id="R" class="genindex-section"> + <h2>R</h2> + <table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%; vertical-align: top;"><ul> + <li><a href="output/botcore.regex.html#botcore.regex.RAW_CODE_REGEX">RAW_CODE_REGEX (in module botcore.regex)</a> +</li> + </ul></td> + </tr></table> +</section> + </article> </div> |