Refreshes Retype-generated documentation.

Process triggered by nbats.
This commit is contained in:
Retype GitHub Action
2023-08-05 06:13:03 +00:00
parent 65040df63f
commit ee9e33b2fe
26 changed files with 137 additions and 115 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.1.0.744523923592">
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.1.0.744531155433">
<!-- See retype.com -->
<meta name="generator" content="Retype 3.1.0">
@@ -31,11 +31,11 @@
<script data-cfasync="false">(function () { var el = document.documentElement, m = localStorage.getItem("doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script>
<link href="../static/favicon.ico" rel="icon">
<link href="../resources/css/retype.css?v=3.1.0.744523923592" rel="stylesheet">
<link href="../resources/css/retype.css?v=3.1.0.744531155433" rel="stylesheet">
<script data-cfasync="false" src="../resources/js/config.js?v=3.1.0.744523923592" data-turbo-eval="false" defer></script>
<script data-cfasync="false" src="../resources/js/config.js?v=3.1.0.744531155433" data-turbo-eval="false" defer></script>
<script data-cfasync="false" src="../resources/js/retype.js?v=3.1.0" data-turbo-eval="false" defer></script>
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.1.0.744523923592" data-turbo-eval="false" defer></script>
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.1.0.744531155433" data-turbo-eval="false" defer></script>
<script defer data-domain="fmhy.pages.dev" src="https://a.bignutty.xyz/js/script.js"></script>
<link rel="stylesheet" href="static/styles.css">
@@ -457,6 +457,7 @@ or <a href="https://en.cppreference.com/w/">cppreference</a> - C++ Cheat Sheets<
<li><a href="https://4geeksacademy.github.io/git-interactive-tutorial/">Git Tutorial</a> - Interactive Git Tutorial</li>
<li><a href="https://ohmygit.org/">Oh My Git!</a>, <a href="https://ohshitgit.com/">2</a> - Git Learning Game</li>
<li><a href="https://github.com/jlord/git-it-electron">Git-it</a> - Git Desktop Learning App</li>
<li><a href="https://github.com/vishal2376/git-coach">Git Coach</a> - Git Android Learning App</li>
<li><a href="https://git.bradwoods.io/">Git Time</a> - Git Version Control System Learning Game</li>
<li><a href="https://www.firsttimersonly.com/">First Timers Only</a> or <a href="https://firstcontributions.github.io/">First Contributions</a> - Git Code Contribution Guides</li>
<li><a href="https://learngitbranching.js.org/">Learn Git Branching</a> - Interactive Git Branching Guide</li>
@@ -1476,6 +1477,7 @@ or <a href="https://en.cppreference.com/w/">cppreference</a> - C++ Cheat Sheets<
<li><a href="https://developers.redhat.com/products/openshift-dev-spaces/overview">OpenShift</a> - Cross Platform IDE</li>
<li><a href="https://thonny.org/">Thonny</a> - Python IDE</li>
<li><a href="https://www.scintilla.org/SciTE.html">SciTE</a> - Source Code Editor for Win32 and X</li>
<li><a href="https://github.com/AntonOsika/gpt-engineer">GPT Engineer</a> - AI Code Generator</li>
<li><a href="https://openchakra.app/">OpenChakra</a> - Visual Editor &amp; Code Generator for React / <a href="https://github.com/premieroctet/openchakra">GitHub</a></li>
<li><a href="https://packagecontrol.io/">Package Control</a> - Code Editor Package Manager</li>
<li><a href="https://editorconfig.org/">editorcornfig</a> - Maintain consistent code styles across editors</li>
@@ -1495,7 +1497,7 @@ or <a href="https://en.cppreference.com/w/">cppreference</a> - C++ Cheat Sheets<
<li><a href="https://gist.github.com/imba-tjd/d73258f0817255dbe77d64d40d985e76#file-cloud-md">cloud</a> - Cloud Platform Index</li>
<li><a href="https://workspaces.openshift.com/">Openshift</a> - Cloud IDE / Eclipse Che</li>
<li><a href="https://cloud.arduino.cc/">Arduino</a> - Cloud IDE for Arduino</li>
<li><a href="https://github.com/ameerthehacker/blazepack">Blazepack</a> - Self-Hosted Development Environment</li>
<li><a href="https://github.com/ameerthehacker/blazepack">Blazepack</a> or <a href="https://devpod.sh">DevPod</a> - Development Environment</li>
<li><a href="https://bloop.ai/">bloop</a> - IDE AI Suggestion Extension</li>
<li><a href="https://glot.io/">glot.io</a> - Pastebin with Runnable Snippets, API &amp; Compiler</li>
<li><a href="https://fig.io/">Fig</a> - IDE-Style Autocomplete for Terminal</li>