From 87c9d85bf63d1c09015df3eee31bb1e1c068a6a9 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 29 Oct 2020 17:25:56 -0500 Subject: [PATCH] Fix Pypi links --- README.rst | 18 +++++++++--------- doc/conf.py | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index bf463392..4e3d0430 100644 --- a/README.rst +++ b/README.rst @@ -18,23 +18,23 @@ and accurately. It relies on -* `numpy `_ for arrays -* `modepy `_ for modes and nodes on simplices -* `meshmode `_ for modes and nodes on simplices -* `loopy `_ for fast array operations -* `leap `_ for time integration -* `dagrt `_ as an execution runtime -* `pytest `_ for automated testing +* `numpy `_ for arrays +* `modepy `_ for modes and nodes on simplices +* `meshmode `_ for modes and nodes on simplices +* `loopy `_ for fast array operations +* `leap `_ for time integration +* `dagrt `_ as an execution runtime +* `pytest `_ for automated testing and, indirectly, -* `PyOpenCL `_ as computational infrastructure +* `PyOpenCL `_ as computational infrastructure PyOpenCL is likely the only package you'll have to install by hand, all the others will be installed automatically. .. image:: https://badge.fury.io/py/grudge.png - :target: http://pypi.python.org/pypi/grudge + :target: http://pypi..org/project/grudge Resources: diff --git a/doc/conf.py b/doc/conf.py index 1b1cb89e..ac50671e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -127,7 +127,7 @@ html_theme = "alabaster" html_theme_options = { "extra_nav_links": { "🚀 Github": "https://github.com/inducer/grudge", - "💾 Download Releases": "https://pypi.python.org/pypi/grudge", + "💾 Download Releases": "https://pypi.org/project/grudge", } } -- GitLab