Skip to content

Commit

Permalink
deploy: 6a39f0a
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed Sep 19, 2024
1 parent b1896c7 commit 38cf18d
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 37 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: c7e679492ab06f9ab122e09ff7405ebb
config: 30b8a4b7dc2732ef7fe6bfbdcc327cab
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1>All modules for which code is available</h1>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="../index.html">Home</a></h3><div class="relations">
<h3>Related Topics</h3>
<ul>
Expand All @@ -66,7 +66,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>
Expand Down
4 changes: 2 additions & 2 deletions _modules/sem/database.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ <h1>Source code for sem.database</h1><div class="highlight"><pre>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="../../index.html">Home</a></h3><div class="relations">
<h3>Related Topics</h3>
<ul>
Expand Down Expand Up @@ -655,7 +655,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>
Expand Down
8 changes: 4 additions & 4 deletions _modules/sem/manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -641,11 +641,11 @@ <h1>Source code for sem.manager</h1><div class="highlight"><pre>
<span class="k">if</span> <span class="n">parallel_parsing</span><span class="p">:</span>
<span class="k">with</span> <span class="n">Pool</span><span class="p">(</span><span class="n">processes</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">runner</span><span class="o">.</span><span class="n">max_parallel_processes</span><span class="p">)</span> <span class="k">as</span> <span class="n">pool</span><span class="p">:</span>
<span class="k">for</span> <span class="n">parsed_result</span> <span class="ow">in</span> <span class="n">tqdm</span><span class="p">(</span><span class="n">pool</span><span class="o">.</span><span class="n">imap_unordered</span><span class="p">(</span><span class="n">parse_result</span><span class="p">,</span>
<span class="p">[[</span><span class="bp">self</span><span class="o">.</span><span class="n">db</span><span class="o">.</span><span class="n">get_complete_results</span><span class="p">(</span><span class="n">result_id</span><span class="o">=</span><span class="n">result</span><span class="p">[</span><span class="s1">&#39;meta&#39;</span><span class="p">][</span><span class="s1">&#39;id&#39;</span><span class="p">],</span>
<span class="p">([</span><span class="bp">self</span><span class="o">.</span><span class="n">db</span><span class="o">.</span><span class="n">get_complete_results</span><span class="p">(</span><span class="n">result_id</span><span class="o">=</span><span class="n">result</span><span class="p">[</span><span class="s1">&#39;meta&#39;</span><span class="p">][</span><span class="s1">&#39;id&#39;</span><span class="p">],</span>
<span class="n">files_to_load</span><span class="o">=</span><span class="n">files_to_load</span><span class="p">)[</span><span class="mi">0</span><span class="p">],</span>
<span class="n">function_yields_multiple_results</span><span class="p">,</span>
<span class="n">result_parsing_function</span><span class="p">,</span>
<span class="n">param_columns</span><span class="p">]</span> <span class="k">for</span> <span class="n">result</span> <span class="ow">in</span> <span class="n">results_list</span><span class="p">]),</span>
<span class="n">param_columns</span><span class="p">]</span> <span class="k">for</span> <span class="n">result</span> <span class="ow">in</span> <span class="n">results_list</span><span class="p">)),</span>
<span class="n">total</span><span class="o">=</span><span class="nb">len</span><span class="p">(</span><span class="n">results_list</span><span class="p">),</span>
<span class="n">unit</span><span class="o">=</span><span class="s1">&#39;result&#39;</span><span class="p">,</span>
<span class="n">desc</span><span class="o">=</span><span class="s1">&#39;Parsing Results&#39;</span><span class="p">,</span>
Expand Down Expand Up @@ -1011,7 +1011,7 @@ <h1>Source code for sem.manager</h1><div class="highlight"><pre>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="../../index.html">Home</a></h3><div class="relations">
<h3>Related Topics</h3>
<ul>
Expand Down Expand Up @@ -1039,7 +1039,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>
Expand Down
4 changes: 2 additions & 2 deletions _modules/sem/runner.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ <h1>Source code for sem.runner</h1><div class="highlight"><pre>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="../../index.html">Home</a></h3><div class="relations">
<h3>Related Topics</h3>
<ul>
Expand Down Expand Up @@ -462,7 +462,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>
Expand Down
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 api.html
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ <h2>DatabaseManager<a class="headerlink" href="#databasemanager" title="Link to

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="index.html">Home</a></h3>
<h3><a href="index.html">Contents</a></h3>
<ul>
Expand Down Expand Up @@ -957,7 +957,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

|
Expand Down
4 changes: 2 additions & 2 deletions cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ <h2>Exporting results<a class="headerlink" href="#exporting-results" title="Link

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="index.html">Home</a></h3>
<h3><a href="index.html">Contents</a></h3>
<ul>
Expand Down Expand Up @@ -337,7 +337,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

|
Expand Down
4 changes: 2 additions & 2 deletions contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h2>Testing framework<a class="headerlink" href="#testing-framework" title="Link

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="index.html">Home</a></h3>
<h3><a href="index.html">Contents</a></h3>
<ul>
Expand Down Expand Up @@ -170,7 +170,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

|
Expand Down
4 changes: 2 additions & 2 deletions detailed-functionality.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h2>Class diagram<a class="headerlink" href="#class-diagram" title="Link to this

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="index.html">Home</a></h3>
<h3><a href="index.html">Contents</a></h3>
<ul>
Expand Down Expand Up @@ -246,7 +246,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

|
Expand Down
4 changes: 2 additions & 2 deletions examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2><cite>wifi_example.py</cite><a class="headerlink" href="#wifi-example-py" ti

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="index.html">Home</a></h3>
<h3><a href="index.html">Contents</a></h3>
<ul>
Expand Down Expand Up @@ -139,7 +139,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

|
Expand Down
4 changes: 2 additions & 2 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h2 id="W">W</h2>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="index.html">Home</a></h3><div class="relations">
<h3>Related Topics</h3>
<ul>
Expand All @@ -307,7 +307,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>
Expand Down
4 changes: 2 additions & 2 deletions getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ <h2>Exporting results<a class="headerlink" href="#exporting-results" title="Link

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="index.html">Home</a></h3>
<h3><a href="index.html">Contents</a></h3>
<ul>
Expand Down Expand Up @@ -307,7 +307,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

|
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h2>API Reference<a class="headerlink" href="#api-reference" title="Link to this

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3>Useful Links</h3>
<ul>
<li><a href="http://github.com/signetlabdei/sem">SEM on GitHub</a></li>
Expand All @@ -160,7 +160,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

|
Expand Down
4 changes: 2 additions & 2 deletions installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>Installing ns-3<a class="headerlink" href="#installing-ns-3" title="Link to

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="index.html">Home</a></h3>
<h3><a href="index.html">Contents</a></h3>
<ul>
Expand Down Expand Up @@ -113,7 +113,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

|
Expand Down
4 changes: 2 additions & 2 deletions py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1>Python Module Index</h1>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper"><h3><a href="index.html">Home</a></h3><div class="relations">
<h3>Related Topics</h3>
<ul>
Expand All @@ -87,7 +87,7 @@ <h3 id="searchlabel">Quick search</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

</div>
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"><h3><a href="index.html">Home</a></h3><div class="relations">
<h3>Related Topics</h3>
<ul>
Expand All @@ -84,7 +84,7 @@ <h3>Related Topics</h3>
&#169;2021, Davide Magrin.

|
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.7</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>

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

Large diffs are not rendered by default.

0 comments on commit 38cf18d

Please sign in to comment.