Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
catch22 committed Jan 2, 2024
1 parent 52dec7e commit dfeb91d
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: bbac0c3084e7dfd6892c49ba365f7584
config: eb81bef96d6f674f0a6348b672e6bb58
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h3 id="searchlabel">Quick search</h3>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2014-2023 Michael Walter.
&copy;2014-2024 Michael Walter.

</div>

Expand Down
2 changes: 1 addition & 1 deletion genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ <h3 id="searchlabel">Quick search</h3>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2014-2023 Michael Walter.
&copy;2014-2024 Michael Walter.

</div>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h3 id="searchlabel">Quick search</h3>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2014-2023 Michael Walter.
&copy;2014-2024 Michael Walter.

</div>

Expand Down
2 changes: 1 addition & 1 deletion installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h3 id="searchlabel">Quick search</h3>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2014-2023 Michael Walter.
&copy;2014-2024 Michael Walter.

</div>

Expand Down
2 changes: 1 addition & 1 deletion license.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h3 id="searchlabel">Quick search</h3>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2014-2023 Michael Walter.
&copy;2014-2024 Michael Walter.

</div>

Expand Down
2 changes: 1 addition & 1 deletion py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3 id="searchlabel">Quick search</h3>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2014-2023 Michael Walter.
&copy;2014-2024 Michael Walter.

</div>

Expand Down
2 changes: 1 addition & 1 deletion qmp.html
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ <h3 id="searchlabel">Quick search</h3>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2014-2023 Michael Walter.
&copy;2014-2024 Michael Walter.

</div>

Expand Down
24 changes: 12 additions & 12 deletions reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h2>Ressayre Elements<a class="headerlink" href="#ressayre-elements" title="Perm
</ul>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#set" title="(in Python v3.11)">set</a> of integers</p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#set" title="(in Python v3.12)">set</a> of integers</p>
</dd>
</dl>
</dd></dl>
Expand Down Expand Up @@ -571,7 +571,7 @@ <h2>Polyhedra<a class="headerlink" href="#polyhedra" title="Permalink to this he
</ul>
</dd>
<dt class="field-even">Raises<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.11)"><strong>ValueError</strong></a> – neither <code class="docutils literal notranslate"><span class="pre">ieqs</span></code>, <code class="docutils literal notranslate"><span class="pre">eqns</span></code>, nor <code class="docutils literal notranslate"><span class="pre">ambient_dim</span></code> were specified.</p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.12)"><strong>ValueError</strong></a> – neither <code class="docutils literal notranslate"><span class="pre">ieqs</span></code>, <code class="docutils literal notranslate"><span class="pre">eqns</span></code>, nor <code class="docutils literal notranslate"><span class="pre">ambient_dim</span></code> were specified.</p>
</dd>
</dl>
<dl class="py method">
Expand All @@ -580,7 +580,7 @@ <h2>Polyhedra<a class="headerlink" href="#polyhedra" title="Permalink to this he
<dd><p>Check if given point <code class="docutils literal notranslate"><span class="pre">pt</span></code> is contained in the polyhedron.</p>
<dl class="field-list simple">
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.11)">bool</a></p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)">bool</a></p>
</dd>
</dl>
</dd></dl>
Expand All @@ -592,7 +592,7 @@ <h2>Polyhedra<a class="headerlink" href="#polyhedra" title="Permalink to this he
<p><em>Warning:</em> Equal polyhedra can have different H-representation!</p>
<dl class="field-list simple">
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.11)">bool</a></p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)">bool</a></p>
</dd>
</dl>
</dd></dl>
Expand Down Expand Up @@ -678,7 +678,7 @@ <h2>Polyhedra<a class="headerlink" href="#polyhedra" title="Permalink to this he
<dd class="field-odd"><p>list of <code class="xref py py-class docutils literal notranslate"><span class="pre">sage.vector</span></code></p>
</dd>
<dt class="field-even">Raises<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.11)"><strong>ValueError</strong></a> – polytope is not bounded (use <a class="reference internal" href="#moment_polytopes.HRepr.vrepr" title="moment_polytopes.HRepr.vrepr"><code class="xref py py-func docutils literal notranslate"><span class="pre">vrepr()</span></code></a> to access V-representation)</p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.12)"><strong>ValueError</strong></a> – polytope is not bounded (use <a class="reference internal" href="#moment_polytopes.HRepr.vrepr" title="moment_polytopes.HRepr.vrepr"><code class="xref py py-func docutils literal notranslate"><span class="pre">vrepr()</span></code></a> to access V-representation)</p>
</dd>
</dl>
</dd></dl>
Expand Down Expand Up @@ -712,7 +712,7 @@ <h2>Polyhedra<a class="headerlink" href="#polyhedra" title="Permalink to this he
</ul>
</dd>
<dt class="field-even">Raises<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.11)"><strong>ValueError</strong></a> – neither <code class="docutils literal notranslate"><span class="pre">vertices</span></code>, <code class="docutils literal notranslate"><span class="pre">rays</span></code>, <code class="docutils literal notranslate"><span class="pre">lines</span></code>, nor <code class="docutils literal notranslate"><span class="pre">ambient_dim</span></code> were specified.</p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.12)"><strong>ValueError</strong></a> – neither <code class="docutils literal notranslate"><span class="pre">vertices</span></code>, <code class="docutils literal notranslate"><span class="pre">rays</span></code>, <code class="docutils literal notranslate"><span class="pre">lines</span></code>, nor <code class="docutils literal notranslate"><span class="pre">ambient_dim</span></code> were specified.</p>
</dd>
</dl>
<dl class="py method">
Expand All @@ -722,7 +722,7 @@ <h2>Polyhedra<a class="headerlink" href="#polyhedra" title="Permalink to this he
<p><em>Warning:</em> Equal polyhedra can have different V-representation!</p>
<dl class="field-list simple">
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.11)">bool</a></p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)">bool</a></p>
</dd>
</dl>
</dd></dl>
Expand Down Expand Up @@ -987,7 +987,7 @@ <h2>Combinatorics<a class="headerlink" href="#combinatorics" title="Permalink to
</ul>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.11)">bool</a></p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)">bool</a></p>
</dd>
</dl>
</dd></dl>
Expand All @@ -1006,7 +1006,7 @@ <h2>Combinatorics<a class="headerlink" href="#combinatorics" title="Permalink to
</ul>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.11)">bool</a></p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)">bool</a></p>
</dd>
</dl>
</dd></dl>
Expand Down Expand Up @@ -1091,7 +1091,7 @@ <h2>Combinatorics<a class="headerlink" href="#combinatorics" title="Permalink to
<dd class="field-odd"><p><strong>hs</strong> – a vector of the same length as <a class="reference internal" href="#moment_polytopes.StabilizerGroup.v" title="moment_polytopes.StabilizerGroup.v"><code class="xref py py-attr docutils literal notranslate"><span class="pre">v</span></code></a>.</p>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.11)">tuple</a></p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.12)">tuple</a></p>
</dd>
</dl>
</dd></dl>
Expand All @@ -1105,7 +1105,7 @@ <h2>Combinatorics<a class="headerlink" href="#combinatorics" title="Permalink to
<dd class="field-odd"><p><strong>hs_iterable</strong> – a collection of vectors</p>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#set" title="(in Python v3.11)">set</a> of tuples</p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#set" title="(in Python v3.12)">set</a> of tuples</p>
</dd>
</dl>
</dd></dl>
Expand Down Expand Up @@ -1372,7 +1372,7 @@ <h3 id="searchlabel">Quick search</h3>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2014-2023 Michael Walter.
&copy;2014-2024 Michael Walter.

</div>

Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h3>Related Topics</h3>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2014-2023 Michael Walter.
&copy;2014-2024 Michael Walter.

</div>

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit dfeb91d

Please sign in to comment.