Skip to content

Commit 2be3cd9

Browse files
authored
more Conan API (#4334)
1 parent 9e90c99 commit 2be3cd9

File tree

5 files changed

+41
-1
lines changed

5 files changed

+41
-1
lines changed

reference/extensions/python_api.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,24 @@ Note that only the **documented** public members of these classes are guaranteed
1919
and the rest of the members are considered private and can change without notice.
2020

2121
.. toctree::
22-
:maxdepth: 2
22+
:maxdepth: 1
2323

2424
python_api/ConanAPI
25+
python_api/AuditAPI
26+
python_api/CacheAPI
2527
python_api/CommandAPI
2628
python_api/ConfigAPI
2729
python_api/DownloadAPI
2830
python_api/ExportAPI
2931
python_api/GraphAPI
3032
python_api/InstallAPI
3133
python_api/ListAPI
34+
python_api/LockfileAPI
3235
python_api/NewAPI
3336
python_api/ProfilesAPI
3437
python_api/RemotesAPI
3538
python_api/RemoveAPI
39+
python_api/ReportAPI
3640
python_api/UploadAPI
3741

3842
.. include:: ../../common/subapi_instantiation_warning.inc
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Audit API
2+
============
3+
4+
.. include:: ../../../common/experimental_warning.inc
5+
6+
.. currentmodule:: conan.api.subapi.audit
7+
8+
.. autoclass:: AuditAPI
9+
:members:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Cache API
2+
==========
3+
4+
.. include:: ../../../common/experimental_warning.inc
5+
6+
.. currentmodule:: conan.api.subapi.cache
7+
8+
.. autoclass:: CacheAPI
9+
:members:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Lockfile API
2+
============
3+
4+
.. include:: ../../../common/experimental_warning.inc
5+
6+
.. currentmodule:: conan.api.subapi.lockfile
7+
8+
.. autoclass:: LockfileAPI
9+
:members:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Report API
2+
==========
3+
4+
.. include:: ../../../common/experimental_warning.inc
5+
6+
.. currentmodule:: conan.api.subapi.report
7+
8+
.. autoclass:: ReportAPI
9+
:members:

0 commit comments

Comments
 (0)