Skip to content

Commit

Permalink
deploy: ccac7c3
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Oct 4, 2024
1 parent bf8a9b1 commit 653ec5b
Show file tree
Hide file tree
Showing 70 changed files with 651 additions and 318 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 65f0e0f4a5769ee0ea32ff17df84c6aa
config: 8347d516427beb6011f765f75ab6e8f6
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion _static/awesome-docsearch.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed _static/favicon.ico
Binary file not shown.
Binary file added _static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions _static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const Search = {

htmlToText: (htmlString, anchor) => {
const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html');
for (const removalQuery of [".headerlinks", "script", "style"]) {
for (const removalQuery of [".headerlink", "script", "style"]) {
htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() });
}
if (anchor) {
Expand Down Expand Up @@ -328,13 +328,14 @@ const Search = {
for (const [title, foundTitles] of Object.entries(allTitles)) {
if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) {
for (const [file, id] of foundTitles) {
let score = Math.round(100 * queryLower.length / title.length)
const score = Math.round(Scorer.title * queryLower.length / title.length);
const boost = titles[file] === title ? 1 : 0; // add a boost for document titles
normalResults.push([
docNames[file],
titles[file] !== title ? `${titles[file]} > ${title}` : title,
id !== null ? "#" + id : "",
null,
score,
score + boost,
filenames[file],
]);
}
Expand Down
4 changes: 3 additions & 1 deletion _static/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _static/theme.js

Large diffs are not rendered by default.

25 changes: 20 additions & 5 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<meta property="og:title" content="Index | LcdMenu" />
<meta name="twitter:title" content="Index | LcdMenu" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=63e1294f" />
<link rel="stylesheet" type="text/css" href="_static/theme.css?v=ecdfb4fc" />
<link rel="stylesheet" type="text/css" href="_static/theme.css?v=edd7d3d2" />
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/awesome-sphinx-design.css?v=a54cf077" />
<link rel="icon" href="_static/favicon.ico" />
<link rel="icon" href="_static/favicon.png" />
<link rel="search" title="Search" href="search.html" />
<link rel="index" title="Index" href="#" />

Expand All @@ -37,7 +37,7 @@
if (!userPreference) {localStorage.setItem('darkMode', mode)}
</script>
</head>
<body x-data="{ showSidebar: false }" class="min-h-screen font-sans antialiased bg-background text-foreground" :class="{ 'overflow-hidden': showSidebar }">
<body x-data="{ showSidebar: false, showScrollTop: false }" class="min-h-screen font-sans antialiased bg-background text-foreground" :class="{ 'overflow-hidden': showSidebar }"@scroll.window="showScrollTop = pageYOffset > 100">
<div x-cloak x-show="showSidebar" class="fixed inset-0 z-50 overflow-hidden bg-background/80 backdrop-blur-sm md:hidden" @click.self="showSidebar = false"></div><div id="page" class="relative flex flex-col min-h-screen"><a href="#content" class="absolute top-0 left-0 z-[100] block bg-background p-4 text-xl transition -translate-x-full opacity-0 focus:translate-x-0 focus:opacity-100">
Skip to content
</a><header
Expand Down Expand Up @@ -914,12 +914,27 @@ <h2 id="T">T</h2>
</div>
</div>
</footer>
</div>
</div><button id="scrolltop"
x-cloak
@click="window.scrollTo({top: 0, behavior: 'smooth'})"
class="fixed bottom-8 right-8 p-2 z-10 rounded-sm bg-gray-700 text-xs text-white transition-all duration-1000 hover:bg-gray-950 focus:bg-gray-950"
:class="{'opacity-0 invisible' : !showScrollTop}"
>
<svg xmlns="http://www.w3.org/2000/svg"
height="14"
viewBox="0 96 960 960"
width="14"
class="inline fill-current mb-[2px]"
aria-hidden="true">
<path d="M450 896V370L202 618l-42-42 320-320 320 320-42 42-248-248v526h-60Z" />
</svg>
Back to top
</button>

<script src="_static/documentation_options.js?v=7f41d439"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="defer" src="_static/theme.js?v=e82a16a3"></script>
<script defer="defer" src="_static/theme.js?v=1808ab49"></script>
<script src="_static/design-tabs.js?v=f930bc37"></script>

</body>
Expand Down
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<meta content="Welcome to the LcdMenu Docs! | LcdMenu" property="og:title"/>
<meta content="Welcome to the LcdMenu Docs! | LcdMenu" name="twitter:title"/>
<link href="_static/pygments.css?v=63e1294f" rel="stylesheet" type="text/css"/>
<link href="_static/theme.css?v=ecdfb4fc" rel="stylesheet" type="text/css"/>
<link href="_static/theme.css?v=edd7d3d2" rel="stylesheet" type="text/css"/>
<link href="_static/sphinx-design.min.css?v=95c83b7e" rel="stylesheet" type="text/css"/>
<link href="_static/custom.css" rel="stylesheet" type="text/css"/>
<link href="_static/awesome-sphinx-design.css?v=a54cf077" rel="stylesheet" type="text/css"/>
<link href="_static/favicon.ico" rel="icon"/>
<link href="_static/favicon.png" rel="icon"/>
<link href="search.html" rel="search" title="Search"/>
<link href="genindex.html" rel="index" title="Index"/>
<link href="overview/getting-started.html" rel="next" title="Getting started"/>
Expand All @@ -32,7 +32,7 @@
if (!userPreference) {localStorage.setItem('darkMode', mode)}
</script>
</head>
<body :class="{ 'overflow-hidden': showSidebar }" class="min-h-screen font-sans antialiased bg-background text-foreground" x-data="{ showSidebar: false }">
<body :class="{ 'overflow-hidden': showSidebar }" @scroll.window="showScrollTop = pageYOffset &gt; 100" class="min-h-screen font-sans antialiased bg-background text-foreground" x-data="{ showSidebar: false, showScrollTop: false }">
<div @click.self="showSidebar = false" class="fixed inset-0 z-50 overflow-hidden bg-background/80 backdrop-blur-sm md:hidden" x-cloak="" x-show="showSidebar"></div><div class="relative flex flex-col min-h-screen" id="page"><a class="absolute top-0 left-0 z-[100] block bg-background p-4 text-xl transition -translate-x-full opacity-0 focus:translate-x-0 focus:opacity-100" href="#content">
Skip to content
</a><header class="sticky top-0 z-40 w-full border-b shadow-sm border-border supports-backdrop-blur:bg-background/60 bg-background/95 backdrop-blur"><div class="container flex items-center h-14">
Expand Down Expand Up @@ -269,11 +269,16 @@
</div>
</div>
</footer>
</div>
</div><button :class="{'opacity-0 invisible' : !showScrollTop}" @click="window.scrollTo({top: 0, behavior: 'smooth'})" class="fixed bottom-8 right-8 p-2 z-10 rounded-sm bg-gray-700 text-xs text-white transition-all duration-1000 hover:bg-gray-950 focus:bg-gray-950" id="scrolltop" x-cloak="">
<svg aria-hidden="true" class="inline fill-current mb-[2px]" height="14" viewbox="0 96 960 960" width="14" xmlns="http://www.w3.org/2000/svg">
<path d="M450 896V370L202 618l-42-42 320-320 320 320-42 42-248-248v526h-60Z"></path>
</svg>
Back to top
</button>
<script src="_static/documentation_options.js?v=7f41d439"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="defer" src="_static/theme.js?v=e82a16a3"></script>
<script defer="defer" src="_static/theme.js?v=1808ab49"></script>
<script src="_static/design-tabs.js?v=f930bc37"></script>
</body>
</html>
15 changes: 10 additions & 5 deletions overview/control/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<meta content="Button Adapter | LcdMenu" property="og:title"/>
<meta content="Button Adapter | LcdMenu" name="twitter:title"/>
<link href="../../_static/pygments.css?v=63e1294f" rel="stylesheet" type="text/css"/>
<link href="../../_static/theme.css?v=ecdfb4fc" rel="stylesheet" type="text/css"/>
<link href="../../_static/theme.css?v=edd7d3d2" rel="stylesheet" type="text/css"/>
<link href="../../_static/sphinx-design.min.css?v=95c83b7e" rel="stylesheet" type="text/css"/>
<link href="../../_static/custom.css" rel="stylesheet" type="text/css"/>
<link href="../../_static/awesome-sphinx-design.css?v=a54cf077" rel="stylesheet" type="text/css"/>
<link href="../../_static/favicon.ico" rel="icon"/>
<link href="../../_static/favicon.png" rel="icon"/>
<link href="../../search.html" rel="search" title="Search"/>
<link href="../../genindex.html" rel="index" title="Index"/>
<link href="rotary-encoder.html" rel="next" title="Rotary Encoder Adapter"/>
Expand All @@ -33,7 +33,7 @@
if (!userPreference) {localStorage.setItem('darkMode', mode)}
</script>
</head>
<body :class="{ 'overflow-hidden': showSidebar }" class="min-h-screen font-sans antialiased bg-background text-foreground" x-data="{ showSidebar: false }">
<body :class="{ 'overflow-hidden': showSidebar }" @scroll.window="showScrollTop = pageYOffset &gt; 100" class="min-h-screen font-sans antialiased bg-background text-foreground" x-data="{ showSidebar: false, showScrollTop: false }">
<div @click.self="showSidebar = false" class="fixed inset-0 z-50 overflow-hidden bg-background/80 backdrop-blur-sm md:hidden" x-cloak="" x-show="showSidebar"></div><div class="relative flex flex-col min-h-screen" id="page"><a class="absolute top-0 left-0 z-[100] block bg-background p-4 text-xl transition -translate-x-full opacity-0 focus:translate-x-0 focus:opacity-100" href="#content">
Skip to content
</a><header class="sticky top-0 z-40 w-full border-b shadow-sm border-border supports-backdrop-blur:bg-background/60 bg-background/95 backdrop-blur"><div class="container flex items-center h-14">
Expand Down Expand Up @@ -280,11 +280,16 @@ <h1>Button Adapter<a class="headerlink" href="#button-adapter" title="Link to th
</div>
</div>
</footer>
</div>
</div><button :class="{'opacity-0 invisible' : !showScrollTop}" @click="window.scrollTo({top: 0, behavior: 'smooth'})" class="fixed bottom-8 right-8 p-2 z-10 rounded-sm bg-gray-700 text-xs text-white transition-all duration-1000 hover:bg-gray-950 focus:bg-gray-950" id="scrolltop" x-cloak="">
<svg aria-hidden="true" class="inline fill-current mb-[2px]" height="14" viewbox="0 96 960 960" width="14" xmlns="http://www.w3.org/2000/svg">
<path d="M450 896V370L202 618l-42-42 320-320 320 320-42 42-248-248v526h-60Z"></path>
</svg>
Back to top
</button>
<script src="../../_static/documentation_options.js?v=7f41d439"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="defer" src="../../_static/theme.js?v=e82a16a3"></script>
<script defer="defer" src="../../_static/theme.js?v=1808ab49"></script>
<script src="../../_static/design-tabs.js?v=f930bc37"></script>
</body>
</html>
Loading

0 comments on commit 653ec5b

Please sign in to comment.