Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 536 Bytes

Project BlueBird

Documentation

This documentation repository uses Jupyter Book.

A static version of this docimentation can be found here on the project's github page.

Build locally

Prerequisite: You should have jupyter-book installed:

pip install -U jupyter-book

To build, run from the root directory of the project:

jupyter-book build .

The book website can then be viewed in the browser by opening _build/html/index.html.