File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ After installing these via the dependencies,
2525navigate 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
3636If 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.
3838This 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.
5858To 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
6966Contributions should conform to [Semantic Line Breaks (SemBr)](https://sembr.org/),
You can’t perform that action at this time.
0 commit comments