hy/docs
Tristram Oaten fc3dd8ab66 Fix Tuukka print example (#1304)
It was missing quotes around "Tuukka". Output from hy to confirm everything's good:

```clojure
hy unknown using CPython(default) 3.6.1 on Linux
=> (print "Hello there," "Tuukka")
Hello there, Tuukka
```
2017-06-12 08:36:47 -05:00
..
_static Reorganize documentation. 2014-01-25 21:01:16 +02:00
_templates Show a version number at the top of each docs page 2017-05-23 11:29:48 -07:00
contrib Add a command-line option --repl-output-fn (especially for hy.contrib.hy-repr) 2017-03-24 09:03:12 -07:00
extra Move hy.core.reserved to hy.extra.reserved (#1231) 2017-03-02 16:49:32 -06:00
language Modify cond to support single argument branches 2017-06-10 08:30:53 -07:00
.gitignore Adding in a docs directory. 2013-03-12 22:53:45 -04:00
conf.py Show a version number at the top of each docs page 2017-05-23 11:29:48 -07:00
coreteam.rst Remove @rwtolbert from core team 2016-12-31 11:05:53 -08:00
hacking.rst Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
index.rst Add hy.extra 2016-12-26 15:39:26 -08:00
make.bat This change updates the required Pygments version to 1.6, which 2014-03-14 09:01:47 -04:00
Makefile Adding in a docs directory. 2013-03-12 22:53:45 -04:00
quickstart.rst change quickstart install from PyPI to GitHub (#1116) 2016-09-24 15:54:32 -06:00
style-guide.rst Merge branch 'let-it-be' 2017-02-13 09:19:37 -08:00
tutorial.rst Fix Tuukka print example (#1304) 2017-06-12 08:36:47 -05:00