From e41624d47dc19a9a332652f27e469cc7d5a82f16 Mon Sep 17 00:00:00 2001 From: James King Date: Wed, 10 Apr 2013 11:11:05 -0400 Subject: [PATCH] Minor correction to repl template. Added link to docs. --- site/templates/index.html | 3 +++ site/templates/repl.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/site/templates/index.html b/site/templates/index.html index c0f6dc9..4a7420c 100644 --- a/site/templates/index.html +++ b/site/templates/index.html @@ -17,6 +17,9 @@ It's got an extremely simple Macro system, which will hopefully become a bit more advanced as the language develops.

+Read the docs to learn more. +

+

Want to try it out? Flip on JavaScript and try out the REPL

{% endblock %} diff --git a/site/templates/repl.html b/site/templates/repl.html index 52e473a..bf905f1 100644 --- a/site/templates/repl.html +++ b/site/templates/repl.html @@ -22,7 +22,7 @@ ;;;; "compiles" to Python ASTs. ;;;; ;;;; This pane is the Hy lisp variant, -;;;; and the left side is what the output +;;;; and the right side is what the output ;;;; AST looks like using the `codegen` module. ;;;; ;;;; star the repo @ http://git.io/hy