summaryrefslogtreecommitdiff
path: root/docs/overview
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
|
* Removed dash from 'tab complete' stringKevin Van Brunt2020-02-131-1/+1
|
* 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
* Fixed broken links in Sphinx docsTodd Leonhardt2020-01-262-7/+7
| | | | | | Also: - Added a "linkcheck" task to the invoke tasks _ Use pseudoterminals for invoke tasks with colored output so that we can see the color when using invoke
* Added documentation for empty sections of the Sphinx docsTodd Leonhardt2019-11-021-2/+2
|
* Updated Sphinx docs resources page to link to PyOhio 2019 presentation ↵Todd Leonhardt2019-08-081-1/+1
| | | | instead of Florida PyCon 2017 one
* Add doc8 documentation style checkingkotfu2019-07-064-38/+40
| | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors
* Remove TODOkotfu2019-07-061-6/+0
|
* Work on Getting Started section of documentationkotfu2019-07-063-10/+2
| | | | | - change the walk through from example.py to a new first_app.py (based on example.py) - remove the feature tour section, we’ll use the first application to demo the key features
* Add content for how to integrate cmd2 into your projectkotfu2019-07-062-21/+31
|
* Added a walkthrough of constructing a simple application to the overviewkotfu2019-07-052-4/+9
| | | | For #709
* Revise menu structurekotfu2019-07-036-113/+181
| | | | | - collapse menu structure in sidebar so not everything is always shown - updates to Getting Started section
* Major overhaul of documentation structure for #709kotfu2019-07-024-0/+227