mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-13 20:00:19 +01:00
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
{# References used in the documentation #}
|
|
|
|
[APPIMAGE]: https://appimage.org/
|
|
[APPIMAGE_APPRUN]: https://docs.appimage.org/introduction/software-overview.html#apprun
|
|
[APPIMAGE_DESKTOP]: https://docs.appimage.org/reference/desktop-integration.html#
|
|
[APPIMAGE_ENV]: https://docs.appimage.org/packaging-guide/environment-variables.html
|
|
[APPIMAGE_PACKAGING]: https://docs.appimage.org/packaging-guide/index.html
|
|
[APPIMAGE_XML]: https://docs.appimage.org/packaging-guide/optional/appstream.html
|
|
[APPIMAGETOOL]: https://appimage.github.io/appimagetool/
|
|
[APPLICATIONS]: {{ config.repo_url }}tree/master/applications/
|
|
[AUDITWHEEL]: https://github.com/pypa/auditwheel/
|
|
[GITHUB]: {{ config.repo_url }}
|
|
[LINUXDEPLOY]: https://github.com/linuxdeploy/linuxdeploy/
|
|
[MANYLINUX]: https://github.com/pypa/manylinux/
|
|
[NUMPY]: https://numpy.org/
|
|
[PATCHELF]: https://github.com/NixOS/patchelf/
|
|
[PEP_425]: https://peps.python.org/pep-0425/
|
|
[PYPI]: https://pypi.org/project/python-appimage/
|
|
[RELEASES]: {{ config.repo_url }}releases/
|
|
[SHEBANG]: https://en.wikipedia.org/wiki/Shebang_(Unix)/
|
|
[VENV]: https://docs.python.org/3/library/venv.html/
|
|
[WHEELS]: https://pythonwheels.com/
|