From 7a7da8a7a087648df063219c9b95771d654f2e9b Mon Sep 17 00:00:00 2001 From: "[6~" Date: Thu, 11 Mar 2021 19:34:47 -0600 Subject: [PATCH] Clarify that docs contain an example --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3ec2a73..71ebcca 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,8 @@ that the graph represents a computation that's being repeated often enough that it is worthwhile to do expensive processing on it (code generation, fusion, OpenCL compilation, etc). -* `Documentation `__ (read how things work) +* `Documentation `__ (read how things work, see an example) +* `Github `__ (get latest source code, file bugs) Pytato is licensed to you under the MIT/X Consortium license. See the `documentation `__ -- GitLab