File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 3
3
# API Reference
4
4
5
5
:::{seealso}
6
-
7
- See {ref}` libtmux's API <libtmux:api> ` and {ref}` Quickstart <libtmux:quickstart> ` to see how you can control tmux via python API calls.
8
-
6
+ See {ref}` libtmux's API <libtmux:api> ` and {ref}` Quickstart <libtmux:quickstart> ` to see how you can control
7
+ tmux via python API calls.
9
8
:::
10
9
11
10
``` {module} tmuxp
@@ -14,6 +13,11 @@ See {ref}`libtmux's API <libtmux:api>` and {ref}`Quickstart <libtmux:quickstart>
14
13
15
14
## Internals
16
15
16
+ :::{warning}
17
+ These APIs are purely internal not covered by versioning policies, they can and will break between versions.
18
+ If you need an internal API stabilized please [ file an issue] ( https://github.com/tmux-python/tmuxp/issues ) .
19
+ :::
20
+
17
21
``` {eval-rst}
18
22
.. automethod:: tmuxp.util.run_before_script
19
23
```
You can’t perform that action at this time.
0 commit comments