Skip to content

Commit

Permalink
Corrected download link
Browse files Browse the repository at this point in the history
  • Loading branch information
kimonmatara committed Jun 23, 2022
1 parent 1493066 commit e93143e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_sources/getting_started.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Requirements and Installation
=============================

Paya requires **Python 3.x** and **Maya 2022 or higher**. To install it, download the package from
`here <https://github.com/kimonmatara/paya/archive/refs/tags/v0.4.1.zip>`_, unzip, move into your ``scripts`` directory
`here <https://github.com/kimonmatara/paya/archive/refs/tags/v0.4.2.zip>`_, unzip, move into your ``scripts`` directory
and relaunch Maya.

.. list-table::
Expand Down
3 changes: 2 additions & 1 deletion docs/_sources/whats_new.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ General Changes
===============

* :meth:`paya.plugtypes.matrix.Matrix` and :meth:`paya.datatypes.matrix.Matrix` escape into simpler implementations,
with sparser DG graphs, when all compensation keyword arguments evaluate as ``False``
with sparser DG graphs, when no ``rotateAxis``, ``jointOrient``, ``inverseScale`` or pivot compensations are
requested or required

*************
Version 0.4.1
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h1>Quick Start<a class="headerlink" href="#quick-start" title="Permalink to thi
<section id="requirements-and-installation">
<h2>Requirements and Installation<a class="headerlink" href="#requirements-and-installation" title="Permalink to this headline"></a></h2>
<p>Paya requires <strong>Python 3.x</strong> and <strong>Maya 2022 or higher</strong>. To install it, download the package from
<a class="reference external" href="https://github.com/kimonmatara/paya/archive/refs/tags/v0.4.1.zip">here</a>, unzip, move into your <code class="docutils literal notranslate"><span class="pre">scripts</span></code> directory
<a class="reference external" href="https://github.com/kimonmatara/paya/archive/refs/tags/v0.4.2.zip">here</a>, unzip, move into your <code class="docutils literal notranslate"><span class="pre">scripts</span></code> directory
and relaunch Maya.</p>
<table class="colwidths-given docutils align-default">
<colgroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/whats_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2>Version 0.4.2<a class="headerlink" href="#version-0-4-2" title="Permalink to
<h3>General Changes<a class="headerlink" href="#general-changes" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><a class="reference internal" href="paya/plugtypes/matrix.html#paya.plugtypes.matrix.Matrix" title="paya.plugtypes.matrix.Matrix"><code class="xref py py-meth docutils literal notranslate"><span class="pre">paya.plugtypes.matrix.Matrix()</span></code></a> and <a class="reference internal" href="paya/datatypes/matrix.html#paya.datatypes.matrix.Matrix" title="paya.datatypes.matrix.Matrix"><code class="xref py py-meth docutils literal notranslate"><span class="pre">paya.datatypes.matrix.Matrix()</span></code></a> escape into simpler implementations,
with sparser DG graphs, when all compensation keyword arguments evaluate as <code class="docutils literal notranslate"><span class="pre">False</span></code></p></li>
with sparser DG graphs, when no <code class="docutils literal notranslate"><span class="pre">rotateAxis</span></code>, <code class="docutils literal notranslate"><span class="pre">jointOrient</span></code>, <code class="docutils literal notranslate"><span class="pre">inverseScale</span></code> or pivot compensations are
requested or required</p></li>
</ul>
</section>
</section>
Expand Down

0 comments on commit e93143e

Please sign in to comment.