e-learning icon indicating copy to clipboard operation
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

  1. Clone the repository: git clone https://github.com/opengeospatial/e-learning.git
  2. Navigate to the e-learning folder with cd e-learning
  3. Run make clean (optional, for clearing the previous built content)
  4. Run make ogc
  5. Navigate to the build folder with cd build
  6. Open the index.html file