[Qgis-developer] Developer cookbook in SVN
Martin Dobias
wonder.sk at gmail.com
Sat Aug 7 16:45:50 EDT 2010
Hi Tim
On Sat, Aug 7, 2010 at 10:24 PM, Tim Sutton <lists at linfiniti.com> wrote:
> Hi Martin
>
> This is a brilliant resource. We should be able to host it within the
> qgis osgeo vm too if needed - do you need to do anything special to
> build it other than apt-get install the sphinx binary.
You're right, it could be put into qgis VM. It needs just the sphinx
binary and a cron entry which would run 'make html' regularly.
> Could we theme
> it to look like our other documentation resources & web site - Werner
> / Otto would you have time & inclination to look at that?
Theming should be easy:
http://sphinx.pocoo.org/theming.html
> And how do we generate pdf's?
Just tried it:
make latex
cd build/latex
make all-pdf
It results in a great looking PDF.
Bye
Martin
More information about the Qgis-developer
mailing list