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
21
21
configuration
22
22
config-generation
23
23
cli
24
+ api
24
25
developing
25
26
history
26
27
You can’t perform that action at this time.
0 commit comments