| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up class and method references | kotfu | 2020-02-05 | 1 | -1/+1 |
| | | | | | | - 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 | ||||
| * | Added a documentation section on packaging cmd2 applications for distribution | Todd Leonhardt | 2019-11-16 | 1 | -0/+39 |
