File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Colors - ` tmuxp._internal.colors `
2+
3+ :::{warning}
4+ Be careful with these! Internal APIs are ** not** covered by version policies. They can break or be removed between minor versions!
5+
6+ If you need an internal API stabilized please [ file an issue] ( https://github.com/tmux-python/tmuxp/issues ) .
7+ :::
8+
9+ ``` {eval-rst}
10+ .. automodule:: tmuxp._internal.colors
11+ :members:
12+ :show-inheritance:
13+ :undoc-members:
14+ ```
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ If you need an internal API stabilized please [file an issue](https://github.com
99:::
1010
1111``` {toctree}
12+ colors
1213config_reader
14+ private_path
1315types
1416```
Original file line number Diff line number Diff line change 1+ # Private path - ` tmuxp._internal.private_path `
2+
3+ :::{warning}
4+ Be careful with these! Internal APIs are ** not** covered by version policies. They can break or be removed between minor versions!
5+
6+ If you need an internal API stabilized please [ file an issue] ( https://github.com/tmux-python/tmuxp/issues ) .
7+ :::
8+
9+ ``` {eval-rst}
10+ .. automodule:: tmuxp._internal.private_path
11+ :members:
12+ :show-inheritance:
13+ :undoc-members:
14+ ```
You can’t perform that action at this time.
0 commit comments