| 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 | -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 | ||||
| * | Minor grammar fix | Todd Leonhardt | 2020-01-29 | 1 | -3/+3 |
| | | |||||
| * | Addressed PR comments | Todd Leonhardt | 2020-01-29 | 1 | -6/+17 |
| | | |||||
| * | Updated docs on integrating with various operating system features | Todd Leonhardt | 2020-01-29 | 1 | -7/+87 |
| | | |||||
| * | Attempt to make "help -v" more discoverable by changing the default help text | Todd Leonhardt | 2020-01-29 | 1 | -2/+2 |
| | | |||||
| * | Integrate the unfreefeatures legacy documentation | kotfu | 2019-07-16 | 1 | -0/+75 |
| | | |||||
| * | Add doc8 documentation style checking | kotfu | 2019-07-06 | 1 | -1/+2 |
| | | | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors | ||||
| * | Skeleton doc structure complete for #709 | kotfu | 2019-07-02 | 1 | -0/+10 |
