forked from qgis/QGIS-Code-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.t2t
executable file
·36 lines (29 loc) · 1.36 KB
/
index.t2t
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
QGIS Developer Tutorials
Tim Sutton, 2008
%! target : html
%! style : style.css
%! Options : --toc --toc-level 3 --enum-title --css-sugar --css-inside
%! preproc : TUT_URL https://qgis.org
%! PostProc(html): '(?i)(```)' '<div class="code">\1'
%! PostProc(html): '(?i)(```)' '\1</div>'
%! encoding: iso-8859-1
% These are comments and will not be generated in any output
% -------------------
%This document is in text2tags format. You can generate html, plain text and
%moinmoin formatted documentation by running txt2tags on this document. See the
%txt2tags home page for more details. Please insert manual line breaks in this
%document as it makes diffing for changes much easier. To do this in vim
%automatically, select a section then issue (gq) command. Please dont
%apply vim formatting to the whol document as it screws up some formatting
%rather apply it selectively to paragraphs where needed.
% To generate the text version of this document:
% txt2tags -t txt -o index index.t2t
% To generate the moinmoin version of this document
% txt2tags -t moin -o index.moin index.t2t
% To generate the html version of this document
% txt2tags -t html -o index.html index.t2t
% End of comments
% -------------------
%!include: 1_hello_world_qgis_style/tutorial1.t2t
%!include: 2_basic_main_window/tutorial2.t2t
%!include: 3_basic_labelling/tutorial3.t2t