File tree Expand file tree Collapse file tree 5 files changed +41
-1
lines changed
Expand file tree Collapse file tree 5 files changed +41
-1
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,24 @@ Note that only the **documented** public members of these classes are guaranteed
1919and 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
Original file line number Diff line number Diff line change 1+ Audit API
2+ ============
3+
4+ .. include :: ../../../common/experimental_warning.inc
5+
6+ .. currentmodule :: conan.api.subapi.audit
7+
8+ .. autoclass :: AuditAPI
9+ :members:
Original file line number Diff line number Diff line change 1+ Cache API
2+ ==========
3+
4+ .. include :: ../../../common/experimental_warning.inc
5+
6+ .. currentmodule :: conan.api.subapi.cache
7+
8+ .. autoclass :: CacheAPI
9+ :members:
Original file line number Diff line number Diff line change 1+ Lockfile API
2+ ============
3+
4+ .. include :: ../../../common/experimental_warning.inc
5+
6+ .. currentmodule :: conan.api.subapi.lockfile
7+
8+ .. autoclass :: LockfileAPI
9+ :members:
Original file line number Diff line number Diff line change 1+ Report API
2+ ==========
3+
4+ .. include :: ../../../common/experimental_warning.inc
5+
6+ .. currentmodule :: conan.api.subapi.report
7+
8+ .. autoclass :: ReportAPI
9+ :members:
You can’t perform that action at this time.
0 commit comments