Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add cross-references and links | kotfu | 2020-02-24 | 1 | -17/+13 |
| | |||||
* | Add links to recently added API documentation | kotfu | 2020-02-22 | 1 | -13/+14 |
| | |||||
* | Merge branch 'master' into doc_streamline | kotfu | 2020-02-06 | 1 | -2/+2 |
|\ | | | | | | | | | # Conflicts: # docs/features/settings.rst | ||||
| * | Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docs | Todd Leonhardt | 2020-02-04 | 1 | -2/+2 |
| | | |||||
* | | 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 | 1 | -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 | ||||
* | Document hiding and disabling commands | kotfu | 2019-08-25 | 2 | -42/+0 |
| | | | | For #765 | ||||
* | Add documentation and example for removing built-in commands | kotfu | 2019-08-23 | 3 | -8/+42 |
| | | | | For #765 | ||||
* | Integrate the ‘integrating’ documentation into the new structure | kotfu | 2019-07-16 | 2 | -1/+83 |
| | |||||
* | Integrate freefeatures into new doc structure | kotfu | 2019-07-16 | 2 | -0/+9 |
| | |||||
* | Fixed a couple links that I accidentally broke with my last commit | Todd Leonhardt | 2019-07-06 | 1 | -2/+2 |
| | |||||
* | Add links to list of features | kotfu | 2019-07-06 | 1 | -8/+8 |
| | |||||
* | Add doc8 documentation style checking | kotfu | 2019-07-06 | 1 | -37/+56 |
| | | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors | ||||
* | Work on Getting Started section of documentation | kotfu | 2019-07-06 | 2 | -28/+30 |
| | | | | | - 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 | ||||
* | Added a walkthrough of constructing a simple application to the overview | kotfu | 2019-07-05 | 3 | -5/+302 |
| | | | | For #709 | ||||
* | Revise menu structure | kotfu | 2019-07-03 | 1 | -0/+7 |
| | | | | | - 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 | 1 | -0/+4 |