summaryrefslogtreecommitdiff
path: root/docs/features/embedded_python_shells.rst
Commit message (Collapse)AuthorAgeFilesLines
* Removed dash from 'tab complete' stringKevin Van Brunt2020-02-131-1/+1
|
* Clean up class and method referenceskotfu2020-02-051-3/+3
| | | | | - In docs/api/cmd.rst, the `cmd2.Cmd` class was defined as `cmd2.cmd2.Cmd`, which required the extraneous `cmd2` every time we referenced it. This extra `cmd2` is no longer required. - always refer to a bare cmd2 using ``cmd2`` per our documentation conventions
* Renamed locals_in_py to self_in_pyTodd Leonhardt2020-01-271-1/+1
| | | | This more accurately reflects what it controls
* Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵Todd Leonhardt2020-01-271-3/+1
| | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt
* Minor update to embedded python shells docsTodd Leonhardt2019-11-031-0/+2
|
* Integrate freefeatures into new doc structurekotfu2019-07-161-4/+4
|
* Lots of work on the migrating documentation for #719kotfu2019-07-141-1/+132
|
* Skeleton doc structure complete for #709kotfu2019-07-021-0/+4