Skip to content

Commit

Permalink
Deploying to gh-pages from @ 84ebe7d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
psomhorst committed Sep 20, 2024
1 parent 6703c59 commit e236ab5
Show file tree
Hide file tree
Showing 10 changed files with 6 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: 0dfd7f4ebf471e795526b990ab57e07a
config: ffdec1598330122acbb485673ec2be7b
tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ Module Contents
.. py:method:: __setattr__(attr: str, value: typing_extensions.Any)
Implement setattr(self, name, value).


.. py:method:: copy(label: str, *, name: str | None = None, unit: str | None = None, description: str | None = None, parameters: dict | None = None) -> typing_extensions.Self
Expand Down
3 changes: 0 additions & 3 deletions _sources/autoapi/eitprocessing/datahandling/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ Package Contents

.. py:method:: __eq__(other: object) -> bool
Return self==value.


.. py:method:: _eq_dataclass(other: object) -> bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ Module Contents

.. py:method:: __eq__(other: object) -> bool
Return self==value.


.. py:method:: _eq_dataclass(other: object) -> bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ Module Contents

.. py:method:: __repr__() -> str
Return repr(self).


.. py:method:: __len__() -> int
Expand Down
3 changes: 1 addition & 2 deletions autoapi/eitprocessing/datahandling/continuousdata/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
<dl class="py method">
<dt class="sig sig-object py" id="eitprocessing.datahandling.continuousdata.ContinuousData.__setattr__">
<span class="sig-name descname"><span class="pre">__setattr__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">attr</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><span class="pre">str</span></a></span></em>, <em class="sig-param"><span class="n"><span class="pre">value</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">typing_extensions.Any</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../../../_modules/eitprocessing/datahandling/continuousdata.html#ContinuousData.__setattr__"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#eitprocessing.datahandling.continuousdata.ContinuousData.__setattr__" title="Link to this definition"></a></dt>
<dd><p>Implement setattr(self, name, value).</p>
</dd></dl>
<dd></dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="eitprocessing.datahandling.continuousdata.ContinuousData.copy">
Expand Down
3 changes: 1 addition & 2 deletions autoapi/eitprocessing/datahandling/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ <h2>Package Contents<a class="headerlink" href="#package-contents" title="Link t
<dl class="py method">
<dt class="sig sig-object py" id="eitprocessing.datahandling.Equivalence.__eq__">
<span class="sig-name descname"><span class="pre">__eq__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">other</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#object" title="(in Python v3.12)"><span class="pre">object</span></a></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)"><span class="pre">bool</span></a></span></span><a class="reference internal" href="../../../_modules/eitprocessing/datahandling/mixins/equality.html#Equivalence.__eq__"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#eitprocessing.datahandling.Equivalence.__eq__" title="Link to this definition"></a></dt>
<dd><p>Return self==value.</p>
</dd></dl>
<dd></dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="eitprocessing.datahandling.Equivalence._eq_dataclass">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
<dl class="py method">
<dt class="sig sig-object py" id="eitprocessing.datahandling.mixins.equality.Equivalence.__eq__">
<span class="sig-name descname"><span class="pre">__eq__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">other</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#object" title="(in Python v3.12)"><span class="pre">object</span></a></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)"><span class="pre">bool</span></a></span></span><a class="reference internal" href="../../../../../_modules/eitprocessing/datahandling/mixins/equality.html#Equivalence.__eq__"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#eitprocessing.datahandling.mixins.equality.Equivalence.__eq__" title="Link to this definition"></a></dt>
<dd><p>Return self==value.</p>
</dd></dl>
<dd></dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="eitprocessing.datahandling.mixins.equality.Equivalence._eq_dataclass">
Expand Down
3 changes: 1 addition & 2 deletions autoapi/eitprocessing/datahandling/sparsedata/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
<dl class="py method">
<dt class="sig sig-object py" id="eitprocessing.datahandling.sparsedata.SparseData.__repr__">
<span class="sig-name descname"><span class="pre">__repr__</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><span class="pre">str</span></a></span></span><a class="reference internal" href="../../../../_modules/eitprocessing/datahandling/sparsedata.html#SparseData.__repr__"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#eitprocessing.datahandling.sparsedata.SparseData.__repr__" title="Link to this definition"></a></dt>
<dd><p>Return repr(self).</p>
</dd></dl>
<dd></dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="eitprocessing.datahandling.sparsedata.SparseData.__len__">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit e236ab5

Please sign in to comment.