/qgis-tutorials

Source files for sphinx-based website

Primary LanguagePython

QGIS Tutorials

This repository contains the source files for QGIS Tutorials and Tips at http://www.qgistutorials.com

The website and PDFs are generated using Sphinx based on restructured text sources

Building the QGIS Tutorials

The following instructions work for linux based systems. If you are on Windows, you can use Cygwin.

git clone --depth 1 git@github.com:spatialthoughts/qgis-tutorials.git --no-single-branch 
cd qgis-tutorials
pip install -r requirements.txt

Then build:

make html

This will generate HTML pages in build/html/ directory

make pdf

This will generate PDF documents in build/pdf/ directory

License

All the tutorials are available under a Creative Commons Attribution 4.0 International License

Copyright 2014 Ujaval Gandhi