mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-10 17:15:48 +01:00
README-dev.md: update create-rdf.py instructions
I wrote this documentation before Marie Angelique had finalized the script.
This commit is contained in:
parent
61ca7f2645
commit
3119932f03
@ -34,7 +34,8 @@ If you have made modifications to the CSV schemas—adding elements, changing de
|
|||||||
```console
|
```console
|
||||||
$ python ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d
|
$ python ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d
|
||||||
$ python ./util/generate-hugo-content.py -i ./data/fsc.csv -d
|
$ python ./util/generate-hugo-content.py -i ./data/fsc.csv -d
|
||||||
$ python ./util/create-rdf.py
|
$ python ./util/create-rdf.py -i ./data/iseal-core.csv -ns https://iseal-community.github.io/iseal-core#
|
||||||
|
$ python ./util/create-rdf.py -i ./data/fsc.csv -ns https://iseal-community.github.io/iseal-core/fsc#
|
||||||
```
|
```
|
||||||
|
|
||||||
Assuming these scripts ran without crashing, you can check your `git status` to see if anything was updated and then proceed to regenerating the documentation site HTML.
|
Assuming these scripts ran without crashing, you can check your `git status` to see if anything was updated and then proceed to regenerating the documentation site HTML.
|
||||||
|
Loading…
Reference in New Issue
Block a user