Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 21, 2024
1 parent 27b1c3f commit 609e9c2
Show file tree
Hide file tree
Showing 30 changed files with 191 additions and 144 deletions.
2 changes: 1 addition & 1 deletion v4.4/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 01ee492b147aabc6ab5ba56da518065f
config: 5dbb915bb73d25cb7f92b7269c19b8df
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified v4.4/.doctrees/background.doctree
Binary file not shown.
Binary file modified v4.4/.doctrees/bridge_dialog.doctree
Binary file not shown.
Binary file modified v4.4/.doctrees/environment.pickle
Binary file not shown.
Binary file modified v4.4/.doctrees/index.doctree
Binary file not shown.
Binary file modified v4.4/.doctrees/installation.doctree
Binary file not shown.
Binary file modified v4.4/.doctrees/metadata_editing.doctree
Binary file not shown.
Binary file modified v4.4/.doctrees/publish.doctree
Binary file not shown.
Binary file modified v4.4/.doctrees/quickstart.doctree
Binary file not shown.
Binary file modified v4.4/.doctrees/server_configuration.doctree
Binary file not shown.
Binary file modified v4.4/.doctrees/styleviewer.doctree
Binary file not shown.
Binary file modified v4.4/.doctrees/supported_symbology.doctree
Binary file not shown.
9 changes: 5 additions & 4 deletions v4.4/_sources/publish.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ Supported layer types

|app_name| supports the following layer types:

- Vector layers from any spatial data source
- Raster layers from any spatial data source
- Standard vector layers (i.e. a [QgsVectorLayer](https://api.qgis.org/api/classQgsVectorLayer.html#details) object)
- Standard raster layers (i.e. a [QgsRasterLayer](https://api.qgis.org/api/classQgsRasterLayer.html#details) object)
- Layer groups

.. note:: You may experience that even if your layer is of one of the types listed above,
|short_name| still does not seem to support it. This could be the case if:

- The layer data source is non-spatial (e.g. a CSV)
- The layer is a third-party plugin layer (i.e. a [QgsPluginLayer](https://api.qgis.org/api/classQgsPluginLayer.html#details) object)
- The layer does not have a CRS (coordinate reference system) or it is invalid
- The layer is corrupt for some reason
- The layer is temporary (i.e. stored in memory)
- The layer data source is broken or missing
- The layer is virtual and stored in memory (i.e. not on disk)
- The layer is a web map layer (e.g. WMS)

In most of the cases you should be able to easily fix these issues, for example by exporting
Expand Down
5 changes: 3 additions & 2 deletions v4.4/_sources/supported_symbology.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Expressions
x, y, concat, substr, lower, upper, replace, exterior_ring,
intersects, overlaps, touches, within, relates, crosses,
disjoint, geom_from_wkt, perimeter, union, acos, asin, atan,
atan2, sin, cos, tan, ln, title, translate, min, max
atan2, sin, cos, tan, ln, title, translate, min, max,
to_int, to_real, to_string

| Some function parameters accept expressions, but this is not always supported by |short_name| when converting to SLD.
| This applies to the following parameter types:
Expand Down Expand Up @@ -322,4 +323,4 @@ Supported renderers
- Single band color
- Single band pseudo color
- Multi-band color
- Paletted
- Paletted
18 changes: 18 additions & 0 deletions v4.4/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,16 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -738,6 +748,14 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
2 changes: 1 addition & 1 deletion v4.4/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '4.4',
VERSION: '4.4.1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
1 change: 1 addition & 0 deletions v4.4/_static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
Expand Down
24 changes: 13 additions & 11 deletions v4.4/background.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<html class="writer-html5" lang="en">
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Background &mdash; GeoCat Bridge for QGIS 4.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>Background &mdash; GeoCat Bridge for QGIS 4.4.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />


<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="_static/jquery.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=a9228490"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down Expand Up @@ -146,7 +148,7 @@ <h2>Supported server types and formats<a class="headerlink" href="#supported-ser
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2023, GeoCat BV. Built from b77dbe3.</p>
<p>&#169; Copyright 2024, GeoCat BV. Built from bc2dc1a.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
24 changes: 13 additions & 11 deletions v4.4/bridge_dialog.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<html class="writer-html5" lang="en">
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Bridge Dialog &mdash; GeoCat Bridge for QGIS 4.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>The Bridge Dialog &mdash; GeoCat Bridge for QGIS 4.4.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />


<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="_static/jquery.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=a9228490"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down Expand Up @@ -142,7 +144,7 @@ <h2>Internationalization (i18n)<a class="headerlink" href="#internationalization
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2023, GeoCat BV. Built from b77dbe3.</p>
<p>&#169; Copyright 2024, GeoCat BV. Built from bc2dc1a.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
22 changes: 12 additions & 10 deletions v4.4/genindex.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<html class="writer-html5" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; GeoCat Bridge for QGIS 4.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>Index &mdash; GeoCat Bridge for QGIS 4.4.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />


<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="_static/jquery.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=a9228490"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
Expand Down Expand Up @@ -92,7 +94,7 @@ <h1 id="index">Index</h1>
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2023, GeoCat BV. Built from b77dbe3.</p>
<p>&#169; Copyright 2024, GeoCat BV. Built from bc2dc1a.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
24 changes: 13 additions & 11 deletions v4.4/index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<html class="writer-html5" lang="en">
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GeoCat Bridge for QGIS &mdash; GeoCat Bridge for QGIS 4.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>GeoCat Bridge for QGIS &mdash; GeoCat Bridge for QGIS 4.4.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />


<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="_static/jquery.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=a9228490"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down Expand Up @@ -157,7 +159,7 @@ <h2>Contents<a class="headerlink" href="#contents" title="Permalink to this head
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2023, GeoCat BV. Built from b77dbe3.</p>
<p>&#169; Copyright 2024, GeoCat BV. Built from bc2dc1a.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
24 changes: 13 additions & 11 deletions v4.4/installation.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<html class="writer-html5" lang="en">
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Installation &mdash; GeoCat Bridge for QGIS 4.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>Installation &mdash; GeoCat Bridge for QGIS 4.4.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />


<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="_static/jquery.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=a9228490"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down Expand Up @@ -192,7 +194,7 @@ <h4>MapServer<a class="headerlink" href="#mapserver" title="Permalink to this he
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2023, GeoCat BV. Built from b77dbe3.</p>
<p>&#169; Copyright 2024, GeoCat BV. Built from bc2dc1a.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
24 changes: 13 additions & 11 deletions v4.4/metadata_editing.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<html class="writer-html5" lang="en">
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Metadata Editing &mdash; GeoCat Bridge for QGIS 4.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>Metadata Editing &mdash; GeoCat Bridge for QGIS 4.4.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />


<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="_static/jquery.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=a9228490"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down Expand Up @@ -168,7 +170,7 @@ <h2>Load metadata<a class="headerlink" href="#load-metadata" title="Permalink to
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2023, GeoCat BV. Built from b77dbe3.</p>
<p>&#169; Copyright 2024, GeoCat BV. Built from bc2dc1a.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
Loading

0 comments on commit 609e9c2

Please sign in to comment.