| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Specify spacing when using autoclass | kotfu | 2020-02-24 | 1 | -0/+15 |
| | | |||||
| * | Add link to issue for more detail on how we determined our attribute ↵ | kotfu | 2020-02-14 | 1 | -0/+3 |
| | | | | | documentation approach | ||||
| * | Clean up class and method references | kotfu | 2020-02-05 | 1 | -12/+4 |
| | | | | | | - 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 | ||||
| * | Fix doc8 error | kotfu | 2020-01-15 | 1 | -3/+3 |
| | | |||||
| * | Clarify comment style for module data members and class attributes | kotfu | 2020-01-15 | 1 | -0/+6 |
| | | |||||
| * | Clarify how to document instance attributes | kotfu | 2020-01-15 | 1 | -0/+14 |
| | | |||||
| * | Reorganize doc conventions | kotfu | 2019-11-30 | 1 | -46/+41 |
| | | |||||
| * | Clean out some unused cruft | kotfu | 2019-11-29 | 1 | -19/+5 |
| | | |||||
| * | Write details for two sections | kotfu | 2019-11-27 | 1 | -15/+104 |
| | | | | | | - titles and headings - referencing methods | ||||
| * | Add doc8 documentation style checking | kotfu | 2019-07-06 | 1 | -23/+40 |
| | | | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors | ||||
| * | Added a walkthrough of constructing a simple application to the overview | kotfu | 2019-07-05 | 1 | -0/+2 |
| | | | | | For #709 | ||||
| * | Major overhaul of documentation structure for #709 | kotfu | 2019-07-02 | 1 | -0/+109 |
