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.
The source is build in rst format and available in GitHub: https://github.com/opengeospatial/e-learning
- To build it, [SPHINX] (http://sphinx-doc.org) is needed
- A git client to clone the repository
- 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