mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Added repl.it to the docs
This commit is contained in:
parent
4c78866e6b
commit
06e993f74c
5 changed files with 25 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
Comparison
|
||||
==========
|
||||
Xonsh is significantly different from most other shells or shell tools. The following
|
||||
|
|
|
@ -1 +1 @@
|
|||
.. include:: ../CONTRIBUTING.rst
|
||||
../CONTRIBUTING.rst
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
.. include:: intro.rst
|
||||
|
||||
.. include:: tryitnow.rst
|
||||
|
||||
.. include:: comparison.rst
|
||||
|
||||
.. include:: installation.rst
|
||||
|
|
9
docs/tryitnow.rst
Normal file
9
docs/tryitnow.rst
Normal 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
13
news/replit.rst
Normal 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
|
Loading…
Add table
Reference in a new issue