From 509b7dac9eb22d9e788d83be011dc1e11b1c4ec9 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 26 May 2021 13:55:37 -0500 Subject: [PATCH] README: Explain what pytato does --- README.rst | 2 +- doc/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ab5e747..eb213dd 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ implementations for: - numpy - `PyOpenCL <https://documen.tician.de/pyopencl/array.html>`__ -- `Pytato <https://documen.tician.de/pytato>`__ +- `Pytato <https://documen.tician.de/pytato>`__ (for lazy/deferred evaluation) - Debugging - Profiling diff --git a/doc/index.rst b/doc/index.rst index 4d2b436..d28c7a1 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -7,7 +7,7 @@ implementations for: - :mod:`numpy` - :mod:`pyopencl` -- :mod:`pytato` +- :mod:`pytato` (for lazy/deferred evaluation) - Debugging - Profiling -- GitLab