Refreshes Retype-generated documentation.

Process triggered by nbats.
This commit is contained in:
Retype GitHub Action
2023-11-02 16:15:40 +00:00
parent bd73c9169f
commit 1ad9849e5c
26 changed files with 108 additions and 110 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.5.0.752249412891">
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.5.0.752256868307">
<!-- See retype.com -->
<meta name="generator" content="Retype 3.5.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.5.0.752249412891" rel="stylesheet">
<link href="../resources/css/retype.css?v=3.5.0.752256868307" rel="stylesheet">
<script data-cfasync="false" src="../resources/js/config.js?v=3.5.0.752249412891" data-turbo-eval="false" defer></script>
<script data-cfasync="false" src="../resources/js/config.js?v=3.5.0.752256868307" data-turbo-eval="false" defer></script>
<script data-cfasync="false" src="../resources/js/retype.js?v=3.5.0" data-turbo-eval="false" defer></script>
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.5.0.752249412891" data-turbo-eval="false" defer></script>
<script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.5.0.752256868307" data-turbo-eval="false" defer></script>
<link rel="stylesheet" href="static/styles.css">
@@ -303,7 +303,6 @@
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://quickref.me/">QuickRef.me</a></strong>, <a href="https://www.dark-hamster.com/">Dark Hamster</a> or <a href="https://devhints.io/">Devhints</a> - Developer Cheat Sheets</li>
<li><span class="docs-emoji">&#x2B50;</span> <strong><a href="https://www.30secondsofcode.org/">30 Seconds of Code</a></strong> or <a href="https://phuoc.ng/collection/html-dom/">HTML-Dom</a> - Find Code Snippets</li>
<li><a href="https://hackjutsu.com/Lepton/">Lepton</a> or <a href="https://pieces.app/">Pieces</a> - Code Snippet Managers</li>
<li><a href="https://googlecloudcheatsheet.withgoogle.com/">Google Cloud Developer&#x27;s Cheat Sheet</a> - Google Cloud Developer Cheat Sheet / <a href="https://github.com/priyankavergadia/google-cloud-4-words">GitHub</a></li>
<li><a href="https://github.com/starkblaze01/Algorithms-Cheatsheet-Resources">Algorithms-Cheatsheet-Resources</a> - Code Algorithm Cheat Sheets</li>
<li><a href="https://github.com/gto76/python-cheatsheet">Python Cheatsheet</a> or <a href="https://speedsheet.io/">SpeedSheet</a> - Python Cheat Sheet</li>
<li><a href="https://en.cppreference.com/w/">cppreference</a> - C++ Cheat Sheets</li>