Skip to content
Merged
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
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ with maintainers before implementing major changes.
pdm run pytest tests/unit tests/doc --cov=src
```

## Building the documentation locally
## Building the documentation

### Locally

- From the `docs` folder, run:
```bash
pdm run make html
Expand All @@ -59,6 +62,13 @@ with maintainers before implementing major changes.
pdm run make clean
```

### Online

- When you open a pull request, a GitHub action should build and deploy the documentation, which
will become available at `torchjd.org/pr/<pr_number>`. Additionally, you can click on the check
status of the action, then click on `Summary`, and then click on the link of the built
documentation.

## Development guidelines

The following guidelines should help preserve a good code quality in TorchJD. Contributions that do
Expand Down