Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify that the API documentation is the public API. | kotfu | 2020-02-22 | 1 | -2/+5 |
| | |||||
* | Removed dash from 'tab complete' string | Kevin Van Brunt | 2020-02-13 | 1 | -1/+1 |
| | |||||
* | Clean up class and method references | kotfu | 2020-02-05 | 1 | -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 docs | Todd Leonhardt | 2020-01-26 | 2 | -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 docs | Todd Leonhardt | 2019-11-02 | 1 | -2/+2 |
| | |||||
* | Updated Sphinx docs resources page to link to PyOhio 2019 presentation ↵ | Todd Leonhardt | 2019-08-08 | 1 | -1/+1 |
| | | | | instead of Florida PyCon 2017 one | ||||
* | Add doc8 documentation style checking | kotfu | 2019-07-06 | 4 | -38/+40 |
| | | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors | ||||
* | Remove TODO | kotfu | 2019-07-06 | 1 | -6/+0 |
| | |||||
* | Work on Getting Started section of documentation | kotfu | 2019-07-06 | 3 | -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 project | kotfu | 2019-07-06 | 2 | -21/+31 |
| | |||||
* | Added a walkthrough of constructing a simple application to the overview | kotfu | 2019-07-05 | 2 | -4/+9 |
| | | | | For #709 | ||||
* | Revise menu structure | kotfu | 2019-07-03 | 6 | -113/+181 |
| | | | | | - collapse menu structure in sidebar so not everything is always shown - updates to Getting Started section | ||||
* | Major overhaul of documentation structure for #709 | kotfu | 2019-07-02 | 4 | -0/+227 |