Skip to content

Commit

Permalink
Remove docs references to the alpha branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed Jun 23, 2022
1 parent 88c8d0c commit 6e33186
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,21 @@ 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
beautiful world of Python at your fingertips, in Lisp form.

To install the latest alpha of Hy, just use the command `pip3 install --pre
To install the latest release of Hy, just use the command `pip3 install
--user hy`. Then you can start an interactive read-eval-print loop (REPL) with
the command `hy`, or run a Hy program with `hy myprogram.hy`.

* [Try Hy with a web console](https://hylang.github.io/hy-interpreter)
* [Why Hy?](http://docs.hylang.org/en/alpha/whyhy.html)
* [Tutorial](http://docs.hylang.org/en/alpha/tutorial.html)
* [Why Hy?](http://docs.hylang.org/en/stable/whyhy.html)
* [Tutorial](http://docs.hylang.org/en/stable/tutorial.html)

Project
-------

* Code: https://github.com/hylang/hy
* Documentation:
* master, for use with the latest revision on GitHub: http://docs.hylang.org/en/master
* alpha, for use with the latest alpha release: http://hylang.org/en/alpha
* stable, for use with version 0.20.0: http://hylang.org/en/stable
* stable, for use with the latest release on PyPI: http://hylang.org/en/stable
* Bug reports: We have no bugs! Your bugs are your own! (https://github.com/hylang/hy/issues)
* License: MIT (Expat)
* [Hacking on Hy](http://docs.hylang.org/en/master/hacking.html)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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
beautiful world of Python at your fingertips, in Lisp form.

To install the latest alpha of Hy, just use the command ``pip3 install --pre
To install the latest release of Hy, just use the command ``pip3 install
--user hy``. Then you can start an interactive read-eval-print loop (REPL) with
the command ``hy``, or run a Hy program with ``hy myprogram.hy``.

Expand Down

0 comments on commit 6e33186

Please sign in to comment.