Skip to content

Commit e1a9108

Browse files
DelazJgithub-actions[bot]
authored andcommitted
Hide a few more URLs
1 parent 2ff4232 commit e1a9108

File tree

11 files changed

+45
-29
lines changed

11 files changed

+45
-29
lines changed

docs/pyqgis_developer_cookbook/plugins/plugins.rst

+10-6
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,7 @@ in different languages.
412412
Software requirements
413413
---------------------
414414

415-
The easiest way to create and manage all the translation files is to install
416-
`Qt Linguist <https://doc.qt.io/qt-5/qtlinguist-index.html>`_.
415+
The easiest way to create and manage all the translation files is to install `Qt Linguist`_.
417416
In a Debian-based GNU/Linux environment you can install it typing::
418417

419418
sudo apt install qttools5-dev-tools
@@ -566,12 +565,11 @@ with the :ref:`Plugin Manager <plugins>`.
566565
Automate packaging, release and translation with qgis-plugin-ci
567566
---------------------------------------------------------------
568567

569-
`qgis-plugin-ci <https://opengisch.github.io/qgis-plugin-ci/>`_ provides a command line interface
568+
`qgis-plugin-ci`_ provides a command line interface
570569
to perform automated packaging and deployment for QGIS plugins on your computer,
571570
or using continuous integration
572-
like `GitHub workflows <https://docs.github.com/en/actions/using-workflows>`_
573-
or `Gitlab-CI <https://docs.gitlab.com/ee/ci/>`_
574-
as well as `Transifex <https://www.transifex.com/>`_ for translation.
571+
like `GitHub workflows`_ or `Gitlab-CI`_
572+
as well as `Transifex`_ for translation.
575573

576574
It allows releasing, translating, publishing or generating an XML plugin repository file via CLI or in CI actions.
577575

@@ -625,3 +623,9 @@ done with :command:`pyrcc5` command:
625623
modifying the PATH environment variable or specifiying the path to the
626624
executable explicitly you should be able to find it at
627625
:file:`<Your QGIS Install Directory>\\bin\\pyrcc5.exe`.
626+
627+
.. _Qt Linguist: https://doc.qt.io/qt-5/qtlinguist-index.html
628+
.. _GitHub workflows: https://docs.github.com/en/actions/writing-workflows
629+
.. _Gitlab-CI: https://docs.gitlab.com/ci/
630+
.. _Transifex: https://www.transifex.com
631+
.. _qgis-plugin-ci: https://opengisch.github.io/qgis-plugin-ci/

docs/pyqgis_developer_cookbook/vector.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1688,4 +1688,4 @@ Further Topics
16881688
* exploring symbol layer and renderer registries
16891689

16901690

1691-
.. _supported formats by OGR: https://gdal.org/drivers/vector/index.html
1691+
.. _supported formats by OGR: https://gdal.org/en/latest/drivers/vector/index.html

docs/training_manual/foreword/intro.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,18 @@ Data
7979
The sample data that accompanies this resource is freely available and comes
8080
from the following sources:
8181

82-
* Streets and Places datasets from OpenStreetMap
83-
(https://www.openstreetmap.org/)
84-
* Property boundaries (urban and rural), water bodies from NGI
85-
(https://ngi.dalrrd.gov.za/)
86-
* SRTM DEM from the CGIAR-CGI (http://srtm.csi.cgiar.org/)
82+
* Streets and Places datasets from OpenStreetMap_
83+
* Property boundaries (urban and rural), water bodies from NGI_
84+
* SRTM DEM from the `CGIAR CSI`_
8785

8886
Download the prepared dataset from the `Training data repository <training_data_>`_
8987
and unzip the file. All the necessary data are provided in the :file:`exercise_data`
9088
folder.
9189

9290
.. _training_data: https://github.com/qgis/QGIS-Training-Data/archive/master.zip
91+
.. _NGI: https://ngi.dalrrd.gov.za/
92+
.. _CGIAR CSI: https://srtm.csi.cgiar.org/
93+
.. _OpenStreetMap: https://www.openstreetmap.org/
9394

9495
If you are an instructor, and would like to use more relevant
9596
data, you will find instructions for creating local data

docs/training_manual/processing/interp_contour.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Interpolation and contouring
22
=============================
33

4-
Module contributed by Paolo Cavallini - `Faunalia <https://www.faunalia.eu>`_
4+
Module contributed by Paolo Cavallini - `Faunalia`_
55

66
.. note:: This chapter shows how to use different backends to calculate different interpolations.
77

@@ -37,3 +37,5 @@ Various methods to draw contour lines [always step= 10] on the *stddev* raster:
3737
- :menuselection:`GRASS --> r.contour.step`
3838
- :menuselection:`GDAL --> Contour`
3939
- :menuselection:`SAGA --> Contour lines from grid` [**NB:** in some older SAGA versions, output shp is not valid, known bug]
40+
41+
.. _Faunalia: https://www.faunalia.eu/en

docs/training_manual/processing/more_backends.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Other programs
22
===================
33

4-
Module contributed by Paolo Cavallini - `Faunalia <https://www.faunalia.eu>`_
4+
Module contributed by Paolo Cavallini - `Faunalia`_
55

66
.. note:: This chapter shows how to use additional programs from inside Processing. To complete it, you must have installed, with the tools of your operating system, the relevant packages.
77

@@ -81,3 +81,4 @@ Dissolve features based on a common attribute:
8181
.. _LecoS: https://conservationecology.wordpress.com/qgis-plugins-and-scripts/lecos-land-cover-statistics/
8282
.. _lwgeom: https://plugins.qgis.org/plugins/processinglwgeomprovider/
8383
.. _Animove: https://www.faunalia.eu/en/dev/animove
84+
.. _Faunalia: https://www.faunalia.eu/en

docs/training_manual/processing/solar.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Planning a solar farm
22
======================
33

4-
Module contributed by Paolo Cavallini - `Faunalia <https://www.faunalia.eu>`_
4+
Module contributed by Paolo Cavallini - `Faunalia`_
55

66
.. note:: This chapter shows how to use several criteria to locate the areas suitable for installing a photovoltaic power station
77

@@ -29,3 +29,5 @@ Finally, we convert to a vector:
2929
- :menuselection:`GRASS --> r.to.vect` [Feature type: area; Smooth corners: yes]
3030

3131
**Exercise for the reader**: repeat the analysis, replacing GRASS commands with analogous from other programs.
32+
33+
.. _Faunalia: https://www.faunalia.eu/en

docs/training_manual/rasters/changing_symbology.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,9 @@ hillshade effect (useful only with DEM raster files).
179179
Reference
180180
----------------------------------------------------------------------
181181

182-
The SRTM dataset was obtained from
183-
`http://srtm.csi.cgiar.org/ <http://srtm.csi.cgiar.org/>`_
182+
The SRTM dataset was obtained from `CGIAR CSI`_ website.
183+
184+
.. _CGIAR CSI: https://srtm.csi.cgiar.org/
184185

185186
What's Next?
186187
----------------------------------------------------------------------

docs/user_manual/grass_integration/grass_integration.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ raster elevation map. Create a new folder called :file:`grassdata`, download
3333
the QGIS 'Alaska' dataset :file:`qgis\_sample\_data.zip` from
3434
https://download.qgis.org//downloads/data/ and unzip the file into :file:`grassdata`.
3535

36-
More sample GRASS :file:`LOCATIONs` are available at the GRASS website at
37-
https://grass.osgeo.org/download/data/.
36+
More sample GRASS :file:`LOCATIONs` are available at the GRASS_ website.
37+
38+
.. _GRASS: https://grass.osgeo.org/download/data/
3839

3940
.. _sec_load_grassdata:
4041

docs/user_manual/introduction/qgis_configuration.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ or when a layer without a CRS is loaded.
305305
distance: occurs when you are explicitly creating or modifying a dataset and
306306
select a CRS based on a datum ensemble with lower
307307
accuracy. The default is to ``Always show`` the warning if any inaccuracy.
308-
Requires a QGIS version using at least `PROJ 8.0 <https://proj.org/index.html>`_.
308+
Requires a QGIS version using at least `PROJ 8.0`_.
309309

310310
|unchecked| :guilabel:`Show CRS accuracy warning for layers in project legend`:
311311
If checked, any layer with a CRS with accuracy issues (i.e., a dynamic crs with
@@ -2766,6 +2766,8 @@ in the QGIS user profile.
27662766
* Project templates must be deployed in the :file:`project_templates` directory.
27672767
* Custom Python macros must be deployed in the :file:`python` directory.
27682768

2769+
.. _`PROJ 8.0`: https://proj.org/en/8.0/
2770+
27692771
.. Substitutions definitions - AVOID EDITING PAST THIS LINE
27702772
This will be automatically updated by the find_set_subst.py script.
27712773
If you need to create a new substitution manually,

docs/user_manual/managing_data_source/opening_data.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,7 @@ Field type detection
588588

589589
QGIS tries to detect the field types automatically (unless
590590
|checkbox|:guilabel:`Detect field types` is not checked) by examining
591-
the content of an optional sidecar CSVT file (see:
592-
`GeoCSV specification <https://giswiki.hsr.ch/GeoCSV#CSVT_file_format_specification>`_)
591+
the content of an optional sidecar CSVT file (see `GeoCSV specification`_)
593592
and by scanning the whole file to make sure that all values can actually
594593
be converted without errors, the fall-back field type is text.
595594

@@ -1696,6 +1695,8 @@ Select the service you want to connect to and fill in the required fields:
16961695
You can also choose to :guilabel:`Save Connection` to an XML file
16971696
or :guilabel:`Load Connection` from an XML file.
16981697

1698+
.. _GeoCSV specification: https://giswiki.ch/GeoCSV#CSVT_file_format_specification
1699+
16991700
.. Substitutions definitions - AVOID EDITING PAST THIS LINE
17001701
This will be automatically updated by the find_set_subst.py script.
17011702
If you need to create a new substitution manually,

docs/user_manual/processing/3rdParty.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -586,12 +586,10 @@ parameters.
586586
LAStools
587587
--------
588588

589-
To use `LAStools <https://rapidlasso.com/lastools/>`_ in QGIS,
590-
you need to download and install LAStools on your computer and
591-
install the LAStools plugin (available from the official repository) in QGIS.
589+
To use `LAStools`_ in QGIS, you need to download and install LAStools on your computer
590+
and install the LAStools plugin (available from the official repository) in QGIS.
592591

593-
On Linux platforms, you will need `Wine <https://www.winehq.org/>`_
594-
to be able to run some of the tools.
592+
On Linux platforms, you will need `Wine`_ to be able to run some of the tools.
595593

596594
LAStools is activated and configured in the Processing options
597595
(:menuselection:`Settings --> Options`, :guilabel:`Processing` tab,
@@ -608,8 +606,7 @@ OTB Applications
608606

609607
OTB applications are fully supported within the QGIS Processing framework.
610608

611-
612-
`OTB <https://www.orfeo-toolbox.org>`_ (Orfeo ToolBox) is an image
609+
`OTB`_ (Orfeo ToolBox) is an image
613610
processing library for remote sensing data. It also provides
614611
applications that provide image processing functionalities.
615612
The list of applications and their documentation are available in
@@ -684,3 +681,7 @@ using the ``qgis`` label.
684681

685682
Additional information about OTB and QGIS can be found in
686683
`OTB Cookbook <https://www.orfeo-toolbox.org/CookBook-develop/QGISInterface.html>`__.
684+
685+
.. _LAStools: https://rapidlasso.de/lastools-220107/
686+
.. _Wine: https://www.winehq.org/
687+
.. _OTB: https://www.orfeo-toolbox.org

0 commit comments

Comments
 (0)