Skip to content

Commit

Permalink
Automatic deploy (build number 609)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConanCI bot committed Feb 2, 2024
1 parent a231050 commit 3af8b98
Show file tree
Hide file tree
Showing 62 changed files with 218 additions and 218 deletions.
Binary file modified 2.0/conan.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions 2.0/reference/commands/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@

<section id="conan-build">
<span id="reference-commands-build"></span><h1>conan build<a class="headerlink" href="#conan-build" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan build -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan build -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">build</span></code> command installs the recipe specified in <code class="docutils literal notranslate"><span class="pre">path</span></code> and calls its <code class="docutils literal notranslate"><span class="pre">build()</span></code> method.</p>
<div class="admonition seealso">
Expand Down
24 changes: 12 additions & 12 deletions 2.0/reference/commands/cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
<p>Perform file operations in the local cache (of recipes and/or packages).</p>
<section id="conan-cache-path">
<h2>conan cache path<a class="headerlink" href="#conan-cache-path" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan cache path -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan cache path -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">cache</span> <span class="pre">path</span></code> returns the path in the cache of a given reference. Depending on the reference, it
could return the path of a recipe, or the path to a package binary.</p>
Expand Down Expand Up @@ -252,8 +252,8 @@ <h2>conan cache path<a class="headerlink" href="#conan-cache-path" title="Link t
</section>
<section id="conan-cache-clean">
<h2>conan cache clean<a class="headerlink" href="#conan-cache-clean" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan cache clean -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan cache clean -h
/usr/local/bin/python: No module named conan
</pre>
<p>This command will remove all temporary folders, along with the source, build and download folder
that Conan generates in its execution. It will do so for every matching reference passed in <em>pattern</em>,
Expand Down Expand Up @@ -284,8 +284,8 @@ <h2>conan cache clean<a class="headerlink" href="#conan-cache-clean" title="Link
</section>
<section id="conan-cache-check-integrity">
<h2>conan cache check-integrity<a class="headerlink" href="#conan-cache-check-integrity" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan cache check-integrity -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan cache check-integrity -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">cache</span> <span class="pre">check-integrity</span></code> command checks the integrity of Conan packages in the
local cache. This means that it will throw an error if any file included in the
Expand All @@ -302,24 +302,24 @@ <h2>conan cache check-integrity<a class="headerlink" href="#conan-cache-check-in
</section>
<section id="conan-cache-backup-upload">
<h2>conan cache backup-upload<a class="headerlink" href="#conan-cache-backup-upload" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan cache backup-upload -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan cache backup-upload -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">cache</span> <span class="pre">backup-upload</span></code> will upload all source backups present in the local cache to the backup server,
(excluding those which have been fetched from the excluded urls listed in the <code class="docutils literal notranslate"><span class="pre">core.sources:exclude_urls</span></code> conf),
regardless of which package they belong to, if any.</p>
</section>
<section id="conan-cache-save">
<h2>conan cache save<a class="headerlink" href="#conan-cache-save" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan cache save -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan cache save -h
/usr/local/bin/python: No module named conan
</pre>
<p>Read more in <a class="reference internal" href="../../devops/save_restore.html#devops-save-restore"><span class="std std-ref">Save and restore packages from/to the cache</span></a>.</p>
</section>
<section id="conan-cache-restore">
<h2>conan cache restore<a class="headerlink" href="#conan-cache-restore" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan cache restore -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan cache restore -h
/usr/local/bin/python: No module named conan
</pre>
<p>Read more in <a class="reference internal" href="../../devops/save_restore.html#devops-save-restore"><span class="std std-ref">Save and restore packages from/to the cache</span></a>.</p>
</section>
Expand Down
16 changes: 8 additions & 8 deletions 2.0/reference/commands/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ <h1>conan config<a class="headerlink" href="#conan-config" title="Link to this h
<p>Manage the Conan configuration in the Conan home.</p>
<section id="conan-config-home">
<h2>conan config home<a class="headerlink" href="#conan-config-home" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan config home -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan config home -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">config</span> <span class="pre">home</span></code> command returns the path of the Conan home folder.</p>
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>$ conan config home
Expand All @@ -157,8 +157,8 @@ <h2>conan config home<a class="headerlink" href="#conan-config-home" title="Link
</section>
<section id="conan-config-install">
<span id="reference-commands-conan-config-install"></span><h2>conan config install<a class="headerlink" href="#conan-config-install" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan config install -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan config install -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">config</span> <span class="pre">install</span></code> command is intended to install in the current home a common shared Conan
configuration, like the definitions of <code class="docutils literal notranslate"><span class="pre">remotes</span></code>, <code class="docutils literal notranslate"><span class="pre">profiles</span></code>, <code class="docutils literal notranslate"><span class="pre">settings</span></code>, <code class="docutils literal notranslate"><span class="pre">hooks</span></code>, <code class="docutils literal notranslate"><span class="pre">extensions</span></code>, etc.</p>
Expand Down Expand Up @@ -234,8 +234,8 @@ <h2>conan config home<a class="headerlink" href="#conan-config-home" title="Link
</section>
<section id="conan-config-list">
<h2>conan config list<a class="headerlink" href="#conan-config-list" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan config list -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan config list -h
/usr/local/bin/python: No module named conan
</pre>
<p>Displays all the Conan built-in configurations. There are 2 groups:</p>
<ul class="simple">
Expand Down Expand Up @@ -350,8 +350,8 @@ <h2>conan config list<a class="headerlink" href="#conan-config-list" title="Link
</section>
<section id="conan-config-show">
<h2>conan config show<a class="headerlink" href="#conan-config-show" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan config show -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan config show -h
/usr/local/bin/python: No module named conan
</pre>
<p>Shows the values of the conf items that match the given pattern.</p>
<p>For a <em>global.conf</em> consisting of</p>
Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@

<section id="conan-create">
<h1>conan create<a class="headerlink" href="#conan-create" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan create -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan create -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">create</span></code> command creates a package from the recipe specified in <code class="docutils literal notranslate"><span class="pre">path</span></code>.</p>
<p>This command will first <strong class="command">export</strong> the recipe to the local cache and then build
Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@

<section id="conan-download">
<span id="reference-commands-download"></span><h1>conan download<a class="headerlink" href="#conan-download" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan download -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan download -h
/usr/local/bin/python: No module named conan
</pre>
<p>Downloads recipe and binaries to the local cache from the specified remote.</p>
<div class="admonition note">
Expand Down
12 changes: 6 additions & 6 deletions 2.0/reference/commands/editable.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,20 @@
<p>Allow working with a package that resides in user folder.</p>
<section id="conan-editable-add">
<h2>conan editable add<a class="headerlink" href="#conan-editable-add" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan editable add -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan editable add -h
/usr/local/bin/python: No module named conan
</pre>
</section>
<section id="conan-editable-remove">
<h2>conan editable remove<a class="headerlink" href="#conan-editable-remove" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan editable remove -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan editable remove -h
/usr/local/bin/python: No module named conan
</pre>
</section>
<section id="conan-editable-list">
<h2>conan editable list<a class="headerlink" href="#conan-editable-list" title="Link to this heading"></a></h2>
<pre class="command-help literal-block">$ conan editable list -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan editable list -h
/usr/local/bin/python: No module named conan
</pre>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/export-pkg.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@

<section id="conan-export-pkg">
<span id="reference-commands-export-pkg"></span><h1>conan export-pkg<a class="headerlink" href="#conan-export-pkg" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan export-pkg -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan export-pkg -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">export-pkg</span></code> command creates a package binary directly from pre-compiled binaries in a user folder. This command can be useful in different cases:</p>
<ul class="simple">
Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/export.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@

<section id="conan-export">
<h1>conan export<a class="headerlink" href="#conan-export" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan export -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan export -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">export</span></code> command exports the recipe specified in <code class="docutils literal notranslate"><span class="pre">path</span></code> to the Conan package cache.</p>
<section id="output-formats">
Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/graph/build_order.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@

<section id="conan-graph-build-order">
<h1>conan graph build-order<a class="headerlink" href="#conan-graph-build-order" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan graph build-order -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan graph build-order -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">graph</span> <span class="pre">build-order</span></code> command computes build order of the dependency graph for the recipe specified in <code class="docutils literal notranslate"><span class="pre">path</span></code>.</p>
<p><strong>Example</strong>:</p>
Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/graph/build_order_merge.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@

<section id="conan-graph-build-order-merge">
<h1>conan graph build-order-merge<a class="headerlink" href="#conan-graph-build-order-merge" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan graph build-order-merge -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan graph build-order-merge -h
/usr/local/bin/python: No module named conan
</pre>
</section>

Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/graph/explain.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@

<section id="conan-graph-explain">
<span id="reference-graph-explain"></span><h1>conan graph explain<a class="headerlink" href="#conan-graph-explain" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan graph explain -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan graph explain -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">graph</span> <span class="pre">explain</span></code> tries to give a more detailed explanation for a package that might be missing with the configuration provided and show the differences between the expected binary package and the available ones.
It helps to understand what is missing from the package requested, whether it is different options, different settings or different dependencies.</p>
Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/graph/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@

<section id="conan-graph-info">
<span id="reference-graph-info"></span><h1>conan graph info<a class="headerlink" href="#conan-graph-info" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan graph info -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan graph info -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">graph</span> <span class="pre">info</span></code> command shows information about the dependency graph for the recipe specified in <code class="docutils literal notranslate"><span class="pre">path</span></code>.</p>
<p><strong>Examples</strong>:</p>
Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/inspect.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
<p>This feature is experimental and subject to breaking changes.
See <a class="reference internal" href="../../introduction.html#stability"><span class="std std-ref">the Conan stability</span></a> section for more information.</p>
</div>
<pre class="command-help literal-block">$ conan inspect -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan inspect -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <strong class="command">conan inspect</strong> command shows the public attributes of any recipe (<cite>conanfile.py</cite>) as follows:</p>
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>$ conan inspect .
Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@

<section id="conan-install">
<span id="reference-commands-install"></span><h1>conan install<a class="headerlink" href="#conan-install" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan install -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan install -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">install</span></code> command is one of the main Conan commands, and it is used to resolve and install dependencies.</p>
<p>This command does the following:</p>
Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@

<section id="conan-list">
<span id="reference-commands-list"></span><h1>conan list<a class="headerlink" href="#conan-list" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan list -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan list -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">list</span></code> command can list recipes and packages from the local cache, from the
specified remotes or from both. This command uses a <em>reference pattern</em> as input. The
Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/lock.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ <h1>conan lock<a class="headerlink" href="#conan-lock" title="Link to this headi
<li><p><a class="reference internal" href="lock/create.html"><span class="doc">conan lock create</span></a>: Evaluates a dependency graph and save a lockfile</p></li>
<li><p><a class="reference internal" href="lock/merge.html"><span class="doc">conan lock merge</span></a>: Merge several existing lockfiles into one.</p></li>
</ul>
<pre class="command-help literal-block">$ conan lock -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan lock -h
/usr/local/bin/python: No module named conan
</pre>
</section>

Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/lock/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@

<section id="conan-lock-add">
<h1>conan lock add<a class="headerlink" href="#conan-lock-add" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan lock add -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan lock add -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">lock</span> <span class="pre">add</span></code> command is able to add a package version to an existing or new lockfile <code class="docutils literal notranslate"><span class="pre">requires</span></code>, <code class="docutils literal notranslate"><span class="pre">build_requires</span></code> or <code class="docutils literal notranslate"><span class="pre">python_requires</span></code>.</p>
<p>For example, the following is able to create a lockfile (by default, named <code class="docutils literal notranslate"><span class="pre">conan.lock</span></code>):</p>
Expand Down
4 changes: 2 additions & 2 deletions 2.0/reference/commands/lock/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@

<section id="conan-lock-create">
<h1>conan lock create<a class="headerlink" href="#conan-lock-create" title="Link to this heading"></a></h1>
<pre class="command-help literal-block">$ conan lock create -h
/bin/sh: 1: conan: not found
<pre class="command-help literal-block">$ python -m conan lock create -h
/usr/local/bin/python: No module named conan
</pre>
<p>The <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">lock</span> <span class="pre">create</span></code> command creates a lockfile for the recipe or reference specified in <code class="docutils literal notranslate"><span class="pre">path</span></code> or <code class="docutils literal notranslate"><span class="pre">--requires</span></code>.
This command will compute the dependency graph, evaluate which binaries do exist or need to be built, but it will
Expand Down
Loading

0 comments on commit 3af8b98

Please sign in to comment.