Skip to content

Commit

Permalink
Deployed 860d8d5 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxludden committed Jul 21, 2024
1 parent 2816d12 commit b7f70b7
Show file tree
Hide file tree
Showing 7 changed files with 2,144 additions and 1,760 deletions.
51 changes: 48 additions & 3 deletions CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,42 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#v016-2024-9-28-updated-rev" class="md-nav__link">
<a href="#v017-2024-7-16-added-support-for-two-color-gradients" class="md-nav__link">
<span class="md-ellipsis">
v0.1.6 - 2024-9-28 | Updated Rev
v0.1.7 - 2024-7-16 | Added support for Two-Color Gradients
</span>
</a>

<nav class="md-nav" aria-label="v0.1.7 - 2024-7-16 | Added support for Two-Color Gradients">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#v017-updated" class="md-nav__link">
<span class="md-ellipsis">
v0.1.7 Updated
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v017-added" class="md-nav__link">
<span class="md-ellipsis">
v0.1.7 Added
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#v016-2024-6-28-updated-rev" class="md-nav__link">
<span class="md-ellipsis">
v0.1.6 - 2024-6-28 | Updated Rev
</span>
</a>

Expand Down Expand Up @@ -731,7 +764,19 @@ <h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Perma
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<!--## [Unreleased]-->
<h2 id="v016-2024-9-28-updated-rev">v0.1.6 - 2024-9-28 | Updated Rev<a class="headerlink" href="#v016-2024-9-28-updated-rev" title="Permanent link">&para;</a></h2>
<h2 id="v017-2024-7-16-added-support-for-two-color-gradients">v0.1.7 - 2024-7-16 | Added support for Two-Color Gradients<a class="headerlink" href="#v017-2024-7-16-added-support-for-two-color-gradients" title="Permanent link">&para;</a></h2>
<h3 id="v017-updated">v0.1.7 Updated<a class="headerlink" href="#v017-updated" title="Permanent link">&para;</a></h3>
<ul>
<li>Updated Gradient.generate_subgradients() to default to returning a list containing a single simple gradient to allow
Gradients to work when only supplied with two colors.</li>
</ul>
<p><img alt="Two Color Gradient" src="img/two_color_gradient_example.svg" /></p>
<h3 id="v017-added">v0.1.7 Added<a class="headerlink" href="#v017-added" title="Permanent link">&para;</a></h3>
<ul>
<li>Added len, int, str, and repr dunder methods to <code>rich-gradient.gradient.Gradient</code> (will simply refer to as <code>Gradient</code> from here on out).</li>
<li>Added a tests/test_gradient.py for Gradient to test two color gradiets</li>
</ul>
<h2 id="v016-2024-6-28-updated-rev">v0.1.6 - 2024-6-28 | Updated Rev<a class="headerlink" href="#v016-2024-6-28-updated-rev" title="Permanent link">&para;</a></h2>
<ul>
<li>Updated rev to 0.1.6.</li>
</ul>
Expand Down
2,475 changes: 1,342 additions & 1,133 deletions gradient_ref/index.html

Large diffs are not rendered by default.

1,246 changes: 623 additions & 623 deletions gradient_rule_ref/index.html

Large diffs are not rendered by default.

130 changes: 130 additions & 0 deletions img/simple_gradient_example.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit b7f70b7

Please sign in to comment.