Commit 6af2009
committed
docs: Add bidirectional cross-references between sync and async pane methods
Complete bidirectional documentation linking by adding "See Also"
sections to sync methods pointing to their async counterparts.
Changes to src/libtmux/pane.py:
1. Pane.send_keys() → links to asend_keys()
- Added "See Also" section after parameters, before examples
2. Pane.capture_pane() → links to acapture_pane()
- Added "See Also" section after parameters
3. Pane.split() → links to asplit()
- Added "See Also" section after parameters, before examples
This completes the bidirectional documentation linking pattern:
- Async methods already link to sync versions (added in previous commits)
- Sync methods now link to async versions (this commit)
Users can now easily discover async alternatives when reading sync
documentation and vice versa, providing seamless navigation between
the two API styles.
Related: Phase 1 async expansion - documentation improvements1 parent 73e7a42 commit 6af2009
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
838 | 838 | | |
839 | 839 | | |
840 | 840 | | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
841 | 845 | | |
842 | 846 | | |
843 | 847 | | |
| |||
873 | 877 | | |
874 | 878 | | |
875 | 879 | | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
876 | 884 | | |
877 | 885 | | |
878 | 886 | | |
| |||
1090 | 1098 | | |
1091 | 1099 | | |
1092 | 1100 | | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
1093 | 1105 | | |
1094 | 1106 | | |
1095 | 1107 | | |
| |||
0 commit comments