diff options
| author | kotfu <kotfu@kotfu.net> | 2019-07-16 17:28:14 -0600 |
|---|---|---|
| committer | kotfu <kotfu@kotfu.net> | 2019-07-16 17:28:14 -0600 |
| commit | a8c4a65106ad6325adec5e662ee8a5397527dba5 (patch) | |
| tree | 835188fe74653be5bf38ad3fa265d614b4882db6 /docs/features/embedded_python_shells.rst | |
| parent | eb882b2b308bb2e09761a74007ea308b489c2d56 (diff) | |
| download | cmd2-git-a8c4a65106ad6325adec5e662ee8a5397527dba5.tar.gz | |
Integrate freefeatures into new doc structure
Diffstat (limited to 'docs/features/embedded_python_shells.rst')
| -rw-r--r-- | docs/features/embedded_python_shells.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/features/embedded_python_shells.rst b/docs/features/embedded_python_shells.rst index 7e8c027b..6d00536a 100644 --- a/docs/features/embedded_python_shells.rst +++ b/docs/features/embedded_python_shells.rst @@ -61,10 +61,10 @@ the application:: The ``py`` command also allows you to run Python scripts via ``py run('myscript.py')``. This provides a more complicated and more powerful scripting capability than that provided by the simple text file scripts -discussed in :ref:`scripts`. Python scripts can include conditional control -flow logic. See the **python_scripting.py** ``cmd2`` application and the -**script_conditional.py** script in the ``examples`` source code directory for -an example of how to achieve this in your own applications. +discussed in :ref:`features/scripting:Scripting`. Python scripts can include +conditional control flow logic. See the **python_scripting.py** ``cmd2`` +application and the **script_conditional.py** script in the ``examples`` source +code directory for an example of how to achieve this in your own applications. Using ``py`` to run scripts directly is considered deprecated. The newer ``run_pyscript`` command is superior for doing this in two primary ways: |
