diff --git a/docs/comparison.rst b/docs/comparison.rst index b575ce653..d58653159 100644 --- a/docs/comparison.rst +++ b/docs/comparison.rst @@ -1,4 +1,3 @@ - Comparison ========== Xonsh is significantly different from most other shells or shell tools. The following diff --git a/docs/devguide.rst b/docs/devguide.rst index 3bdd7dc21..798f2aa2f 120000 --- a/docs/devguide.rst +++ b/docs/devguide.rst @@ -1 +1 @@ -.. include:: ../CONTRIBUTING.rst \ No newline at end of file +../CONTRIBUTING.rst \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 9fe5913bb..70d922803 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,7 @@ - .. include:: intro.rst +.. include:: tryitnow.rst + .. include:: comparison.rst .. include:: installation.rst diff --git a/docs/tryitnow.rst b/docs/tryitnow.rst new file mode 100644 index 000000000..9fb1753f8 --- /dev/null +++ b/docs/tryitnow.rst @@ -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 `_ frame below. +**Note:** this is not a fully featured xonsh instance due to repl.it limitations. + +.. raw:: html + + diff --git a/news/replit.rst b/news/replit.rst new file mode 100644 index 000000000..35fcbfdad --- /dev/null +++ b/news/replit.rst @@ -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