File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ (api)=
2+
3+ # API Reference
4+
5+ :::{seealso}
6+ See {ref}` libvcs's API <libvcs:api> ` and {ref}` Quickstart <libvcs:quickstart> ` to see how you can control
7+ VCS systems via python API calls.
8+ :::
9+
10+ ## Internals
11+
12+ :::{warning}
13+ These APIs are purely internal not covered by versioning policies, they can and will break between versions.
14+ If you need an internal API stabilized please [ file an issue] ( https://github.com/vcs-python/libvcs/issues ) .
15+ :::
16+
17+ ## Exceptions
18+
19+ ``` {eval-rst}
20+ .. autoexception:: vcspull.exc.VCSPullException
21+ ```
22+
23+ ``` {eval-rst}
24+ .. autoexception:: vcspull.exc.MultipleConfigWarning
25+ ```
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ quickstart
2121configuration
2222config-generation
2323cli
24+ api
2425developing
2526history
2627
You can’t perform that action at this time.
0 commit comments