NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
178 stars 76 forks source link

Add link to readthedocs in pyproject.toml #478

Open sverhoeven opened 3 weeks ago

sverhoeven commented 3 weeks ago

At https://github.com/NLeSC/python-template/blob/81fb2e2e2361561ad4f58d730b1f8999e43c590e/template/pyproject.toml.jinja#L71-L74

These links show up on the pypi page for the package. It would be nice if you decided to host the docs online (#476) that there is a link from pypi page to the readthedocs.

sverhoeven commented 2 weeks ago

In #614 the ReadTheDocs = https:/... was added to the pyproject.toml. However PyPi has standardized name Documentation for docs, see https://docs.pypi.org/project_metadata/#general-url .

Can ReadTheDocs be renamed to Documentation?