During recent PR Torben asked that I maintain a download link (when moving a community module to an extension). This ended up being less straightforward than expected:
I have added the following external links to the user guide conf.py:
-
download_release
-
download_extension
-
download_community
Here is an example use:
#. Download the :download_extension:mbstyle
Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example |release| above).
···
These will produce the full URL to the respective download item when used (to the build server or source forge).
–
Jody Garnett