From ef8735e6d44568f5cac378fc61f368b3a84efa8e Mon Sep 17 00:00:00 2001 From: Cody Scott Date: Mon, 6 Jun 2016 12:09:41 -0400 Subject: [PATCH] Adding xontrib to the title of extensions tutorial --- docs/tutorial_xontrib.rst | 4 ++-- docs/xontribs.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial_xontrib.rst b/docs/tutorial_xontrib.rst index ef7d9861e..d78672815 100644 --- a/docs/tutorial_xontrib.rst +++ b/docs/tutorial_xontrib.rst @@ -1,7 +1,7 @@ .. _tutorial_xontrib: ************************************ -Tutorial: Extensions +Tutorial: Extensions (Xontribs) ************************************ Take a deep breath and prepare for some serious Show & Tell; it's time to 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 you want. -Go forth! \ No newline at end of file +Go forth! diff --git a/docs/xontribs.rst b/docs/xontribs.rst index 994dc81d6..bc149e922 100644 --- a/docs/xontribs.rst +++ b/docs/xontribs.rst @@ -2,7 +2,7 @@ Xontribs ======== The following lists known xonsh contributions (xontribs), a description of the 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 the ``xontrib`` command: