You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): update links to clean URLs for dirhtml builder
why: Switched to dirhtml builder which generates clean URLs
(/quickstart/ instead of /quickstart.html). README links need to
match since they render on GitHub/PyPI where redirects don't apply.
what:
- Convert all .html doc links to trailing-slash format
- Covers: topics/, api/, pytest-plugin/, history, migration, quickstart
|[`Pane`](https://libtmux.git-pull.com/api/libtmux.pane/)| tmux pane (`%1`, `%2`,...) | Where commands run |
237
237
238
-
Also available: [`Options`](https://libtmux.git-pull.com/api/libtmux.options.html) and [`Hooks`](https://libtmux.git-pull.com/api/libtmux.hooks.html) abstractions for tmux configuration.
238
+
Also available: [`Options`](https://libtmux.git-pull.com/api/libtmux.options/) and [`Hooks`](https://libtmux.git-pull.com/api/libtmux.hooks/) abstractions for tmux configuration.
239
239
240
240
Collections are live and queryable:
241
241
@@ -257,7 +257,7 @@ pane.send_keys("echo 'hello from libtmux'", enter=True)
257
257
258
258
## Testing & fixtures
259
259
260
-
[**Learn more about the pytest plugin**](https://libtmux.git-pull.com/pytest-plugin/index.html)
260
+
[**Learn more about the pytest plugin**](https://libtmux.git-pull.com/api/pytest-plugin/)
261
261
262
262
Writing a tool that interacts with tmux? Use our fixtures to keep your tests clean and isolated.
Contributions are welcome. Please open an issue or PR if you find a bug or want to improve the API or docs. If libtmux helps you ship, consider sponsoring development via [support].
0 commit comments