Refreshes Retype-generated documentation.

Process triggered by nbats.
This commit is contained in:
Retype GitHub Action
2023-04-20 22:10:28 +00:00
parent 66c8669abb
commit 7ff4f1d711
25 changed files with 161 additions and 136 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="2.4.0.735336672978">
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="2.4.0.735343813377">
<!-- See retype.com -->
<meta name="generator" content="Retype 2.4.0">
@@ -31,11 +31,11 @@
<script>(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=2.4.0.735336672978" rel="stylesheet" />
<link href="../resources/css/retype.css?v=2.4.0.735343813377" rel="stylesheet" />
<script type="text/javascript" src="../resources/js/config.js?v=2.4.0.735336672978" data-turbo-eval="false" defer></script>
<script type="text/javascript" src="../resources/js/config.js?v=2.4.0.735343813377" data-turbo-eval="false" defer></script>
<script type="text/javascript" src="../resources/js/retype.js?v=2.4.0" data-turbo-eval="false" defer></script>
<script id="lunr-js" type="text/javascript" src="../resources/js/lunr.js?v=2.4.0.735336672978" data-turbo-eval="false" defer></script>
<script id="lunr-js" type="text/javascript" src="../resources/js/lunr.js?v=2.4.0.735343813377" data-turbo-eval="false" defer></script>
</head>
<body>
<div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300">
@@ -926,7 +926,7 @@ or <a href="https://en.cppreference.com/w/">cppreference</a> - C++ Cheatsheets</
<li><a href="http://pencil.evolus.vn/">Pencil</a> - Software Mockup Tool / <a href="https://github.com/evolus/pencil">GitHub</a></li>
<li><a href="https://gnunet.org/en/">GNUnet</a> - Software Framework</li>
<li><a href="https://ui.shadcn.com/">shadcn</a> - Software Components</li>
<li>[Slint](<a href="https://github.com/slint-ui/slint">https://github.com/slint-ui/slint</a> or <a href="https://build-system.fman.io/qt-designer-download">QT Designer</a> - GUI Development Tools</li>
<li><a href="https://github.com/slint-ui/slint">Slint</a> or <a href="https://build-system.fman.io/qt-designer-download">QT Designer</a> - GUI Development Tools</li>
<li><a href="https://github.com/chriskiehl/Gooey">Gooey</a> - Convert Python Command Line to GUI</li>
<li><a href="https://github.com/krasimir/kuker">Kuker</a> - Debug Applications</li>
<li><a href="https://github.com/mitmproxy/mitmproxy">mitmproxy</a> - HTTP Proxy</li>