Skip to content

Commit

Permalink
Doc corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
kimonmatara committed Jun 23, 2022
1 parent 2301458 commit 1af1ed4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ for attribute (including subtype), component and data types with true inheritanc

* Improvements to name management and plug setting

Full documentation can be found `here <https://kimonmatara.github.io/paya/>`_.
See `here <https://kimonmatara.github.io/paya/>`_ for full documentation.
6 changes: 3 additions & 3 deletions docs/_sources/whats_new.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Version 0.4.2
General Changes
===============

* :meth:`paya.plugtypes.matrix.Matrix` and :meth:`paya.datatypes.matrix.Matrix` escape into simpler implementations,
with sparser DG graphs, when no ``rotateAxis``, ``jointOrient``, ``inverseScale`` or pivot compensations are
requested or required
* :meth:`paya.plugtypes.matrix.Matrix.decomposeAndApply` and :meth:`paya.datatypes.matrix.Matrix.decomposeAndApply`
escape into simpler / faster implementations 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/searchindex.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/whats_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ <h2>Version 0.4.2<a class="headerlink" href="#version-0-4-2" title="Permalink to
<section id="general-changes">
<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 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>
<li><p><a class="reference internal" href="paya/plugtypes/matrix.html#paya.plugtypes.matrix.Matrix.decomposeAndApply" title="paya.plugtypes.matrix.Matrix.decomposeAndApply"><code class="xref py py-meth docutils literal notranslate"><span class="pre">paya.plugtypes.matrix.Matrix.decomposeAndApply()</span></code></a> and <a class="reference internal" href="paya/datatypes/matrix.html#paya.datatypes.matrix.Matrix.decomposeAndApply" title="paya.datatypes.matrix.Matrix.decomposeAndApply"><code class="xref py py-meth docutils literal notranslate"><span class="pre">paya.datatypes.matrix.Matrix.decomposeAndApply()</span></code></a>
escape into simpler / faster implementations 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 1af1ed4

Please sign in to comment.