Skip to content

Commit 71b279f

Browse files
committed
docs(internals): Split up pages for internal API
1 parent 8a9677f commit 71b279f

File tree

4 files changed

+26
-13
lines changed

4 files changed

+26
-13
lines changed

docs/contributing/internals/exc.md

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

docs/contributing/internals/index.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,8 @@ stability policy.
99

1010
:::
1111

12-
```{eval-rst}
13-
.. autoapimodule:: libvcs.exc
14-
:members:
15-
```
16-
17-
```{eval-rst}
18-
.. autoapimodule:: libvcs.types
19-
:members:
20-
```
21-
22-
```{eval-rst}
23-
.. autoapimodule:: libvcs.utils.query_list
24-
:members:
12+
```{toctree}
13+
exc
14+
types
15+
query_list
2516
```
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# `libvcs.utils.query_list`
2+
3+
```{eval-rst}
4+
.. autoapimodule:: libvcs.utils.query_list
5+
:members:
6+
```

docs/contributing/internals/types.md

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

0 commit comments

Comments
 (0)