tractor/docs/api
Gud Boi 1526372e37 Add a `tipc` guide page, roster it in the docs
Plan 01 §8's docs deliverable: `docs/guide/tipc.rst`, leading
w/ the `tipc nametable show` demo as the plan asked.

Frames the backend by what makes it different — every other tpt
gives you a pipe and leaves discovery to the registrar, whereas
TIPC's service names live in a kernel-maintained cluster-wide
name table, so a `.bind()` IS registration and a `.connect()` IS
the lookup. Then: push-based discovery via
`open_topology_events()`, scope-as-`.bindspace`, bearer setup
for spanning hosts, and the gotchas.

Also,
- roster it in `guide/index.rst` (prose list + toctree)
- `api/ipc.rst`'s transport line said `['tcp' | 'uds']` and
  described only 2 unwrapped-addr shapes; now mentions `tipc`
  and its proto-keyed `('tipc', stype, instance, scope)`.

Verified w/ a full `sphinx -b html` build: succeeded, page
renders, internal refs resolve.

(this patch was generated in some part by `claude-code` using `claude-opus-5` (`anthropic`))
2026-08-15 20:08:12 -04:00
..
context.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
core.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
devx.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
discovery.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
errors.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
index.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
ipc.rst Add a `tipc` guide page, roster it in the docs 2026-08-15 20:08:12 -04:00
msg.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
to_asyncio.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
trionics.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00