Skip to content

Commit

Permalink
Deploying to gh-pages from @ a313a58 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Adda0 committed Jul 15, 2024
1 parent ea060c9 commit 17215b3
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 17 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: b0095ae4a39154baa489247819045536
config: 3889b13af373903f2ee359614770c493
tags: 645f666f9bcd5a90fca523b33c5a78b7
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: 2 additions & 2 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1 id="index">Index</h1>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">mata</a></h1>

Expand Down Expand Up @@ -93,7 +93,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2022, VeriFIT Group, BUT, FIT.

|
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.3.7</a>
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.4.3</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Li

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="#">mata</a></h1>

Expand Down Expand Up @@ -129,7 +129,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2022, VeriFIT Group, BUT, FIT.

|
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.3.7</a>
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.4.3</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

|
Expand Down
4 changes: 2 additions & 2 deletions introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Link t

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">mata</a></h1>

Expand Down Expand Up @@ -347,7 +347,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2022, VeriFIT Group, BUT, FIT.

|
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.3.7</a>
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.4.3</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

|
Expand Down
4 changes: 2 additions & 2 deletions nfa.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h2>Operations<a class="headerlink" href="#operations" title="Link to this headi

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">mata</a></h1>

Expand Down Expand Up @@ -159,7 +159,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2022, VeriFIT Group, BUT, FIT.

|
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.3.7</a>
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.4.3</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

|
Expand Down
4 changes: 2 additions & 2 deletions overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2>Supported Classes of Automata<a class="headerlink" href="#supported-classes-

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">mata</a></h1>

Expand Down Expand Up @@ -105,7 +105,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2022, VeriFIT Group, BUT, FIT.

|
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.3.7</a>
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.4.3</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

|
Expand Down
4 changes: 2 additions & 2 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1 id="search-documentation">Search</h1>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">mata</a></h1>

Expand Down Expand Up @@ -110,7 +110,7 @@ <h3>Related Topics</h3>
&#169;2022, VeriFIT Group, BUT, FIT.

|
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.3.7</a>
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.4.3</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

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

0 comments on commit 17215b3

Please sign in to comment.