Skip to content

Commit

Permalink
Project abstract: Add link to RTD page on how to cite QGreenland
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Aug 16, 2023
1 parent adce710 commit 3ac51e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qgreenland/util/qgis/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ def _add_project_metadata(project: qgc.QgsProject) -> None:
project_metadata.setAbstract(
"""QGreenland is a free and open-source Greenland-focused GIS package
for QGIS. To learn more about QGreenland, visit our website:
https://qgreenland.org"""
https://qgreenland.org.
For information on how to cite QGreenland, please see:
https://qgreenland.readthedocs.io/en/latest/citing.html"""
)
project.setMetadata(project_metadata)

Expand Down

0 comments on commit 3ac51e9

Please sign in to comment.