diff options
author | 2023-10-26 13:31:58 +0000 | |
---|---|---|
committer | 2023-10-26 13:31:58 +0000 | |
commit | 63d0cff1159d6d40ed867263abee409568f73d29 (patch) | |
tree | 4f8b1c1ae806944f8bcb778710098f7f6778336a /main/development.html | |
parent | Deploying to docs from @ python-discord/bot-core@03575223498fa16ecec18ef39658... (diff) |
Deploying to docs from @ python-discord/bot-core@ee2501e36aa4cb6e809de9873e3d607bdf3309db 🚀
Diffstat (limited to 'main/development.html')
-rw-r--r-- | main/development.html | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/main/development.html b/main/development.html index c02648ea..f791c868 100644 --- a/main/development.html +++ b/main/development.html @@ -1,18 +1,18 @@ <!doctype html> -<html class="no-js" lang="en"> +<html class="no-js" lang="en" data-content_root="./"> <head><meta charset="utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1"/> <meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Changelog" href="changelog.html" /><link rel="prev" title="site_api" href="output/pydis_core.site_api.html" /> - <link rel="shortcut icon" href="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg"/><!-- Generated with Sphinx 7.0.1 and Furo 2023.05.20 --> - <title>Local Development & Testing - Pydis Core Latest (10.3.0)</title> - <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> - <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?digest=e6660623a769aa55fea372102b9bf3151b292993" /> - <link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" /> - <link rel="stylesheet" type="text/css" href="_static/index.css" /> - <link rel="stylesheet" type="text/css" href="_static/changelog.css" /> - <link rel="stylesheet" type="text/css" href="_static/logo.css" /> + <link rel="shortcut icon" href="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg"/><!-- Generated with Sphinx 7.2.6 and Furo 2023.09.10 --> + <title>Local Development & Testing - Pydis Core Latest (10.4.0)</title> + <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" /> + <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" /> + <link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" /> + <link rel="stylesheet" type="text/css" href="_static/logo.css?v=41ebe54c" /> + <link rel="stylesheet" type="text/css" href="_static/changelog.css?v=117bb91a" /> + <link rel="stylesheet" type="text/css" href="_static/index.css?v=832e2368" /> @@ -127,7 +127,7 @@ </label> </div> <div class="header-center"> - <a href="index.html"><div class="brand">Pydis Core Latest (10.3.0)</div></a> + <a href="index.html"><div class="brand">Pydis Core Latest (10.4.0)</div></a> </div> <div class="header-right"> <div class="theme-toggle-container theme-toggle-header"> @@ -153,7 +153,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">Pydis Core Latest (10.3.0)</span> + <span class="sidebar-brand-text">Pydis Core Latest (10.4.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"> @@ -356,6 +356,10 @@ </li> <li class="toctree-l2 "> + <a class="version_link reference internal" href="../v10.3.0/development.html">v10.3.0</a> + </li> + + <li class="toctree-l2 "> <a class="version_link reference internal" href="../v10.2.0/development.html">v10.2.0</a> </li> @@ -423,7 +427,7 @@ </div> <article role="main"> <section id="local-development-testing"> -<h1>Local Development & Testing<a class="headerlink" href="#local-development-testing" title="Permalink to this heading">#</a></h1> +<h1>Local Development & Testing<a class="headerlink" href="#local-development-testing" title="Link to this heading">#</a></h1> <p>To test your features locally, there are a few possible approaches:</p> <ol class="arabic simple"> <li><p>Install your local copy of pydis_core into a pre-existing project such as bot</p></li> @@ -435,7 +439,7 @@ This might mean adding new commands, modifying existing ones, changing utilities The steps below should provide most of the groundwork you need, but the exact requirements will vary by the feature you’re working on.</p> <section id="option-1"> -<h2>Option 1<a class="headerlink" href="#option-1" title="Permalink to this heading">#</a></h2> +<h2>Option 1<a class="headerlink" href="#option-1" title="Link to this heading">#</a></h2> <ol class="arabic simple"> <li><p>Navigate to the project you want to install bot-core in, such as bot or sir-lancebot</p></li> <li><p>Run <code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">/path/to/pydis_core</span></code> in the project’s environment</p> @@ -451,7 +455,7 @@ To load new changes, run the install command again.</p></li> </ol> </section> <section id="option-2"> -<h2>Option 2<a class="headerlink" href="#option-2" title="Permalink to this heading">#</a></h2> +<h2>Option 2<a class="headerlink" href="#option-2" title="Link to this heading">#</a></h2> <ol class="arabic simple"> <li><p>Copy the <a class="reference external" href="https://github.com/python-discord/bot-core/blob/main/dev/bot">bot template folder</a> to the root of the bot-core project. This copy is going to be git-ignored, so you’re free to modify it however you like.</p></li> @@ -550,10 +554,10 @@ to help you test out certain features. Use them as needed.</p> </aside> </div> -</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script> - <script src="_static/doctools.js"></script> - <script src="_static/sphinx_highlight.js"></script> - <script src="_static/scripts/furo.js"></script> - <script src="_static/changelog.js"></script> +</div><script src="_static/documentation_options.js?v=2f7da7c1"></script> + <script src="_static/doctools.js?v=888ff710"></script> + <script src="_static/sphinx_highlight.js?v=dc90522c"></script> + <script src="_static/scripts/furo.js?v=32e29ea5"></script> + <script src="_static/changelog.js?v=11ff7913"></script> </body> </html>
\ No newline at end of file |