We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2bb81 commit f5c3611Copy full SHA for f5c3611
docs/internals/index.md
@@ -8,6 +8,11 @@ Be careful with these! Internal APIs are **not** covered by version policies. Th
8
If you need an internal API stabilized please [file an issue](https://github.com/tmux-python/libtmux/issues).
9
:::
10
11
+```{toctree}
12
+dataclasses
13
+query_list
14
+```
15
+
16
## Environmental variables
17
18
(LIBTMUX_TMUX_FORMAT_SEPARATOR)=
@@ -23,10 +28,3 @@ to split `tmux(1)`'s formatting information.
23
28
24
29
If you find any compatibility problems with the default, or better yet find a string copacetic
25
30
many environments and tmux releases, note it at <https://github.com/tmux-python/libtmux/discussions/355>.
26
-
27
-## Changes
-```{toctree}
-dataclasses
31
-query_list
32
-``
0 commit comments