summaryrefslogtreecommitdiff
path: root/docs/examples/first_app.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add links to recently added API documentationkotfu2020-02-221-13/+14
|
* Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docsTodd Leonhardt2020-02-041-2/+2
|
* Fixed broken links in Sphinx docsTodd Leonhardt2020-01-261-2/+2
| | | | | | 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
* Fixed a couple links that I accidentally broke with my last commitTodd Leonhardt2019-07-061-2/+2
|
* Add links to list of featureskotfu2019-07-061-8/+8
|
* Add doc8 documentation style checkingkotfu2019-07-061-37/+56
| | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors
* Work on Getting Started section of documentationkotfu2019-07-061-0/+303
- 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