Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kithminrw committed May 13, 2024
1 parent 86a1e92 commit 90d081e
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 13 deletions.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/.doctrees/intro.doctree
Binary file not shown.
6 changes: 4 additions & 2 deletions _build/html/_sources/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ Other resources include (but not limited to),
* Demonstrate the use of SOTA tools and concepts for documenting beautiful publication-quality work
```

<:::{admonition} Personal Goal
<!-->
:::{admonition} Personal Goal
:class: tip
I have hopes of getting a paper outlining my work submitted for [NuerIPS 2025](https://nips.cc/), so it is my personal motivation for doing this as well :)
:::>
:::
</-->

### Pre-requisites

Expand Down
42 changes: 34 additions & 8 deletions _build/html/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,9 @@
</button>
`);
</script>

<label class="sidebar-toggle secondary-toggle btn btn-sm" for="__secondary"title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip">
<span class="fa-solid fa-list"></span>
</label>
</div></div>

</div>
Expand All @@ -422,6 +424,14 @@ <h1>{ml-nn-zero2hero}</h1>
<div id="print-main-content">
<div id="jb-print-toc">

<div>
<h2> Contents </h2>
</div>
<nav aria-label="Page">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#pre-requisites">Pre-requisites</a></li>
</ul>
</nav>
</div>
</div>
</div>
Expand Down Expand Up @@ -457,11 +467,14 @@ <h1>{ml-nn-zero2hero}<a class="headerlink" href="#ml-nn-zero2hero" title="Link t
<li><p>Demonstrate the use of SOTA tools and concepts for documenting beautiful publication-quality work</p></li>
</ul>
</div>
<p>&lt;:::{admonition} Personal Goal
:class: tip
I have hopes of getting a paper outlining my work submitted for <a class="reference external" href="https://nips.cc/">NuerIPS 2025</a>, so it is my personal motivation for doing this as well :)</p>
<div class="&gt; docutils">
<h3 class="rubric" id="pre-requisites">Pre-requisites</h3>
<!-->
<div class="tip admonition">
<p class="admonition-title">Personal Goal</p>
<p>I have hopes of getting a paper outlining my work submitted for <a class="reference external" href="https://nips.cc/">NuerIPS 2025</a>, so it is my personal motivation for doing this as well :)</p>
</div>
<p>&lt;/–&gt;</p>
<section id="pre-requisites">
<h2>Pre-requisites<a class="headerlink" href="#pre-requisites" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>Python 3.9 or above (preferably on VSCode)</p></li>
<li><p>Scientific Python libraries, in particular NumPy, matplotlib and pandas</p></li>
Expand All @@ -474,7 +487,7 @@ <h3 class="rubric" id="pre-requisites">Pre-requisites</h3>
</ul>
<p><a class="sd-sphinx-override sd-btn sd-text-wrap sd-btn-primary sd-rounded-pill float-left reference internal" href="notebooks/00/00.html"><span class="doc">
Get started</span></a></p>
</div>
</section>
<div class="toctree-wrapper compound">
</div>
<div class="toctree-wrapper compound">
Expand Down Expand Up @@ -533,7 +546,20 @@ <h3 class="rubric" id="pre-requisites">Pre-requisites</h3>
<div class="bd-sidebar-secondary bd-toc"></div>
<div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
<div class="sidebar-secondary-item">
<div class="page-toc tocsection onthispage">
<i class="fa-solid fa-list"></i> Contents
</div>
<nav class="bd-toc-nav page-toc">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#pre-requisites">Pre-requisites</a></li>
</ul>
</nav></div>
</div></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

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

6 changes: 4 additions & 2 deletions intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ Other resources include (but not limited to),
* Demonstrate the use of SOTA tools and concepts for documenting beautiful publication-quality work
```

<:::{admonition} Personal Goal
<!-->
:::{admonition} Personal Goal
:class: tip
I have hopes of getting a paper outlining my work submitted for [NuerIPS 2025](https://nips.cc/), so it is my personal motivation for doing this as well :)
:::>
:::
</-->

### Pre-requisites

Expand Down

0 comments on commit 90d081e

Please sign in to comment.