Skip to content

Commit

Permalink
add makefile and toc
Browse files Browse the repository at this point in the history
  • Loading branch information
SahitiSarva committed Apr 8, 2024
1 parent de07586 commit c7ed2f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

all: build serve

build:
jupyter-book build . --config docs/_config.yml --toc docs/_toc.yml

serve:
open _build/html/index.html
17 changes: 8 additions & 9 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
format: jb-book
root: README


parts:
- caption: Introduction to Data Goods
# numbered: True
chapters:
- caption: Introduction to Data Goods
chapters:
- file: docs/introduction-to-data-goods
- file: docs/data
- caption: Data Products
- caption: Data Products
chapters:
- file: notebooks/conflict/README
- file: notebooks/agriculture/README
- file: notebooks/mobility/README
- caption: Acknowledgements
chapters:
- file: docs/team
- file: notebooks/agriculture/README
# - caption: Acknowledgements
# chapters:
# - file: docs/team

0 comments on commit c7ed2f4

Please sign in to comment.