GithubHelp home page GithubHelp logo

lucadelu / osgeolive-doc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from osgeo/osgeolive-doc

0.0 2.0 0.0 408.76 MB

Documentation of OSGeoLive project.

License: Other

Shell 54.38% Perl 19.92% CMake 25.71%

osgeolive-doc's Introduction

Building OSGeoLive documentation

The following steps describe how to build OSGeoLive documentation on an Ubuntu based operating system (such as Lubuntu).

About OSGeoLive

OSGeoLive 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.

reStructured Text

The majority of OSGeoLive documentation is generated from reStructured text (reSt) 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.

Build steps

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

sudo apt-get install python-pip
pip install sphinx==1.6.5
pip install sphinx-intl
pip install sphinxjp.themes.revealjs
sudo apt-get install cpanminus
sudo cpanm Text::SimpleTable::AutoWidth

2. Clone or download OSGeoLive source documentation

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

3. Generate the English documentation

cd OSGeoLive-doc
mkdir build
cd build
cmake -DHTML=ON ..
make
cd ..

The output is in build/doc/_build/html/

4. Generate another language documentation

mkdir build
cd build
cmake -DHTML=ON -DFR=ON ..
make
cd ..

Adding -DFR=ON adds the French language, adding another -DES=ON adds Spanish, and so on. The output is also in build/doc/_build/html/

5. Optional: reduce the size of the generated documentation

bash scripts/clean-images.sh

References:

osgeolive-doc's People

Contributors

cvvergara avatar camerons avatar kalxas avatar astroidex avatar fgdrf avatar nick-tallguy avatar lucadelu avatar bakaniko avatar johanvdw avatar darkblue-b avatar wildintellect avatar dkastl avatar damateos avatar ehj-52n avatar gratiert avatar magepa avatar jeffhaack avatar activityworkshop avatar jueyang avatar madi avatar epifanio avatar michael63-osm avatar robe2 avatar grizonnetm avatar bukun avatar ianturton avatar pmeems avatar schpidi avatar yohanboniface avatar jakobmiksch avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.