Skip to content

Commit 7dbe9c9

Browse files
committed
Update contribute.md
1 parent 4374b42 commit 7dbe9c9

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

contribute.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ After installing these via the dependencies,
2525
navigate into the repository on your machine and build the book using the following command:
2626

2727
```bash
28-
python ngff_spec/pre_build.py
29-
jupyter book build ngff_spec
28+
python pre_build.py
29+
jupyter jupyter book start
3030
```
3131

32-
You'll find the built webpages under `_build/html`.
32+
This will spawn a webserver on your local machine for you to render and inspect the changes you made.
3333

3434
## First contribution
3535

3636
If you haven't contributed to the spec before,
37-
please add yourself as an author in the `ngff_spec/myst.yml` metadata file.
37+
please add yourself as an author in the `myst.yml` metadata file.
3838
This should look like this, for example:
3939

4040
```yaml
@@ -58,12 +58,9 @@ make sure to rebuild the `CITATION.cff` file in the root of this repository.
5858
To do so, run the following command:
5959

6060
```bash
61-
cd ngff_spec/ && jupyter book build --cff
61+
cd jupyter book build --cff
6262
```
6363

64-
Copy the generated `CITATION.cff` file from `ngff_spec/CITATION.cff` to the root of this repository
65-
and submit it along with your PR.
66-
6764
### Text format
6865

6966
Contributions should conform to [Semantic Line Breaks (SemBr)](https://sembr.org/),

0 commit comments

Comments
 (0)