summaryrefslogtreecommitdiff
path: root/docs/features/packaging.rst
Commit message (Collapse)AuthorAgeFilesLines
* Clean up class and method referenceskotfu2020-02-051-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 distributionTodd Leonhardt2019-11-161-0/+39