diff options
Diffstat (limited to 'v7.1.2/output/botcore.utils.scheduling.html')
| -rw-r--r-- | v7.1.2/output/botcore.utils.scheduling.html | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/v7.1.2/output/botcore.utils.scheduling.html b/v7.1.2/output/botcore.utils.scheduling.html index a8e4d366..22ebce25 100644 --- a/v7.1.2/output/botcore.utils.scheduling.html +++ b/v7.1.2/output/botcore.utils.scheduling.html @@ -1,11 +1,11 @@  <!doctype html> -<html class="no-js"> +<html class="no-js" lang="en">    <head><meta charset="utf-8"/>      <meta name="viewport" content="width=device-width,initial-scale=1"/>      <meta name="color-scheme" content="light dark"><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />  <link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="async_stats" href="botcore.async_stats.html" /><link rel="prev" title="regex" href="botcore.utils.regex.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.5.0, furo 2022.06.21"/> +    <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-5.0.2, furo 2022.06.21"/>          <title>scheduling - Bot Core v7.1.2</title>        <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />      <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" /> @@ -271,7 +271,7 @@          </div>          <article role="main">            <section id="module-botcore.utils.scheduling"> -<span id="scheduling"></span><h1>scheduling<a class="headerlink" href="#module-botcore.utils.scheduling" title="Permalink to this headline">#</a></h1> +<span id="scheduling"></span><h1>scheduling<a class="headerlink" href="#module-botcore.utils.scheduling" title="Permalink to this heading">#</a></h1>  <p>Generic python scheduler.</p>  <dl class="py class">  <dt class="sig sig-object py" id="botcore.utils.scheduling.Scheduler"> @@ -484,6 +484,7 @@ otherwise the running loop is used.</p>  </div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>      <script src="../_static/jquery.js"></script>      <script src="../_static/underscore.js"></script> +    <script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>      <script src="../_static/doctools.js"></script>      <script src="../_static/scripts/furo.js"></script>      <script src="../_static/changelog.js"></script> | 
