Skip to content

damateos/OSGeoLive-doc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSGeo live documentation

OSGeo-Live is a self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything. It is composed entirely of free software, allowing it to be freely distributed, duplicated and passed around.

This repository contains the documentation for OSGeo live.

reStructured Text

The majority of our documentation is generated from reStructured text sources using Sphinx. reSt is similar to wiki markup, and readable in plain ascii. As a quick check, github will (partially) render reSt documents as HTML.

1. Install python and sphinx version 0.6.4 or greater (as provided with Ubuntu >10.04), (install_main_docs.sh does this too)

sudo apt-get install python-sphinx

2. The included make file will generate the documentation

git clone https://github.com/OSGeo/OSGeoLive-doc.git
cd OSGeoLive-doc
make html

View output in _build/html/en/index.html

3. It is also possible to generate a debian package from the documentation

sudo apt install devscripts
debuild -b
sudo dpkg -i ../osgeolive-docs_11.0~beta1_all.deb

The actual packagename will depend on the current version in debian/changelog

References:

About

Documentation of OSGeoLive project.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 41.3%
  • CSS 26.2%
  • JavaScript 21.1%
  • Batchfile 4.8%
  • Shell 2.7%
  • Perl 1.4%
  • Other 2.5%