Added repl.it to the docs

This commit is contained in:
Anthony Scopatz 2018-06-12 16:54:11 -04:00
parent 4c78866e6b
commit 06e993f74c
5 changed files with 25 additions and 3 deletions

View file

@ -1,4 +1,3 @@
Comparison
==========
Xonsh is significantly different from most other shells or shell tools. The following

View file

@ -1 +1 @@
.. include:: ../CONTRIBUTING.rst
../CONTRIBUTING.rst

View file

@ -1,6 +1,7 @@
.. include:: intro.rst
.. include:: tryitnow.rst
.. include:: comparison.rst
.. include:: installation.rst

9
docs/tryitnow.rst Normal file
View file

@ -0,0 +1,9 @@
Try It Now!
===========
Try out xonsh right here in the browser. Just press the triangle play button in
the bottom right of the `Repl.it <https://repl.it>`_ frame below.
**Note:** this is not a fully featured xonsh instance due to repl.it limitations.
.. raw:: html
<iframe height="400px" width="100%" src="https://repl.it/@scopatz/xonsh?lite=true" scrolling="no" frameborder="no" allowtransparency="true" allowfullscreen="true" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>

13
news/replit.rst Normal file
View file

@ -0,0 +1,13 @@
**Added:** None
**Changed:**
* Xonsh live example has been re-added back to the documentation.
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None