Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up class and method references | kotfu | 2020-02-05 | 1 | -2/+2 |
| | | | | | - 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 formatting cleanups | kotfu | 2019-11-29 | 2 | -12/+12 |
| | |||||
* | Fix changes requested in PR | kotfu | 2019-07-15 | 1 | -5/+6 |
| | |||||
* | Finish migration documentation for #719 | kotfu | 2019-07-14 | 5 | -36/+139 |
| | |||||
* | Lots of work on the migrating documentation for #719 | kotfu | 2019-07-14 | 6 | -23/+78 |
| | |||||
* | Addressed PR recommendations | Todd Leonhardt | 2019-07-08 | 2 | -2/+11 |
| | |||||
* | Started filling in some missing stuff in the new documentation structure | Todd Leonhardt | 2019-07-07 | 2 | -18/+61 |
| | |||||
* | Add doc8 documentation style checking | kotfu | 2019-07-06 | 3 | -15/+16 |
| | | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors | ||||
* | Revise menu structure | kotfu | 2019-07-03 | 1 | -0/+11 |
| | | | | | - collapse menu structure in sidebar so not everything is always shown - updates to Getting Started section | ||||
* | Major overhaul of documentation structure for #709 | kotfu | 2019-07-02 | 5 | -0/+61 |