diff --git a/docs/_static/hy-logo-small.png b/docs/_static/hy-logo-small.png new file mode 100644 index 0000000..b6a3c9c Binary files /dev/null and b/docs/_static/hy-logo-small.png differ diff --git a/docs/index.rst b/docs/index.rst index 6080c8f..1fc685e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,43 +1,26 @@ Welcome to Hy's documentation! ============================== - - - -.. image:: _static/hy-logo-full.png - :alt: Hy logo +.. image:: _static/hy-logo-small.png + :alt: Hy :align: left -Welcome to `Hy `_! +:Try Hy: https://try-hy.appspot.com +:PyPI: https://pypi.python.org/pypi/hy +:Source: https://github.com/hylang/hy +:List: `hylang-discuss `_ +:IRC: ``#hy`` on Freenode +:Build status: + .. image:: https://secure.travis-ci.org/hylang/hy.png + :alt: Travis CI + :target: http://travis-ci.org/hylang/hy + Hy is a wonderful dialect of Lisp that's embedded in Python. -Since Hy transforms its lisp code into the python Abstract Syntax -Tree, you have the whole beautiful world of python at your fingertips, -in lisp form! -Meet our mascot, "Cuddles": +Since Hy transforms its Lisp code into the Python Abstract Syntax +Tree, you have the whole beautiful world of Python at your fingertips, +in Lisp form! -.. image:: http://fc07.deviantart.net/fs70/i/2013/138/f/0/cuddles_the_hacker_by_doctormo-d65l7lq.png - :alt: Paul riding cuddles into the distance - -.. - Our old ascii art mascot version - Retained as an easter egg for those who read the docs via .rst! - - LET'S CUDDLEFISH - ______ - _.----'#' # ' - ,' #' ,# ; - (' (w) _,-'_/ - /// / /'.____.' - \|\||/ - - -You can try Hy `in your browser `_. - -Read more about Hy in these docs! - -We're also on IRC! Join -`#hy on irc.freenode.net `_! Documentation Index =================== @@ -49,6 +32,6 @@ Contents: quickstart tutorial - hacking language/index contrib/index + hacking diff --git a/docs/language/index.rst b/docs/language/index.rst index 4721eb3..d55032d 100644 --- a/docs/language/index.rst +++ b/docs/language/index.rst @@ -10,5 +10,5 @@ Contents: cli api core - internals readermacros + internals