From ce3bb94601e37ba969c92b79ff58370a8e2ba027 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 5 May 2021 17:24:45 -0500 Subject: [PATCH] Restructure README --- README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 626571d..1fa2c21 100644 --- a/README.rst +++ b/README.rst @@ -15,9 +15,6 @@ and is in the process of being moved here) :alt: Python Package Index Release Page :target: https://pypi.org/project/arraycontext/ -* `Source code on Github `_ -* `Documentation `_ - GPU arrays? Deferred-evaluation arrays? Just plain ``numpy`` arrays? You'd like your code to work with all of them? No problem! Comes with pre-made array context implementations for: @@ -33,3 +30,9 @@ implementations for: package. Distributed under the MIT license. + +Links +----- + +* `Source code on Github `_ +* `Documentation `_ -- GitLab