From ff125d284209f4d67d7b4e9557a20925f0bbd125 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 8 Aug 2019 01:27:37 +0200 Subject: [PATCH] Fix link to project homepage --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 32d49d4..4ce9d41 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Install via pip : pip install pyconrad -or if you downloaded this repository (https://github.com/theHamsta/pystencils_autodiff) using: +or if you downloaded this `repository <https://github.com/theHamsta/pystencils_autodiff>\`_ using: .. code-block:: bash diff --git a/setup.cfg b/setup.cfg index a7ed952..9baa034 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ author-email = stephan.seitz@fau.de license = GPLv3 long-description = file: README.rst long-description-content-type = text/x-rst; charset=UTF-8 -url = https://github.com/pyscaffold/pyscaffold/ +url = https://github.com/theHamsta/pystencils_autodiff project-urls = Documentation = https://pystencils-autodiff.readthedocs.io/en/latest/ # Change if running only on Windows, Mac or Linux (comma-separated) -- GitLab