Skip to content

eloise-b/dea-docs

 
 

Repository files navigation

To build a local copy of the DEA docs, install the programs in requirements.txt and run 'make fetchnotebooks html'. After building for the first time, you only need to run 'make html'. If you use the conda package manager these commands will suffice:

git clone https://github.com/GeoscienceAustralia/dea-docs.git
cd dea-docs
conda create -c conda-forge -n deadocs --file requirements.txt
conda activate deadocs
pip install -r requirements.txt
make fetchnotebooks html
open _build/html/index.html

See the contribution instructions for more details.

About

User Guide for Digital Earth Australia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.5%
  • Python 4.4%
  • Shell 1.6%
  • Makefile 0.9%
  • Batchfile 0.7%
  • CSS 0.5%
  • HTML 0.4%