Updated docs
This commit is contained in:
16
docs/build/html/setup.html
vendored
16
docs/build/html/setup.html
vendored
@@ -58,9 +58,11 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to CPL</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_cli.html">CLI Reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_core.html">API Reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_query.html">Query Reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_cli.html">CLI reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_core.html">API reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_discord.html">Discord reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_query.html">Query reference</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="cpl_translation.html">Translation reference</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
@@ -118,7 +120,7 @@
|
||||
<section id="install-the-package">
|
||||
<h2>Install the package<a class="headerlink" href="#install-the-package" title="Permalink to this heading"></a></h2>
|
||||
<p>To install the package, open a terminal window and run the following command:</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>pip install sh_cpl-core --extra-index-url https://pip.sh-edraft.de
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>pip install cpl-core --extra-index-url https://pip.sh-edraft.de
|
||||
</pre></div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -126,14 +128,14 @@
|
||||
<h2>Install the CLI<a class="headerlink" href="#install-the-cli" title="Permalink to this heading"></a></h2>
|
||||
<p>You use the CPL CLI to create projects, generate application and library code. You also use the CLI to build and publish your python packages.</p>
|
||||
<p>To install the CLI, open a terminal window and run the following command:</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>pip install sh_cpl-cli --extra-index-url https://pip.sh-edraft.de
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>pip install cpl-cli --extra-index-url https://pip.sh-edraft.de
|
||||
</pre></div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="install-the-query">
|
||||
<h2>Install the query<a class="headerlink" href="#install-the-query" title="Permalink to this heading"></a></h2>
|
||||
<p>To install the package, open a terminal window and run the following command:</p>
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>pip install sh_cpl-query --extra-index-url https://pip.sh-edraft.de
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>pip install cpl-query --extra-index-url https://pip.sh-edraft.de
|
||||
</pre></div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -206,7 +208,7 @@
|
||||
<hr/>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>© Copyright 2021, Sven Heidemann.</p>
|
||||
<p>© Copyright 2021 - 2023, Sven Heidemann.</p>
|
||||
</div>
|
||||
|
||||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
|
||||
|
Reference in New Issue
Block a user