docs: updating build notice#138
Conversation
Signed-off-by: Alexa Haushalter <ahaushalter@nvidia.com>
Greptile SummaryThis PR updates the NVIDIA Build notice across all documentation files ( Confidence Score: 5/5Safe to merge — documentation-only change with no code impact All changes are doc-only legal text updates, applied consistently across all 12 files. No logic, API, or behavior is affected. Only a pre-existing P2 formatting inconsistency ( No files require special attention Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Legal notice update] --> B[README.md]
A --> C[docs/index.md]
A --> D[Notebook sources ×5
docs/notebook_source/*.py]
A --> E[Compiled notebooks ×5
docs/notebooks/*.ipynb]
B --> F[Updated NVIDIA Build
legal disclaimer text]
C --> F
D --> F
E --> F
Reviews (5): Last reviewed commit: "docs: NVIDIA Build disclaimer in noteboo..." | Re-trigger Greptile |
|
The updated text itself looks good but one issue
Once fixed and merged, I'll deploy docs. |
Replaces regenerated .ipynb churn with the same NVIDIA Build notice as docs/notebook_source, touching only the two setup markdown lines per notebook. Made-with: Cursor
Notebooks under docs/notebooks match main; NVIDIA Build disclosure lives in docs/notebook_source/*.py plus README and docs index. Made-with: Cursor
Signed-off-by: Alexa Haushalter <ahaushalter@nvidia.com>
|
whoops sorry what i meant was that cursor can just go through the ipynb in raw format and replace the disclaimer instead of opening the notebooks and making changes. We don't autogenerate ipynb on docs build (...yet :)) |
Restore .ipynb structure from main and replace only the two Setup sub-bullets so the PR diff stays wording-only (matches docs/notebook_source). Made-with: Cursor
Summary
Updating build.nvidia.com notice per guidance from legal.
Type of Change
Testing
make testpasses locallymake checkpasses locally (format + lint + typecheck + lock-check)Documentation
make docs-buildpasses locallyRelated Issues
N/A