Skip to content

Commit

Permalink
Set up folder structure and stubs for beta doc site using furo theme.
Browse files Browse the repository at this point in the history
Squash merge Includes:
- Fill out folder structure for all TOC sections. Complete AdaRound example.
- Make beta doc build optional for agile development.
- Stripped beta piccolo theme CSS down to only modifications of the stock theme CSS.
- Swap in furo theme for look & feel and right-side menu.
- Refine furo theme options.
- More mods to furo theme. Set up index for API ref.

Signed-off-by: Dave Welsch <dwelsch@expertsupport.com>
  • Loading branch information
dwelsch-esi committed Nov 15, 2024
1 parent f082905 commit 8ab4b3c
Show file tree
Hide file tree
Showing 28 changed files with 2,923 additions and 1,516 deletions.
32 changes: 32 additions & 0 deletions Docs/beta/_static/aimet-furo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

aside.toc-drawer ul ul ul ul {
display: none;
}

.toctree-l3 {
display: none;
}

[for^="toctree-checkbox-"], [id^="toctree-checkbox-"] {
visibility: hidden;
}

/*
<li class="toctree-l1 current has-children current-page">
<a class="current reference internal" href="#">AIMET Feature Guide</a>
<input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox">
<label for="toctree-checkbox-1">
<div class="visually-hidden">Toggle navigation of AIMET Feature Guide</div>
<i class="icon">
<svg>
<use href="#svg-arrow-right">
</use>
</svg>
</i>
</label>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="qat.html">Quantization aware training</a>
</li>
</ul>
*/
154 changes: 154 additions & 0 deletions Docs/beta/_static/furo-extensions.css

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

Loading

0 comments on commit 8ab4b3c

Please sign in to comment.