Skip to content

Commit 9018a52

Browse files
Merge branch 'main' into change-gramian-normalization-to-frobenius-norm
2 parents a781602 + 37b55ab commit 9018a52

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/cleanup-pr-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: write
1212
steps:
13-
- name: Checkout gh-pages branch
13+
- name: Checkout TorchJD/documentation main branch
1414
uses: actions/checkout@v4
1515
with:
1616
repository: TorchJD/documentation

CONTRIBUTING.md

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

50-
## Building the documentation locally
50+
## Building the documentation
51+
52+
### Locally
53+
5154
- From the `docs` folder, run:
5255
```bash
5356
pdm run make html
@@ -59,6 +62,13 @@ with maintainers before implementing major changes.
5962
pdm run make clean
6063
```
6164

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+
6272
## Development guidelines
6373

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

0 commit comments

Comments
 (0)