From c62293103e97fd36a4f344d5d6c4c59a2c5b3e59 Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Thu, 20 Aug 2020 13:35:47 -0400 Subject: Updated documentation with more explicit discussions on testing Added unit test to verify command name validation updates. --- docs/features/builtin_commands.rst | 2 ++ docs/features/scripting.rst | 2 ++ 2 files changed, 4 insertions(+) (limited to 'docs/features') diff --git a/docs/features/builtin_commands.rst b/docs/features/builtin_commands.rst index e08b5c24..d5112458 100644 --- a/docs/features/builtin_commands.rst +++ b/docs/features/builtin_commands.rst @@ -70,6 +70,8 @@ quit This command exits the ``cmd2`` application. +.. _feature-builtin-commands-run-pyscript: + run_pyscript ~~~~~~~~~~~~ diff --git a/docs/features/scripting.rst b/docs/features/scripting.rst index 141eaa62..f92942be 100644 --- a/docs/features/scripting.rst +++ b/docs/features/scripting.rst @@ -61,6 +61,8 @@ session. (Cmd) command # this is not a comment +.. _scripting-python-scripts: + Python Scripts -------------- -- cgit v1.2.1