Skip to content

Commit f5c3611

Browse files
committed
docs(internal): Fix index / toc
1 parent 2f2bb81 commit f5c3611

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/internals/index.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Be careful with these! Internal APIs are **not** covered by version policies. Th
88
If you need an internal API stabilized please [file an issue](https://github.com/tmux-python/libtmux/issues).
99
:::
1010

11+
```{toctree}
12+
dataclasses
13+
query_list
14+
```
15+
1116
## Environmental variables
1217

1318
(LIBTMUX_TMUX_FORMAT_SEPARATOR)=
@@ -23,10 +28,3 @@ to split `tmux(1)`'s formatting information.
2328

2429
If you find any compatibility problems with the default, or better yet find a string copacetic
2530
many environments and tmux releases, note it at <https://github.com/tmux-python/libtmux/discussions/355>.
26-
27-
## Changes
28-
29-
```{toctree}
30-
dataclasses
31-
query_list
32-
``

0 commit comments

Comments
 (0)