summaryrefslogtreecommitdiff
path: root/docs/overview/integrating.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update conditional pyreadline3 dependency for WinKyle King2021-01-271-3/+6
|
* Clarify that the API documentation is the public API.kotfu2020-02-221-2/+5
|
* 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
* Add doc8 documentation style checkingkotfu2019-07-061-6/+7
| | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors
* Remove TODOkotfu2019-07-061-6/+0
|
* Add content for how to integrate cmd2 into your projectkotfu2019-07-061-19/+29
|
* Revise menu structurekotfu2019-07-031-0/+27
- collapse menu structure in sidebar so not everything is always shown - updates to Getting Started section