e-learning
e-learning copied to clipboard
Source repository for OGC e-Learning http://opengeospatial.github.io/e-learning
E-Learning for OGC
Introduction
This repository is used to share and plan E-Learning material related to OGC Standards. The wiki provides more details. The web page created from this material is available here.
Building the source
The source is build in rst format and available in GitHub: https://github.com/opengeospatial/e-learning
Requirements
- To build it, [SPHINX] (http://sphinx-doc.org) is needed
- A git client to clone the repository
Process
- Clone the repository: git clone https://github.com/opengeospatial/e-learning.git
- Navigate to the e-learning folder with
cd e-learning
- Run
make clean
(optional, for clearing the previous built content) - Run
make ogc
- Navigate to the build folder with
cd build
- Open the index.html file