mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Small docs fixes (#4124)
* button * transparent png * transparent png * github xontribs * transparent png * moving windows note * removing broken link * talks added * talks added Co-authored-by: a <a>
This commit is contained in:
parent
b862e0cec0
commit
2b80fc3f3d
7 changed files with 30 additions and 13 deletions
|
@ -8,7 +8,7 @@ xonsh
|
||||||
The language is a superset of Python 3.6+ with additional shell primitives.
|
The language is a superset of Python 3.6+ with additional shell primitives.
|
||||||
xonsh (pronounced *conch*) is meant for the daily use of experts and novices alike.
|
xonsh (pronounced *conch*) is meant for the daily use of experts and novices alike.
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/xonsh/xonsh/master/docs/_static/xonsh4.png
|
.. image:: https://raw.githubusercontent.com/xonsh/xonsh/master/docs/_static/xonsh5.png
|
||||||
:alt: What is xonsh?
|
:alt: What is xonsh?
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
|
@ -36,9 +36,9 @@ xonsh
|
||||||
:target: https://codecov.io/gh/xonsh/xonsh
|
:target: https://codecov.io/gh/xonsh/xonsh
|
||||||
:alt: codecov
|
:alt: codecov
|
||||||
|
|
||||||
.. image:: https://gstatic.com/cloudssh/images/open-btn.svg
|
.. image:: https://img.shields.io/badge/Google%20Cloud%20Shell-xonsh-green
|
||||||
:target: https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/xonsh/xonsh.git
|
:target: https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/xonsh/xonsh.git
|
||||||
:alt: Open in Cloud Shell
|
:alt: Open in Google Cloud Shell
|
||||||
|
|
||||||
First steps
|
First steps
|
||||||
***********
|
***********
|
||||||
|
@ -47,7 +47,7 @@ Visit https://xon.sh for more information:
|
||||||
|
|
||||||
- `Installation <https://xon.sh/contents.html#installation>`_ - using packages, docker or AppImage.
|
- `Installation <https://xon.sh/contents.html#installation>`_ - using packages, docker or AppImage.
|
||||||
- `Tutorial <https://xon.sh/tutorial.html>`_ - step by step introduction in xonsh.
|
- `Tutorial <https://xon.sh/tutorial.html>`_ - step by step introduction in xonsh.
|
||||||
- `Xontribs <https://xon.sh/xontribs.html>`_ - list of awesome xonsh extensions.
|
- `Xontribs <https://xon.sh/xontribs.html>`_ or `Github Xontribs <https://github.com/topics/xontrib>`_ - list of awesome xonsh extensions.
|
||||||
|
|
||||||
Projects that use xonsh
|
Projects that use xonsh
|
||||||
***********************
|
***********************
|
||||||
|
|
BIN
docs/_static/xonsh4.png
vendored
BIN
docs/_static/xonsh4.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 48 KiB |
BIN
docs/_static/xonsh5.png
vendored
Normal file
BIN
docs/_static/xonsh5.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
|
@ -15,10 +15,3 @@ Xonsh can be installed and run with various package managers, by using appimage,
|
||||||
appimage
|
appimage
|
||||||
containers
|
containers
|
||||||
jupyter
|
jupyter
|
||||||
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
On Windows 10, the separately-installable `Windows Terminal app`_ is recommended.
|
|
||||||
|
|
||||||
.. _`Windows Terminal app`: https://github.com/microsoft/terminal/releases
|
|
|
@ -90,3 +90,9 @@ To ensure xonsh uses ``readline`` even if ``prompt-toolkit`` is installed, confi
|
||||||
|
|
||||||
$SHELL_TYPE = 'readline'
|
$SHELL_TYPE = 'readline'
|
||||||
|
|
||||||
|
Windows
|
||||||
|
-------
|
||||||
|
|
||||||
|
On Windows 10, the separately-installable `Windows Terminal app`_ is recommended.
|
||||||
|
|
||||||
|
.. _`Windows Terminal app`: https://github.com/microsoft/terminal/releases
|
|
@ -5,9 +5,25 @@ Here are some talks, articles, and other sundry about your favorite shell.
|
||||||
|
|
||||||
Talks
|
Talks
|
||||||
============
|
============
|
||||||
**Python Nordeste 2016:** presented by Lucas Inojosa http://lucasicf.github.io/talks/shell_python/
|
|
||||||
|
|
||||||
**PyCon 2016:** presented by Anthony Scopatz
|
**SciPy, Jul 2019:** presented by Anthony Scopatz and Gil Forsyth
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
<div style="text-align:center;">
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/ujo9sbqHFqw" frameborder="0" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
**Brněnské Pyvo, May 2019:** presented by Alexander Sosedkin
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
<div style="text-align:center;">
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZDhfpqRnpwI" frameborder="0" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
**PyCon, Jun 2016:** presented by Anthony Scopatz
|
||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
|
|
||||||
|
|
|
@ -12,3 +12,5 @@ command line using the ``xontrib`` command:
|
||||||
.. See the xontrib tutorial for more information.
|
.. See the xontrib tutorial for more information.
|
||||||
|
|
||||||
.. include:: xontribsbody
|
.. include:: xontribsbody
|
||||||
|
|
||||||
|
More xontribs you can find on `Github <https://github.com/topics/xontrib>`_.
|
Loading…
Add table
Reference in a new issue