Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 636 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 636 Bytes

Smartduck docs

This is the documentation for the smartduck web-application. Smartduck is a demo web-application of AI-enhanced Climate Science.

This documentation is written using Jupyter Book.

Installation

Get source from GitHub:

$ git clone https://github.com/climateintelligence/smartduck-docs.git
$ cd smartduck-docs

Create conda environment:

$ conda env create -f environment.yml
$ conda activate smartduck-docs

Build docs

Build HTML pages locally:

$ jupyter-book build book

Open generated docs in firefox:

$ firefox book/_build/html/index.html