Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ If all tests passed, then you should be good to get started with the development
The repository is home to flexible Python modules, sample scripts, tests, and more.
Here is a brief overview of where everything lives:

- [docker](docker/) - Dockerfiles to build NeMo with NeMo Run.
- [docs](docs/) - Walkthroughs and guides the library.
- [examples](examples/) - Examples for how users may want to use NeMo Run.
- [src](src/) -
- [nemo_run](src/nemo_run/) - The source code for NeMo Run.
- [nemo_run](nemo_run/) - The source code for NeMo Run.
- [test](test/) - Unit tests.

## Examples and Documentation
Expand All @@ -65,7 +63,7 @@ Run the following commands to switch to the project documentation folder and gen

```sh
cd docs/
uv run --group docs sphinx-build source/ _build/html
uv run --group docs sphinx-build . _build/html
```

The resulting HTML files are generated in a `_build/html` folder created under the project `docs/` folder.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ You can find the tutorial series below:
Please see the [contribution guide](./CONTRIBUTING.md) to contribute to NeMo Run.

## FAQs
Please find a list of frequently asked questions [here](./docs/source/faqs.md).
Please find a list of frequently asked questions [here](./docs/faqs.md).
Loading