From 6606e0ad60f191b0bc548026cd25049f9dcb8a7e Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 5 May 2021 17:23:58 -0500 Subject: [PATCH] Fix doc build --- arraycontext/__init__.py | 6 ++++++ doc/array_context.rst | 7 +++++++ doc/index.rst | 5 +++-- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 doc/array_context.rst diff --git a/arraycontext/__init__.py b/arraycontext/__init__.py index 1d13741..37d8fc8 100644 --- a/arraycontext/__init__.py +++ b/arraycontext/__init__.py @@ -1,3 +1,9 @@ +""" +An array context is an abstraction that helps you dispatch between multiple +implementations of :mod:`numpy`-like :math:`n`-dimensional arrays. +""" + + __copyright__ = """ Copyright (C) 2020-1 University of Illinois Board of Trustees """ diff --git a/doc/array_context.rst b/doc/array_context.rst new file mode 100644 index 0000000..95c7a5e --- /dev/null +++ b/doc/array_context.rst @@ -0,0 +1,7 @@ +The Array Context Abstraction +============================= + +.. automodule:: arraycontext + +Implementations of the Array Context Abstraction +================================================ diff --git a/doc/index.rst b/doc/index.rst index 58db970..9d0e0b1 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -5,9 +5,10 @@ Welcome to arraycontext's documentation! :maxdepth: 2 :caption: Contents: + array_context misc - 🚀 Github - 💾 Download Releases + 🚀 Github + 💾 Download Releases Indices and tables ================== -- GitLab