Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update conditional pyreadline3 dependency for Win | Kyle King | 2021-01-27 | 1 | -3/+6 |
| | |||||
* | Clarify that the API documentation is the public API. | kotfu | 2020-02-22 | 1 | -2/+5 |
| | |||||
* | 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 | ||||
* | Add doc8 documentation style checking | kotfu | 2019-07-06 | 1 | -6/+7 |
| | | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors | ||||
* | Remove TODO | kotfu | 2019-07-06 | 1 | -6/+0 |
| | |||||
* | Add content for how to integrate cmd2 into your project | kotfu | 2019-07-06 | 1 | -19/+29 |
| | |||||
* | Revise menu structure | kotfu | 2019-07-03 | 1 | -0/+27 |
- collapse menu structure in sidebar so not everything is always shown - updates to Getting Started section |