Commit f17bb4f
committed
docs: Add bidirectional linking from sync to async methods
Complete bidirectional documentation linking by adding "See Also"
references from sync methods to their async counterparts.
This makes async alternatives immediately discoverable when users
are reading sync method documentation.
Changes:
- Server.has_session() → links to ahas_session()
- Server.new_session() → links to anew_session()
- Session.new_window() → links to anew_window()
- Session.rename_session() → links to arename_session()
- Window.kill() → links to akill()
Now both directions work:
- Async methods have always linked to sync versions
- Sync methods now link to async versions
This completes the documentation enhancement, providing perfect
discoverability in both directions for users working with either
sync or async APIs.1 parent 432d914 commit f17bb4f
3 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
808 | 812 | | |
809 | 813 | | |
810 | 814 | | |
| |||
963 | 967 | | |
964 | 968 | | |
965 | 969 | | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
966 | 974 | | |
967 | 975 | | |
968 | 976 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
964 | 964 | | |
965 | 965 | | |
966 | 966 | | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
967 | 971 | | |
968 | 972 | | |
969 | 973 | | |
| |||
1033 | 1037 | | |
1034 | 1038 | | |
1035 | 1039 | | |
| 1040 | + | |
1036 | 1041 | | |
1037 | 1042 | | |
1038 | 1043 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
760 | 764 | | |
761 | 765 | | |
762 | 766 | | |
| |||
0 commit comments