From f2302042e2edad5fcabd17fa4f7f2bc08c1003fc Mon Sep 17 00:00:00 2001 From: kotfu Date: Fri, 28 Feb 2020 21:12:37 -0700 Subject: Addressing PR feedback. --- docs/features/scripting.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/features') diff --git a/docs/features/scripting.rst b/docs/features/scripting.rst index efcb8261..52647927 100644 --- a/docs/features/scripting.rst +++ b/docs/features/scripting.rst @@ -93,3 +93,12 @@ where: :data:`cmd2.Cmd.py_bridge_name` attribute * ``command`` and ``args`` are entered exactly like they would be entered by a user of your application. + +.. _python_scripting: + https://github.com/python-cmd2/cmd2/blob/master/examples/python_scripting.py + +.. _conditional: + https://github.com/python-cmd2/cmd2/blob/master/examples/scripts/conditional.py + +See python_scripting_ example and associated conditional_ script for more +information. -- cgit v1.2.1