Skip to content

Commit

Permalink
Automatic deploy (build number 615)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConanCI bot committed Feb 5, 2024
1 parent 97b51fa commit 14d5ac9
Show file tree
Hide file tree
Showing 617 changed files with 1,806 additions and 1,682 deletions.
4 changes: 2 additions & 2 deletions 2.0/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/css/conan.css?v=2e89a5c2" />
<link rel="stylesheet" type="text/css" href="_static/css/conan.css?v=7d9e9f1e" />


<link rel="shortcut icon" href="_static/conan-favicon.png"/>
Expand Down Expand Up @@ -119,7 +119,7 @@ <h1>Page Not Found<a class="headerlink" href="#page-not-found" title="Link to th

<div role="contentinfo">
<p>&#169; Copyright 2016-2024, JFrog.
<span class="lastupdated">Last updated on Feb 02, 2024.
<span class="lastupdated">Last updated on Feb 05, 2024.
</span></p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions 2.0/Page Not Found.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="/en/latest/_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="/en/latest/_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="/en/latest/_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="/en/latest/_static/css/conan.css?v=2e89a5c2" />
<link rel="stylesheet" type="text/css" href="/en/latest/_static/css/conan.css?v=7d9e9f1e" />


<link rel="shortcut icon" href="/en/latest/_static/conan-favicon.png"/>
Expand Down Expand Up @@ -112,7 +112,7 @@ <h1>Page not found</h1>

<div role="contentinfo">
<p>&#169; Copyright 2016-2024, JFrog.
<span class="lastupdated">Last updated on Feb 02, 2024.
<span class="lastupdated">Last updated on Feb 05, 2024.
</span></p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/build.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
conan build
===========

.. autohelp::
:command: conan build
.. autocommand::
:command: conan build -h


The ``conan build`` command installs the recipe specified in ``path`` and calls its ``build()`` method.
Expand Down
24 changes: 12 additions & 12 deletions 2.0/_sources/reference/commands/cache.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Perform file operations in the local cache (of recipes and/or packages).
conan cache path
----------------

.. autohelp::
:command: conan cache path
.. autocommand::
:command: conan cache path -h


The ``conan cache path`` returns the path in the cache of a given reference. Depending on the reference, it
Expand Down Expand Up @@ -140,8 +140,8 @@ Again, the "build" folder will only exist if the package was built from source.
conan cache clean
-----------------

.. autohelp::
:command: conan cache clean
.. autocommand::
:command: conan cache clean -h


This command will remove all temporary folders, along with the source, build and download folder
Expand Down Expand Up @@ -183,8 +183,8 @@ unless a specific flag is supplied, in which case only the specified folders wil
conan cache check-integrity
---------------------------

.. autohelp::
:command: conan cache check-integrity
.. autocommand::
:command: conan cache check-integrity -h


The ``conan cache check-integrity`` command checks the integrity of Conan packages in the
Expand All @@ -206,8 +206,8 @@ For example, to verify the integrity of the whole Conan local cache, do:
conan cache backup-upload
-------------------------

.. autohelp::
:command: conan cache backup-upload
.. autocommand::
:command: conan cache backup-upload -h


The ``conan cache backup-upload`` will upload all source backups present in the local cache to the backup server,
Expand All @@ -219,8 +219,8 @@ regardless of which package they belong to, if any.
conan cache save
----------------

.. autohelp::
:command: conan cache save
.. autocommand::
:command: conan cache save -h


Read more in :ref:`devops_save_restore`.
Expand All @@ -229,8 +229,8 @@ Read more in :ref:`devops_save_restore`.
conan cache restore
-------------------

.. autohelp::
:command: conan cache restore
.. autocommand::
:command: conan cache restore -h


Read more in :ref:`devops_save_restore`.
21 changes: 12 additions & 9 deletions 2.0/_sources/reference/commands/config.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Manage the Conan configuration in the Conan home.
conan config home
-----------------

.. autohelp::
:command: conan config home
.. autocommand::
:command: conan config home -h


The ``conan config home`` command returns the path of the Conan home folder.
Expand All @@ -17,14 +17,16 @@ The ``conan config home`` command returns the path of the Conan home folder.
$ conan config home
/home/user/.conan2
.. _reference_commands_conan_config_install:

conan config install
--------------------

.. autohelp::
:command: conan config install
.. autocommand::
:command: conan config install -h


The ``conan config install`` command is intended to install in the current home a common shared Conan
Expand Down Expand Up @@ -115,8 +117,8 @@ See `conan-io/command-extensions's .conanignore <https://github.com/conan-io/com
conan config list
-----------------

.. autohelp::
:command: conan config list
.. autocommand::
:command: conan config list -h


Displays all the Conan built-in configurations. There are 2 groups:
Expand All @@ -126,7 +128,8 @@ Displays all the Conan built-in configurations. There are 2 groups:
recipes and tools used within recipes, like ``CMakeToolchain``


.. include:: ../../common/config_list.inc
.. autocommand::
:command: conan config list


.. seealso::
Expand All @@ -137,8 +140,8 @@ Displays all the Conan built-in configurations. There are 2 groups:
conan config show
-----------------

.. autohelp::
:command: conan config show
.. autocommand::
:command: conan config show -h


Shows the values of the conf items that match the given pattern.
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/create.rst.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
conan create
============

.. autohelp::
:command: conan create
.. autocommand::
:command: conan create -h


The ``conan create`` command creates a package from the recipe specified in ``path``.
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/download.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
conan download
==============

.. autohelp::
:command: conan download
.. autocommand::
:command: conan download -h


Downloads recipe and binaries to the local cache from the specified remote.
Expand Down
12 changes: 6 additions & 6 deletions 2.0/_sources/reference/commands/editable.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ Allow working with a package that resides in user folder.
conan editable add
------------------

.. autohelp::
:command: conan editable add
.. autocommand::
:command: conan editable add -h


conan editable remove
---------------------

.. autohelp::
:command: conan editable remove
.. autocommand::
:command: conan editable remove -h


conan editable list
-------------------

.. autohelp::
:command: conan editable list
.. autocommand::
:command: conan editable list -h


.. seealso::
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/export-pkg.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
conan export-pkg
================

.. autohelp::
:command: conan export-pkg
.. autocommand::
:command: conan export-pkg -h


The ``conan export-pkg`` command creates a package binary directly from pre-compiled binaries in a user folder. This command can be useful in different cases:
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/export.rst.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
conan export
============

.. autohelp::
:command: conan export
.. autocommand::
:command: conan export -h


The ``conan export`` command exports the recipe specified in ``path`` to the Conan package cache.
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/graph/build_order.rst.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
conan graph build-order
=======================

.. autohelp::
:command: conan graph build-order
.. autocommand::
:command: conan graph build-order -h


The ``conan graph build-order`` command computes build order of the dependency graph for the recipe specified in ``path``.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
conan graph build-order-merge
=============================

.. autohelp::
:command: conan graph build-order-merge
.. autocommand::
:command: conan graph build-order-merge -h
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/graph/explain.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
conan graph explain
===================

.. autohelp::
:command: conan graph explain
.. autocommand::
:command: conan graph explain -h

The ``conan graph explain`` 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.
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/graph/info.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
conan graph info
================

.. autohelp::
:command: conan graph info
.. autocommand::
:command: conan graph info -h


The ``conan graph info`` command shows information about the dependency graph for the recipe specified in ``path``.
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/inspect.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ conan inspect

.. include:: ../../common/experimental_warning.inc

.. autohelp::
:command: conan inspect
.. autocommand::
:command: conan inspect -h


The :command:`conan inspect` command shows the public attributes of any recipe (`conanfile.py`) as follows:
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
conan install
=============

.. autohelp::
:command: conan install
.. autocommand::
:command: conan install -h


The ``conan install`` command is one of the main Conan commands, and it is used to resolve and install dependencies.
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/list.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
conan list
==========

.. autohelp::
:command: conan list
.. autocommand::
:command: conan list -h


The ``conan list`` command can list recipes and packages from the local cache, from the
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/lock.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ In addition to these commands, most of the Conan commands that compute a graph,
- :doc:`conan lock merge <lock/merge>`: Merge several existing lockfiles into one.


.. autohelp::
:command: conan lock
.. autocommand::
:command: conan lock -h
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/lock/add.rst.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
conan lock add
==============

.. autohelp::
:command: conan lock add
.. autocommand::
:command: conan lock add -h


The ``conan lock add`` command is able to add a package version to an existing or new lockfile ``requires``, ``build_requires`` or ``python_requires``.
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/lock/create.rst.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
conan lock create
=================

.. autohelp::
:command: conan lock create
.. autocommand::
:command: conan lock create -h


The ``conan lock create`` command creates a lockfile for the recipe or reference specified in ``path`` or ``--requires``.
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/lock/merge.rst.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
conan lock merge
================

.. autohelp::
:command: conan lock merge
.. autocommand::
:command: conan lock merge -h


The ``conan lock merge`` command takes 2 or more lockfiles and aggregate them, producing one final lockfile.
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/lock/remove.rst.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
conan lock remove
=================

.. autohelp::
:command: conan lock remove
.. autocommand::
:command: conan lock remove -h


The ``conan lock remove`` command is able to remove ``requires``, ``build_requires`` or ``python_requires`` items from an existing lockfile.
Expand Down
4 changes: 2 additions & 2 deletions 2.0/_sources/reference/commands/new.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Create a new recipe (with a conanfile.py and other associated files) from either
conan new
---------

.. autohelp::
:command: conan new
.. autocommand::
:command: conan new -h


The ``conan new`` command creates a new recipe in the current working directory,
Expand Down
Loading

0 comments on commit 14d5ac9

Please sign in to comment.