Skip to content

Commit 0d664fa

Browse files
committed
docs: New pages
1 parent 5cc3660 commit 0d664fa

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

docs/api/cli/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
:caption: General commands
99
:maxdepth: 1
1010
11-
sync
1211
```
1312

1413
## vcspull CLI - `vcspull.cli`
@@ -19,3 +18,12 @@ sync
1918
:show-inheritance:
2019
:undoc-members:
2120
```
21+
22+
## Commands - `vcspull.cli.commands`
23+
24+
```{eval-rst}
25+
.. automodule:: vcspull.cli.commands
26+
:members:
27+
:show-inheritance:
28+
:undoc-members:
29+
```

docs/api/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ If you need an internal API stabilized please [file an issue](https://github.com
2323

2424
```{toctree}
2525
cli/index
26-
exc
27-
log
28-
internals/index
29-
validator
30-
util
3126
types
27+
logger
3228
```

docs/api/logger.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Logging - `vcspull._internal.logger`
2+
3+
```{eval-rst}
4+
.. automodule:: vcspull._internal.logger
5+
:members:
6+
:show-inheritance:
7+
:undoc-members:
8+
```

0 commit comments

Comments
 (0)