llama-stack/llama_stack/scripts
Ellis Tarn ab9516c789
fix: Gaps in doc codegen (#1035)
# What does this PR do?
Catches docs up to source with:
```
python llama_stack/scripts/distro_codegen.py
```

[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])

## Test Plan
[Describe the tests you ran to verify your changes with result
summaries. *Provide clear instructions so the plan can be easily
re-executed.*]
Manually checked
```
sphinx-autobuild docs/source build/html
```

[//]: # (## Documentation)
[//]: # (- [ ] Added a Changelog entry if the change is significant)
2025-02-10 13:24:15 -08:00
..
__init__.py Add a test runner and 2 very simple tests for agents 2024-09-19 12:22:48 -07:00
distro_codegen.py fix: Gaps in doc codegen (#1035) 2025-02-10 13:24:15 -08:00
install_packages.sh Use uv pip install instead of pip install (#921) 2025-01-31 22:29:41 -08:00
run_tests.sh Add a test for CLI, but not fully done so disabled 2024-09-19 13:27:07 -07:00
test_rag_via_curl.py Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00