Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 783 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 783 Bytes

PRIMAP-hist

This repository contains the code to generate the PRIMAP-hist book for the bookshelf.

Getting started

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.