Skip to content

Commit 141aa93

Browse files
Generated gh-pages for commit 65f4396
Author: Ujaval Gandhi <[email protected]> update
1 parent 18854ed commit 141aa93

File tree

2,948 files changed

+80961
-3916
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,948 files changed

+80961
-3916
lines changed

de/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 03475d3bffdd739a042db825efbdad66
3+
config: 7fa0eedabe7af65a2b22da607692853e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

de/_sources/docs/introduction.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The tutorials for the following languages have active translation teams and are
4747
- `Spanish <https://www.qgistutorials.com/es/>`_ (Translation by: *Eric Armijo*, *Juan Carlos Méndez*, *Felipe Raimann*, *Antonio Mireles*)
4848
- `Korean <https://www.qgistutorials.com/ko/>`_ (Translation by: *SongHyun Choi*, *Jung Eun Jang*, *Rosa Ahn*, *Haeseon Shin*)
4949
- `Romanian <https://www.qgistutorials.com/ro/>`_ (Translation by: *Sorin Călinică*)
50+
- `Russian <https://www.qgistutorials.com/ru/>`_ (Translation by: *Elena Zhuravleva*, *Marina Pavlova*, *Ilya Trofimov*, *Fayçal Fatihi*, *Константин Сергеевич*)
5051

5152
Many other languages are partially translated and are hosted externaly.
5253

@@ -55,7 +56,6 @@ Many other languages are partially translated and are hosted externaly.
5556
- `Greek <https://storage.googleapis.com/qgis-tutorials/el/index.html>`_ (Translation by: *Christina Dimitriadou*, *Paliogiannis Konstantinos*, *Tom Karagkounis*, *Despoina Karfi*)
5657
- `Indonesian <https://storage.googleapis.com/qgis-tutorials/id/index.html>`_ (Translation by: *Maruli Tua Manullang*, *Bakhtiar Arif*)
5758
- `Portuguese (Brazil) <https://storage.googleapis.com/qgis-tutorials/pr_BR/index.html>`_ (Translation by: *Narcélio de Sá*, *Wesley Kevin Souto do Vale*)
58-
- `Russian <https://storage.googleapis.com/qgis-tutorials/ru/index.html>`_ (Translation by: *Marina Pavlova*, *Ilya Trofimov*, *Fayçal Fatihi*, *Константин Сергеевич*)
5959
- `Thai <https://storage.googleapis.com/qgis-tutorials/th/index.html>`_ (Translation by: *Phondanai Khanti*)
6060
- `Turkish <https://storage.googleapis.com/qgis-tutorials/tr/index.html>`_ (Translation by: *Birkan*, *Tayfun Akçayır*, *Emrullah Karahasanoğlu*, *İnci Yalçın*)
6161
- `Ukrainian <https://storage.googleapis.com/qgis-tutorials/uk/index.html>`_ (Translation by: *Igor Konovalov*)

de/_static/pygments.css

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,70 +6,70 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
66
.highlight .hll { background-color: #ffffcc }
77
.highlight { background: #eeffcc; }
88
.highlight .c { color: #408090; font-style: italic } /* Comment */
9-
.highlight .err { border: 1px solid #FF0000 } /* Error */
9+
.highlight .err { border: 1px solid #F00 } /* Error */
1010
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
11-
.highlight .o { color: #666666 } /* Operator */
11+
.highlight .o { color: #666 } /* Operator */
1212
.highlight .ch { color: #408090; font-style: italic } /* Comment.Hashbang */
1313
.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */
1414
.highlight .cp { color: #007020 } /* Comment.Preproc */
1515
.highlight .cpf { color: #408090; font-style: italic } /* Comment.PreprocFile */
1616
.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */
17-
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
17+
.highlight .cs { color: #408090; background-color: #FFF0F0 } /* Comment.Special */
1818
.highlight .gd { color: #A00000 } /* Generic.Deleted */
1919
.highlight .ge { font-style: italic } /* Generic.Emph */
2020
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
21-
.highlight .gr { color: #FF0000 } /* Generic.Error */
21+
.highlight .gr { color: #F00 } /* Generic.Error */
2222
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
2323
.highlight .gi { color: #00A000 } /* Generic.Inserted */
24-
.highlight .go { color: #333333 } /* Generic.Output */
25-
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
24+
.highlight .go { color: #333 } /* Generic.Output */
25+
.highlight .gp { color: #C65D09; font-weight: bold } /* Generic.Prompt */
2626
.highlight .gs { font-weight: bold } /* Generic.Strong */
2727
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
28-
.highlight .gt { color: #0044DD } /* Generic.Traceback */
28+
.highlight .gt { color: #04D } /* Generic.Traceback */
2929
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
3030
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
3131
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
3232
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
3333
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
3434
.highlight .kt { color: #902000 } /* Keyword.Type */
3535
.highlight .m { color: #208050 } /* Literal.Number */
36-
.highlight .s { color: #4070a0 } /* Literal.String */
37-
.highlight .na { color: #4070a0 } /* Name.Attribute */
36+
.highlight .s { color: #4070A0 } /* Literal.String */
37+
.highlight .na { color: #4070A0 } /* Name.Attribute */
3838
.highlight .nb { color: #007020 } /* Name.Builtin */
39-
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
40-
.highlight .no { color: #60add5 } /* Name.Constant */
41-
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
42-
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
39+
.highlight .nc { color: #0E84B5; font-weight: bold } /* Name.Class */
40+
.highlight .no { color: #60ADD5 } /* Name.Constant */
41+
.highlight .nd { color: #555; font-weight: bold } /* Name.Decorator */
42+
.highlight .ni { color: #D55537; font-weight: bold } /* Name.Entity */
4343
.highlight .ne { color: #007020 } /* Name.Exception */
44-
.highlight .nf { color: #06287e } /* Name.Function */
44+
.highlight .nf { color: #06287E } /* Name.Function */
4545
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
46-
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
46+
.highlight .nn { color: #0E84B5; font-weight: bold } /* Name.Namespace */
4747
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
48-
.highlight .nv { color: #bb60d5 } /* Name.Variable */
48+
.highlight .nv { color: #BB60D5 } /* Name.Variable */
4949
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
50-
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
50+
.highlight .w { color: #BBB } /* Text.Whitespace */
5151
.highlight .mb { color: #208050 } /* Literal.Number.Bin */
5252
.highlight .mf { color: #208050 } /* Literal.Number.Float */
5353
.highlight .mh { color: #208050 } /* Literal.Number.Hex */
5454
.highlight .mi { color: #208050 } /* Literal.Number.Integer */
5555
.highlight .mo { color: #208050 } /* Literal.Number.Oct */
56-
.highlight .sa { color: #4070a0 } /* Literal.String.Affix */
57-
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
58-
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
59-
.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */
60-
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
61-
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
62-
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
63-
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
64-
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
65-
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
56+
.highlight .sa { color: #4070A0 } /* Literal.String.Affix */
57+
.highlight .sb { color: #4070A0 } /* Literal.String.Backtick */
58+
.highlight .sc { color: #4070A0 } /* Literal.String.Char */
59+
.highlight .dl { color: #4070A0 } /* Literal.String.Delimiter */
60+
.highlight .sd { color: #4070A0; font-style: italic } /* Literal.String.Doc */
61+
.highlight .s2 { color: #4070A0 } /* Literal.String.Double */
62+
.highlight .se { color: #4070A0; font-weight: bold } /* Literal.String.Escape */
63+
.highlight .sh { color: #4070A0 } /* Literal.String.Heredoc */
64+
.highlight .si { color: #70A0D0; font-style: italic } /* Literal.String.Interpol */
65+
.highlight .sx { color: #C65D09 } /* Literal.String.Other */
6666
.highlight .sr { color: #235388 } /* Literal.String.Regex */
67-
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
67+
.highlight .s1 { color: #4070A0 } /* Literal.String.Single */
6868
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
6969
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
70-
.highlight .fm { color: #06287e } /* Name.Function.Magic */
71-
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
72-
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
73-
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
74-
.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */
70+
.highlight .fm { color: #06287E } /* Name.Function.Magic */
71+
.highlight .vc { color: #BB60D5 } /* Name.Variable.Class */
72+
.highlight .vg { color: #BB60D5 } /* Name.Variable.Global */
73+
.highlight .vi { color: #BB60D5 } /* Name.Variable.Instance */
74+
.highlight .vm { color: #BB60D5 } /* Name.Variable.Magic */
7575
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */

de/docs/3/advanced_georeferencing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>Georeferenzierung von Luftbildern (QGIS3) &#8212; QGIS Tutorials and Tips</title>
9-
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
9+
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/bootstrap-sphinx.css?v=0bf093e7" />
1111
<script src="../../_static/documentation_options.js?v=54d918e9"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
@@ -336,7 +336,7 @@ <h2>Arbeitsablauf<a class="headerlink" href="#procedure" title="Link to this hea
336336
</p>
337337
<p>
338338
&copy; Copyright 2025, Ujaval Gandhi.<br/>
339-
Zuletzt aktualisiert am Juli 15, 2025.<br/>
339+
Zuletzt aktualisiert am Juli 28, 2025.<br/>
340340
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.2.3.<br/>
341341
</p>
342342
</div>

de/docs/3/advanced_raster_analysis.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>Fortgeschrittene Raster-Analyse (QGIS3) &#8212; QGIS Tutorials and Tips</title>
9-
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
9+
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/bootstrap-sphinx.css?v=0bf093e7" />
1111
<script src="../../_static/documentation_options.js?v=54d918e9"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
@@ -520,7 +520,7 @@ <h2>Arbeitsablauf<a class="headerlink" href="#procedure" title="Link to this hea
520520
</p>
521521
<p>
522522
&copy; Copyright 2025, Ujaval Gandhi.<br/>
523-
Zuletzt aktualisiert am Juli 15, 2025.<br/>
523+
Zuletzt aktualisiert am Juli 28, 2025.<br/>
524524
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.2.3.<br/>
525525
</p>
526526
</div>

de/docs/3/animating_time_series.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>Animierte Zeitreihen-Daten (QGIS3) &#8212; QGIS Tutorials and Tips</title>
9-
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
9+
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/bootstrap-sphinx.css?v=0bf093e7" />
1111
<script src="../../_static/documentation_options.js?v=54d918e9"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
@@ -368,7 +368,7 @@ <h2>Arbeitsablauf<a class="headerlink" href="#procedure" title="Link to this hea
368368
</p>
369369
<p>
370370
&copy; Copyright 2025, Ujaval Gandhi.<br/>
371-
Zuletzt aktualisiert am Juli 15, 2025.<br/>
371+
Zuletzt aktualisiert am Juli 28, 2025.<br/>
372372
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.2.3.<br/>
373373
</p>
374374
</div>

de/docs/3/areal_mean_rainfall.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>Calculating Areal Mean Rainfall (QGIS3) &#8212; QGIS Tutorials and Tips</title>
9-
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
9+
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/bootstrap-sphinx.css?v=0bf093e7" />
1111
<script src="../../_static/documentation_options.js?v=54d918e9"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
@@ -519,7 +519,7 @@ <h2>Procedure<a class="headerlink" href="#procedure" title="Link to this heading
519519
</p>
520520
<p>
521521
&copy; Copyright 2025, Ujaval Gandhi.<br/>
522-
Zuletzt aktualisiert am Juli 15, 2025.<br/>
522+
Zuletzt aktualisiert am Juli 28, 2025.<br/>
523523
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.2.3.<br/>
524524
</p>
525525
</div>

de/docs/3/automating_map_creation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>Automatisierung der Kartenerstellung mit dem Drucklayout Atlas (QGIS3) &#8212; QGIS Tutorials and Tips</title>
9-
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
9+
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/bootstrap-sphinx.css?v=0bf093e7" />
1111
<script src="../../_static/documentation_options.js?v=54d918e9"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
@@ -436,7 +436,7 @@ <h2>Arbeitsablauf<a class="headerlink" href="#procedure" title="Link to this hea
436436
</p>
437437
<p>
438438
&copy; Copyright 2025, Ujaval Gandhi.<br/>
439-
Zuletzt aktualisiert am Juli 15, 2025.<br/>
439+
Zuletzt aktualisiert am Juli 28, 2025.<br/>
440440
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.2.3.<br/>
441441
</p>
442442
</div>

de/docs/3/basic_network_analysis.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>Einfache Netzwerkvisualisierung und Routing (QGIS3) &#8212; QGIS Tutorials and Tips</title>
9-
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
9+
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/bootstrap-sphinx.css?v=0bf093e7" />
1111
<script src="../../_static/documentation_options.js?v=54d918e9"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
@@ -356,7 +356,7 @@ <h2>Arbeitsablauf<a class="headerlink" href="#procedure" title="Link to this hea
356356
</p>
357357
<p>
358358
&copy; Copyright 2025, Ujaval Gandhi.<br/>
359-
Zuletzt aktualisiert am Juli 15, 2025.<br/>
359+
Zuletzt aktualisiert am Juli 28, 2025.<br/>
360360
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.2.3.<br/>
361361
</p>
362362
</div>

de/docs/3/basic_vector_styling.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>Einfache Vektor Gestaltung (QGIS3) &#8212; QGIS Tutorials and Tips</title>
9-
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
9+
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/bootstrap-sphinx.css?v=0bf093e7" />
1111
<script src="../../_static/documentation_options.js?v=54d918e9"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
@@ -438,7 +438,7 @@ <h2>Arbeitsablauf<a class="headerlink" href="#procedure" title="Link to this hea
438438
</p>
439439
<p>
440440
&copy; Copyright 2025, Ujaval Gandhi.<br/>
441-
Zuletzt aktualisiert am Juli 15, 2025.<br/>
441+
Zuletzt aktualisiert am Juli 28, 2025.<br/>
442442
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.2.3.<br/>
443443
</p>
444444
</div>

0 commit comments

Comments
 (0)