Deploying to readthedocs from @ chillerlan/php-qrcode@91975f191f 🚀

This commit is contained in:
codemasher
2023-09-03 18:04:36 +00:00
parent 0064fd5cd7
commit 41f2c12197
31 changed files with 304 additions and 247 deletions
+9 -9
View File
@@ -12,11 +12,11 @@
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script src="_static/jquery.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=a8da1a53"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
@@ -268,10 +268,10 @@
<div itemprop="articleBody">
<section id="qroutputinterface">
<h1>QROutputInterface<a class="headerlink" href="#qroutputinterface" title="Permalink to this heading"></a></h1>
<h1>QROutputInterface<a class="headerlink" href="#qroutputinterface" title="Link to this heading"></a></h1>
<p>The full phpDocumentor API documentation can be found at <a class="reference external" href="https://chillerlan.github.io/php-qrcode/classes/chillerlan-QRCode-Output-QROutputInterface.html">chillerlan.github.io/php-qrcode</a>.</p>
<section id="methods">
<h2>Methods<a class="headerlink" href="#methods" title="Permalink to this heading"></a></h2>
<h2>Methods<a class="headerlink" href="#methods" title="Link to this heading"></a></h2>
<!-- using non-breaking spaces chr(255) in the longest method signature to force the silly table to stretch -->
<table class="docutils align-default">
<thead>
@@ -283,7 +283,7 @@
<tbody>
<tr class="row-even"><td><p>(static) <code class="docutils literal notranslate"><span class="pre">moduleValueIsValid($value)</span></code></p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">bool</span></code></p></td>
<td><p>Determines whether the given value is valid</p></td>
<td><p>Checks whether the given value is valid for the current output class</p></td>
</tr>
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">dump(string</span> <span class="pre">$file</span> <span class="pre">=</span> <span class="pre">null)</span></code></p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">mixed</span></code></p></td>
@@ -293,7 +293,7 @@
</table>
</section>
<section id="constants">
<h2>Constants<a class="headerlink" href="#constants" title="Permalink to this heading"></a></h2>
<h2>Constants<a class="headerlink" href="#constants" title="Link to this heading"></a></h2>
<table class="docutils align-default">
<thead>
<tr class="row-odd"><th class="head"><p>name</p></th>