Add docs API diagrams and site updates#159
Conversation
|
| Filename | Overview |
|---|---|
| docs/images/packet_diagrams/incoming_wire.py | New shared module exporting wavy wire drawing, packet markers, and arc-length path helpers; clean and consistent with callers. |
| docs/images/packet_diagrams/flow_steering_animation.py | New flow-steering GIF generator; consistent helper naming (rgba_img/rgb_img) and correct dual-theme rendering loop. |
| docs/images/packet_diagrams/hds_animation.py | New HDS GIF generator; rgba_frame_to_palette uses local variables named rgba/rgb that shadow the module-level helper functions, inconsistent with the other two animation files. |
| docs/images/packet_diagrams/reorder_animation.py | New reorder GIF generator; commit title does not follow the required # - <Title> format. |
| .gitignore | Adds pycache/ entry; appropriate for newly added Python scripts. |
Reviews (4): Last reviewed commit: "docs: add HDS, flow steering, and reorde..." | Re-trigger Greptile
bab558e to
02cfa96
Compare
Add Pillow GIF generators for header-data split, flow steering, and GPU reorder. Share RX wire rendering via incoming_wire.py (wavy lines, labeled in-flight packets, dark/light themes). Signed-off-by: Chloe Crozier <chloecrozier@gmail.com>
02cfa96 to
7e6940f
Compare
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Signed-off-by: dleshchev <dleshchev@nvidia.com>
Summary
incoming_wire.py(wavy lines, labeled in-flight packets)Examples
HDS
Flow Steering
Test plan
docs/images/packet_diagrams/{hds,flow_steering,reorder}/python3 docs/images/packet_diagrams/*_animation.pymkdocs serveand spot-check docs pages