| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed dash from 'tab complete' string | Kevin Van Brunt | 2020-02-13 | 1 | -1/+1 |
| | | |||||
| * | Clean up class and method references | kotfu | 2020-02-05 | 1 | -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_py | Todd Leonhardt | 2020-01-27 | 1 | -1/+1 |
| | | | | | This more accurately reflects what it controls | ||||
| * | Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵ | Todd Leonhardt | 2020-01-27 | 1 | -3/+1 |
| | | | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt | ||||
| * | Minor update to embedded python shells docs | Todd Leonhardt | 2019-11-03 | 1 | -0/+2 |
| | | |||||
| * | Integrate freefeatures into new doc structure | kotfu | 2019-07-16 | 1 | -4/+4 |
| | | |||||
| * | Lots of work on the migrating documentation for #719 | kotfu | 2019-07-14 | 1 | -1/+132 |
| | | |||||
| * | Skeleton doc structure complete for #709 | kotfu | 2019-07-02 | 1 | -0/+4 |
