Skip to content

Commit

Permalink
Built the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alitariq4589 committed Sep 9, 2024
1 parent 9914a77 commit 4df9f20
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 15 deletions.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/.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: 79308397ec0026139f761d4fe37320f4
config: 1e1fa9dffe0ce62d769806e304ef907b
tags: 645f666f9bcd5a90fca523b33c5a78b7
7 changes: 4 additions & 3 deletions docs/html/_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 docs/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="becoming_lab_partner.html">Becoming an RISC-V Ecosystem Labs Partner</a></li>
<li class="toctree-l1"><a class="reference internal" href="ci_hosting.html">Hosting a Continuous Integration (CI) Project at a Lab</a></li>
<li class="toctree-l1"><a class="reference internal" href="becoming_eco_lab_partner.html">Becoming an RISC-V Ecosystem Labs Partner</a></li>
<li class="toctree-l1"><a class="reference internal" href="ci_hosting.html">Hosting Continuous Integration (CI) for RISC-V</a></li>
</ul>

</div>
Expand Down
20 changes: 14 additions & 6 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Becoming an RISC-V Ecosystem Labs Partner" href="becoming_lab_partner.html" />
<link rel="next" title="Becoming an RISC-V Ecosystem Labs Partner" href="becoming_eco_lab_partner.html" />
</head>

<body class="wy-body-for-nav">
Expand All @@ -50,8 +50,8 @@
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="becoming_lab_partner.html">Becoming an RISC-V Ecosystem Labs Partner</a></li>
<li class="toctree-l1"><a class="reference internal" href="ci_hosting.html">Hosting a Continuous Integration (CI) Project at a Lab</a></li>
<li class="toctree-l1"><a class="reference internal" href="becoming_eco_lab_partner.html">Becoming an RISC-V Ecosystem Labs Partner</a></li>
<li class="toctree-l1"><a class="reference internal" href="ci_hosting.html">Hosting Continuous Integration (CI) for RISC-V</a></li>
</ul>

</div>
Expand Down Expand Up @@ -84,8 +84,16 @@ <h1>RISC-V Labs Best Practices Documentation<a class="headerlink" href="#risc-v-
<p>Documents</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="becoming_lab_partner.html">Becoming an RISC-V Ecosystem Labs Partner</a></li>
<li class="toctree-l1"><a class="reference internal" href="ci_hosting.html">Hosting a Continuous Integration (CI) Project at a Lab</a><ul>
<li class="toctree-l1"><a class="reference internal" href="becoming_eco_lab_partner.html">Becoming an RISC-V Ecosystem Labs Partner</a><ul>
<li class="toctree-l2"><a class="reference internal" href="becoming_eco_lab_partner.html#overview">Overview</a></li>
<li class="toctree-l2"><a class="reference internal" href="becoming_eco_lab_partner.html#membership">Membership</a></li>
<li class="toctree-l2"><a class="reference internal" href="becoming_eco_lab_partner.html#community">Community</a></li>
<li class="toctree-l2"><a class="reference internal" href="becoming_eco_lab_partner.html#meetings">Meetings</a></li>
<li class="toctree-l2"><a class="reference internal" href="becoming_eco_lab_partner.html#becoming-and-ecosystem-lab-partner">Becoming and Ecosystem Lab Partner</a></li>
<li class="toctree-l2"><a class="reference internal" href="becoming_eco_lab_partner.html#questions">Questions</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="ci_hosting.html">Hosting Continuous Integration (CI) for RISC-V</a><ul>
<li class="toctree-l2"><a class="reference internal" href="hosting_jenkins.html">Hosting RISC-V CI through Jenkins</a></li>
</ul>
</li>
Expand All @@ -97,7 +105,7 @@ <h1>RISC-V Labs Best Practices Documentation<a class="headerlink" href="#risc-v-
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="becoming_lab_partner.html" class="btn btn-neutral float-right" title="Becoming an RISC-V Ecosystem Labs Partner" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="becoming_eco_lab_partner.html" class="btn btn-neutral float-right" title="Becoming an RISC-V Ecosystem Labs Partner" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>
Expand Down
Binary file modified docs/html/objects.inv
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="becoming_lab_partner.html">Becoming an RISC-V Ecosystem Labs Partner</a></li>
<li class="toctree-l1"><a class="reference internal" href="ci_hosting.html">Hosting a Continuous Integration (CI) Project at a Lab</a></li>
<li class="toctree-l1"><a class="reference internal" href="becoming_eco_lab_partner.html">Becoming an RISC-V Ecosystem Labs Partner</a></li>
<li class="toctree-l1"><a class="reference internal" href="ci_hosting.html">Hosting Continuous Integration (CI) for RISC-V</a></li>
</ul>

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

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

0 comments on commit 4df9f20

Please sign in to comment.