Commit bbae675
committed
docs(dataplane): inline phase 2 keep-list into package docstring
Drop the dedicated _phase2_substrate.md and fold its enumeration of
deliberately-kept-but-unused names directly into the package docstring
at gigaevo/dataplane/__init__.py: lwwr_set / lwwr_get + Lua,
HlcTimestamp, the lattice classes, and the 13 NewType identifiers
covering events, streams, consumer groups, and causation tracking.
The keep-list now lives where Python tooling and IDE introspection
already surface it, removing the indirection through an out-of-band
markdown file.1 parent c0e3a07 commit bbae675
2 files changed
Lines changed: 9 additions & 77 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
This file was deleted.
0 commit comments