Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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