mirror of https://github.com/Nonannet/pyhoff.git
Deploying to gh-pages from @ Nonannet/pyhoff@bd61fa67bd 🚀
This commit is contained in:
parent
e25711a7fa
commit
8fccd754cf
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2025 Nicolas Kruse
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
File diff suppressed because it is too large
Load Diff
1000
genindex.html
1000
genindex.html
File diff suppressed because it is too large
Load Diff
|
@ -44,7 +44,7 @@
|
||||||
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="toctree-l1"><a class="reference internal" href="readme.html">Pyhoff</a></li>
|
<li class="toctree-l1"><a class="reference internal" href="readme.html">Pyhoff</a></li>
|
||||||
<li class="toctree-l1"><a class="reference internal" href="modules.html">Classes</a></li>
|
<li class="toctree-l1"><a class="reference internal" href="modules.html">Classes and Modules</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -83,10 +83,11 @@
|
||||||
<li class="toctree-l2"><a class="reference internal" href="readme.html#license">License</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="readme.html#license">License</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="toctree-l1"><a class="reference internal" href="modules.html">Classes</a><ul>
|
<li class="toctree-l1"><a class="reference internal" href="modules.html">Classes and Modules</a><ul>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="modules.html#bus-coupler">Bus coupler</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="modules.html#bus-coupler">Bus coupler</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="modules.html#beckhoff-bus-terminals">Beckhoff bus terminals</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="modules.html#beckhoff-bus-terminals">Beckhoff bus terminals</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="modules.html#wago-bus-terminals">WAGO bus terminals</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="modules.html#wago-bus-terminals">WAGO bus terminals</a></li>
|
||||||
|
<li class="toctree-l2"><a class="reference internal" href="modules.html#generic-bus-terminals">Generic bus terminals</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="modules.html#base-classes">Base classes</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="modules.html#base-classes">Base classes</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="modules.html#modbus">Modbus</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="modules.html#modbus">Modbus</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -196,7 +197,7 @@ Ensure that everything is set up correctly by running the tests:</p>
|
||||||
</section>
|
</section>
|
||||||
<section id="license">
|
<section id="license">
|
||||||
<h2>License<a class="headerlink" href="#license" title="Link to this heading"></a></h2>
|
<h2>License<a class="headerlink" href="#license" title="Link to this heading"></a></h2>
|
||||||
<p>This project is licensed under the MIT License - see the <a class="reference internal" href="#LICENSE"><span class="xref myst">LICENSE</span></a> file for details.</p>
|
<p>This project is licensed under the MIT License - see the <a class="reference download internal" download="" href="_downloads/9879d6db96fd29134fc802214163b95a/LICENSE"><span class="xref download myst">LICENSE</span></a> file for details.</p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
8063
modules.html
8063
modules.html
File diff suppressed because it is too large
Load Diff
BIN
objects.inv
BIN
objects.inv
Binary file not shown.
|
@ -19,7 +19,7 @@
|
||||||
<script src="_static/js/theme.js"></script>
|
<script src="_static/js/theme.js"></script>
|
||||||
<link rel="index" title="Index" href="genindex.html" />
|
<link rel="index" title="Index" href="genindex.html" />
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="next" title="Classes" href="modules.html" />
|
<link rel="next" title="Classes and Modules" href="modules.html" />
|
||||||
<link rel="prev" title="Pyhoff" href="index.html" />
|
<link rel="prev" title="Pyhoff" href="index.html" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
<li class="toctree-l2"><a class="reference internal" href="#license">License</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="#license">License</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="toctree-l1"><a class="reference internal" href="modules.html">Classes</a></li>
|
<li class="toctree-l1"><a class="reference internal" href="modules.html">Classes and Modules</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -187,7 +187,7 @@ Ensure that everything is set up correctly by running the tests:</p>
|
||||||
</section>
|
</section>
|
||||||
<section id="license">
|
<section id="license">
|
||||||
<h2>License<a class="headerlink" href="#license" title="Link to this heading"></a></h2>
|
<h2>License<a class="headerlink" href="#license" title="Link to this heading"></a></h2>
|
||||||
<p>This project is licensed under the MIT License - see the <a class="reference internal" href="#LICENSE"><span class="xref myst">LICENSE</span></a> file for details.</p>
|
<p>This project is licensed under the MIT License - see the <a class="reference download internal" download="" href="_downloads/9879d6db96fd29134fc802214163b95a/LICENSE"><span class="xref download myst">LICENSE</span></a> file for details.</p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -196,7 +196,7 @@ Ensure that everything is set up correctly by running the tests:</p>
|
||||||
</div>
|
</div>
|
||||||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
||||||
<a href="index.html" class="btn btn-neutral float-left" title="Pyhoff" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
<a href="index.html" class="btn btn-neutral float-left" title="Pyhoff" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
||||||
<a href="modules.html" class="btn btn-neutral float-right" title="Classes" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
<a href="modules.html" class="btn btn-neutral float-right" title="Classes and Modules" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="toctree-l1"><a class="reference internal" href="readme.html">Pyhoff</a></li>
|
<li class="toctree-l1"><a class="reference internal" href="readme.html">Pyhoff</a></li>
|
||||||
<li class="toctree-l1"><a class="reference internal" href="modules.html">Classes</a></li>
|
<li class="toctree-l1"><a class="reference internal" href="modules.html">Classes and Modules</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue