Merge master onto pr/473
This commit is contained in:
commit
bb5dac8af9
BIN
docs/_static/hy-logo-small.png
vendored
Normal file
BIN
docs/_static/hy-logo-small.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
@ -1,43 +1,26 @@
|
|||||||
Welcome to Hy's documentation!
|
Welcome to Hy's documentation!
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
.. image:: _static/hy-logo-small.png
|
||||||
|
:alt: Hy
|
||||||
|
|
||||||
.. image:: _static/hy-logo-full.png
|
|
||||||
:alt: Hy logo
|
|
||||||
:align: left
|
:align: left
|
||||||
|
|
||||||
Welcome to `Hy <https://github.com/hylang/hy>`_!
|
:Try Hy: https://try-hy.appspot.com
|
||||||
|
:PyPI: https://pypi.python.org/pypi/hy
|
||||||
|
:Source: https://github.com/hylang/hy
|
||||||
|
:List: `hylang-discuss <https://groups.google.com/forum/#!forum/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.
|
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 <https://try-hy.appspot.com>`_.
|
|
||||||
|
|
||||||
Read more about Hy in these docs!
|
|
||||||
|
|
||||||
We're also on IRC! Join
|
|
||||||
`#hy on irc.freenode.net <http://webchat.freenode.net/?channels=hy>`_!
|
|
||||||
|
|
||||||
Documentation Index
|
Documentation Index
|
||||||
===================
|
===================
|
||||||
@ -49,6 +32,6 @@ Contents:
|
|||||||
|
|
||||||
quickstart
|
quickstart
|
||||||
tutorial
|
tutorial
|
||||||
hacking
|
|
||||||
language/index
|
language/index
|
||||||
contrib/index
|
contrib/index
|
||||||
|
hacking
|
||||||
|
@ -10,5 +10,5 @@ Contents:
|
|||||||
cli
|
cli
|
||||||
api
|
api
|
||||||
core
|
core
|
||||||
internals
|
|
||||||
readermacros
|
readermacros
|
||||||
|
internals
|
||||||
|
Loading…
Reference in New Issue
Block a user