From c3811b5e717ec78f1929717e03f632d157258329 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 20 May 2013 18:17:11 -0500 Subject: [PATCH] Replacing cuddles ascii art with the cuddles drawing, restoring hy logo --- docs/index.rst | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 2a78d14..220ceaf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,14 +2,11 @@ Welcome to Hy's documentation! ============================== -.. 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 -.. .. image:: _static/hy_logo-smaller.png -.. :alt: Hy logo -.. :align: left - +.. image:: _static/hy_logo-smaller.png + :alt: Hy logo + :align: left Welcome to `Hy `_! Hy is a wonderful dialect of Lisp that's embedded in Python. @@ -17,15 +14,23 @@ 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":: +Meet our mascot, "Cuddles": + +.. 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) _,-'_/ +.. /// / /'.____.' +.. \|\||/ - LET'S CUDDLEFISH - ______ - _.----'#' # ' - ,' #' ,# ; - (' (w) _,-'_/ - /// / /'.____.' - \|\||/ Read more about Hy in these docs! Or, if you'd like, try the `interactive hy->python demo `_!