Skip to content

Commit 253069c

Browse files
delete unncessary files
1 parent 6c86fe9 commit 253069c

File tree

9 files changed

+3246
-289
lines changed

9 files changed

+3246
-289
lines changed

docs/Chapter5/visualization.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ <h2><span class="section-number">6.10.19. </span>Lux: A Python API for Intellige
15241524
</div>
15251525
</div>
15261526
</div>
1527-
<p><img alt="" src="../_images/lux.gif" /></p>
1527+
<p><img alt="" src="img/lux.gif" /></p>
15281528
<p><a class="reference external" href="https://github.com/lux-org/lux">Link to Lux</a>.</p>
15291529
</section>
15301530
<section id="add-statistical-significance-annotations-on-seaborn-plots">
@@ -1843,7 +1843,7 @@ <h2><span class="section-number">6.10.24. </span>gif: The Easiest Way to Animate
18431843
</div>
18441844
</div>
18451845
</div>
1846-
<p><img alt="" src="../_images/matplotlib_gif.gif" /></p>
1846+
<p><img alt="" src="img/matplotlib_gif.gif" /></p>
18471847
<p><a class="reference external" href="https://github.com/maxhumber/gif">Link to gif</a>.</p>
18481848
</section>
18491849
<section id="visualize-the-frequency-tokens-in-a-text-corpora">

docs/Chapter6/better_outputs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ <h2><span class="section-number">7.6.7. </span>From Python to Paper: Visualizing
910910
<h2><span class="section-number">7.6.8. </span>ManimML: Create Animations of Common ML Concepts in Python<a class="headerlink" href="#manimml-create-animations-of-common-ml-concepts-in-python" title="Permalink to this heading">#</a></h2>
911911
<p>If you want to create animations and visualizations for common ML concepts in Python, try ManimML.</p>
912912
<p>The GIF below is the visualization of Variational Autoencoder made by ManimML.</p>
913-
<p><img alt="" src="../_images/VAEScene.gif" /></p>
913+
<p><img alt="" src="img/VAEScene.gif" /></p>
914914
<p><a class="reference external" href="https://github.com/helblazer811/ManimML">Link to ManimML</a>.</p>
915915
<p>ManimML is built on top of <a class="reference external" href="https://towardsdatascience.com/how-to-create-mathematical-animations-like-3blue1brown-using-python-f571fb9da3d1?sk=67f831edb7de3560020c2ea0296447cf">Manim</a>.</p>
916916
</section>

docs/Chapter6/git_github.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ <h2><span class="section-number">7.7.7. </span>git-open: Open a GitHub Page for
631631
<h2><span class="section-number">7.7.8. </span>gpt-commit-summarizer: Automate Pull Request Summarization<a class="headerlink" href="#gpt-commit-summarizer-automate-pull-request-summarization" title="Permalink to this heading">#</a></h2>
632632
<p>gpt-commit-summarizer is a GitHub Action that leverages the power of GPT to summarize the changes made in a pull request.</p>
633633
<p>This eliminates the need for manual summarization, saving you valuable time, especially when dealing with numerous changes within a commit.</p>
634-
<p><img alt="" src="../_images/gpt-commit.gif" /></p>
634+
<p><img alt="" src="img/gpt-commit.gif" /></p>
635635
<p>To use gpt-commit-summarizer, simply add the the following workflow file to your repository:</p>
636636
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">GPT Commits summarizer</span>
637637
<span class="c1"># Summary: This action will write a comment about every commit in a pull request, as well as generate a summary for every file that was modified and add it to the review page, compile a PR summary from all commit summaries and file diff summaries, and delete outdated code review comments</span>

0 commit comments

Comments
 (0)