summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-06-27 11:54:20 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-06-27 11:54:20 -0400
commit033e203348b9601f84b25c244c919fd6ad35987f (patch)
treeb90c7af80b9936fef2d44794c7a591dd3a351663 /docs
parentf4d7977d8dcdd370c51bfbcf181d16e229c234a6 (diff)
downloadcmd2-git-033e203348b9601f84b25c244c919fd6ad35987f.tar.gz
Move line that seemed out of place at the very end to before the "advanced" section
Diffstat (limited to 'docs')
-rw-r--r--docs/features/scripting.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features/scripting.rst b/docs/features/scripting.rst
index 4ab6add6..141eaa62 100644
--- a/docs/features/scripting.rst
+++ b/docs/features/scripting.rst
@@ -94,6 +94,9 @@ where:
* ``command`` and ``args`` are entered exactly like they would be entered by
a user of your application.
+See python_scripting_ example and associated conditional_ script for more
+information.
+
Advanced Support
~~~~~~~~~~~~~~~~
@@ -117,6 +120,3 @@ larger test suite. See :ref:`plugins/external_test:External Test Plugin`
.. _conditional:
https://github.com/python-cmd2/cmd2/blob/master/examples/scripts/conditional.py
-
-See python_scripting_ example and associated conditional_ script for more
-information.