Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion reference/extensions/python_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,24 @@ Note that only the **documented** public members of these classes are guaranteed
and the rest of the members are considered private and can change without notice.

.. toctree::
:maxdepth: 2
:maxdepth: 1

python_api/ConanAPI
python_api/AuditAPI
python_api/CacheAPI
python_api/CommandAPI
python_api/ConfigAPI
python_api/DownloadAPI
python_api/ExportAPI
python_api/GraphAPI
python_api/InstallAPI
python_api/ListAPI
python_api/LockfileAPI
python_api/NewAPI
python_api/ProfilesAPI
python_api/RemotesAPI
python_api/RemoveAPI
python_api/ReportAPI
python_api/UploadAPI

There are also some model classes that represent the data structures used in the API.
Expand Down
9 changes: 9 additions & 0 deletions reference/extensions/python_api/AuditAPI.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Audit API
============

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

.. currentmodule:: conan.api.subapi.audit

.. autoclass:: AuditAPI
:members:
9 changes: 9 additions & 0 deletions reference/extensions/python_api/CacheAPI.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Cache API
==========

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

.. currentmodule:: conan.api.subapi.cache

.. autoclass:: CacheAPI
:members:
9 changes: 9 additions & 0 deletions reference/extensions/python_api/LockfileAPI.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Lockfile API
============

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

.. currentmodule:: conan.api.subapi.lockfile

.. autoclass:: LockfileAPI
:members:
9 changes: 9 additions & 0 deletions reference/extensions/python_api/ReportAPI.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Report API
==========

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

.. currentmodule:: conan.api.subapi.report

.. autoclass:: ReportAPI
:members: