Skip to content

Commit d713fda

Browse files
committed
1. add instructions to build with orcid publications. 2. fixed version of docutils.
1 parent c39f8d9 commit d713fda

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ If you'd like to develop and/or build the SIMEXP website, you should:
1111
1. Clone this repository
1212
2. Run `pip install -r content/requirements.txt` (it is recommended you do this within a virtual environment)
1313
3. (Optional) Edit the books source files located in the `content/` directory
14-
4. Run `jupyter-book clean content/` to remove any existing builds
15-
5. Run `jupyter-book build content/`
14+
4. In a terminal, move to the `content` directory
15+
5. Run `python orcid_to_bib.py` to update the content of the publication section.
16+
4. Run `jupyter-book clean .` to remove any existing builds
17+
5. Run `jupyter-book build .` to create the book
1618

1719
A fully-rendered HTML version of the book will be built in `content/_build/html/`.
1820

content/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ numpy
44
sphinx_design
55
requests
66
tqdm
7+
docutils==0.17.1

0 commit comments

Comments
 (0)