mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-14 17:16:09 +00:00
docs: fix a few broken things in the CONTRIBUTING.md (#2714)
# What does this PR do? "dev" dependencies were moved in pyproject.toml typo with guidance around automatic doc generation Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
6a6b66ae4f
commit
0bbff91c7e
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ You can install the dependencies by running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd llama-stack
|
cd llama-stack
|
||||||
uv sync --extra dev
|
uv sync --group dev
|
||||||
uv pip install -e .
|
uv pip install -e .
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
```
|
```
|
||||||
|
@ -168,7 +168,7 @@ manually as they are auto-generated.
|
||||||
|
|
||||||
### Updating the provider documentation
|
### Updating the provider documentation
|
||||||
|
|
||||||
If you have made changes to a provider's configuration, you should run `./scripts/distro_codegen.py`
|
If you have made changes to a provider's configuration, you should run `./scripts/provider_codegen.py`
|
||||||
to re-generate the documentation. You should not change `docs/source/.../providers/` files manually
|
to re-generate the documentation. You should not change `docs/source/.../providers/` files manually
|
||||||
as they are auto-generated.
|
as they are auto-generated.
|
||||||
Note that the provider "description" field will be used to generate the provider documentation.
|
Note that the provider "description" field will be used to generate the provider documentation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue