This repository contains the code to generate the PRIMAP-hist book for the bookshelf.
Install the local virtual environment:
make virtual-environment
The configuration that describes the book is in src/primap-hist.yaml
while the source code to process the book is in src/primap-hist.py
.
The book can be generated using make run
,
which produces some outputs which are stored in dist/
.
This includes the generated CSV files and the rendered notebook
that was used to generate the book.
These build artifacts can then be published to the bookshelf using make publish
(not currently working).
Generally this is done automatically by the CI/CD pipeline on a new release.