mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 00:41:00 +01:00
Merge pull request #1138 from Siecje/xontrib_docs
Adding xontrib to the title of extensions tutorial
This commit is contained in:
commit
c1592bb9c8
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
.. _tutorial_xontrib:
|
.. _tutorial_xontrib:
|
||||||
|
|
||||||
************************************
|
************************************
|
||||||
Tutorial: Extensions
|
Tutorial: Extensions (Xontribs)
|
||||||
************************************
|
************************************
|
||||||
Take a deep breath and prepare for some serious Show & Tell; it's time to
|
Take a deep breath and prepare for some serious Show & Tell; it's time to
|
||||||
learn about xonsh extensions!
|
learn about xonsh extensions!
|
||||||
|
@ -222,4 +222,4 @@ Note that you can have as many entries in the ``"install"`` dict as you
|
||||||
want. Also, the keys are arbitrary labels, so feel free to pick whatever
|
want. Also, the keys are arbitrary labels, so feel free to pick whatever
|
||||||
you want.
|
you want.
|
||||||
|
|
||||||
Go forth!
|
Go forth!
|
||||||
|
|
|
@ -2,7 +2,7 @@ Xontribs
|
||||||
========
|
========
|
||||||
The following lists known xonsh contributions (xontribs), a description of the
|
The following lists known xonsh contributions (xontribs), a description of the
|
||||||
xontrib, and how to get your hands on it. Once installed, these xontribs
|
xontrib, and how to get your hands on it. Once installed, these xontribs
|
||||||
can be loaded into you session by adding them to the ``xontribs`` list in the
|
can be loaded into your session by adding them to the ``xontribs`` list in the
|
||||||
config file, or dynamically in your xonshrc file or on the command line using
|
config file, or dynamically in your xonshrc file or on the command line using
|
||||||
the ``xontrib`` command:
|
the ``xontrib`` command:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue