ITC-CRIB / user-manual

User manual for the Geospatial Computing Platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geospatial computing platform’s user manual

Setup

  • To display Jupyter Notebooks in the manual, the nbsphinx package is used. This package requires pandoc to be installed on the system.

  • This repository includes a Git submodule. The submodule is the training-resources folder. Important to note that when this repository is normally cloned with git clone <url>, the training-resources folder is not populated with files. To clone this project and populate the training-resources folder use git clone --recursive <url>. Furthermore, to pull the latest changes for the submodule run git submodule update --remote.

Build

To build the documentation website run make html which will generate a _build folder. The generated folder will contain a html folder that includes all the assets for hosting the documentation.

About

User manual for the Geospatial Computing Platform.


Languages

Language:Jupyter Notebook 65.4%Language:Python 18.7%Language:Batchfile 6.7%Language:Makefile 5.3%Language:CSS 3.9%