Skip to content

Commit

Permalink
Fix link syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoSander committed Mar 21, 2024
1 parent bc2dc1a commit c216920
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/publish.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Supported layer types

|app_name| supports the following layer types:

- 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)
- 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 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 data source is broken or missing
- The layer is virtual and stored in memory (i.e. not on disk)
Expand All @@ -32,7 +32,7 @@ How to publish
==============

If you wish to publish data *online*, you will first need to set up one or more server connections.
Please see ref:`ServerConnections` for more information on how to add these. Then come back to this page
Please see :ref:`ServerConnections` for more information on how to add these. Then come back to this page
to continue the publication process.

In the |short_name| dialog, navigate to the :guilabel:`Publish` section.
Expand Down

0 comments on commit c216920

Please sign in to comment.