Skip to content

Commit d3273f3

Browse files
committed
Revert "docs: Improve CONTRIBUTING.md (#303)"
This reverts commit d14daa6.
1 parent 181ee18 commit d3273f3

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ with maintainers before implementing major changes.
4747
pdm run pytest tests/unit tests/doc --cov=src
4848
```
4949

50-
## Building the documentation
51-
52-
### Locally
53-
50+
## Building the documentation locally
5451
- From the `docs` folder, run:
5552
```bash
5653
pdm run make html
@@ -62,13 +59,6 @@ with maintainers before implementing major changes.
6259
pdm run make clean
6360
```
6461

65-
### Online
66-
67-
- When you open a pull request, a GitHub action should build and deploy the documentation, which
68-
will become available at `torchjd.org/pr/<pr_number>`. Additionally, you can click on the check
69-
status of the action, then click on `Summary`, and then click on the link of the built
70-
documentation.
71-
7262
## Development guidelines
7363

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

0 commit comments

Comments
 (0)