summaryrefslogtreecommitdiff
path: root/docs/migrating
Commit message (Collapse)AuthorAgeFilesLines
* Clean up class and method referenceskotfu2020-02-051-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 cleanupskotfu2019-11-292-12/+12
|
* Fix changes requested in PRkotfu2019-07-151-5/+6
|
* Finish migration documentation for #719kotfu2019-07-145-36/+139
|
* Lots of work on the migrating documentation for #719kotfu2019-07-146-23/+78
|
* Addressed PR recommendationsTodd Leonhardt2019-07-082-2/+11
|
* Started filling in some missing stuff in the new documentation structureTodd Leonhardt2019-07-072-18/+61
|
* Add doc8 documentation style checkingkotfu2019-07-063-15/+16
| | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors
* Revise menu structurekotfu2019-07-031-0/+11
| | | | | - collapse menu structure in sidebar so not everything is always shown - updates to Getting Started section
* Major overhaul of documentation structure for #709kotfu2019-07-025-0/+61