From f227f689d95ee46525a034596071111bd255dc2a Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Wed, 11 Sep 2019 10:24:03 -0400 Subject: [PATCH] Advertise our Stack Overflow tag --- README.md | 1 + docs/index.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 68180d9..34b00f0 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Project * [Contributor Guidelines](http://docs.hylang.org/en/master/hacking.html#contributor-guidelines) * [Code of Conduct](http://docs.hylang.org/en/master/hacking.html#contributor-code-of-conduct) * IRC: Join #hy on [freenode](https://webchat.freenode.net/) +* [Stack Overflow: The [hy] tag](https://stackoverflow.com/questions/tagged/hy) ![Cuddles the Hacker](https://i.imgur.com/QbPMXTN.png) diff --git a/docs/index.rst b/docs/index.rst index 6089770..c6991f9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,6 +9,7 @@ The Hy Manual :Source: https://github.com/hylang/hy :List: `hylang-discuss `_ :IRC: irc://chat.freenode.net/hy +:Stack Overflow: `The [hy] tag `_ Hy is a Lisp dialect that's embedded in Python. Since Hy transforms its Lisp code into Python abstract syntax tree (AST) objects, you have the whole