summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add cross-references and linkskotfu2020-02-241-17/+13
|
* Add links to recently added API documentationkotfu2020-02-221-13/+14
|
* Merge branch 'master' into doc_streamlinekotfu2020-02-061-2/+2
|\ | | | | | | | | # Conflicts: # docs/features/settings.rst
| * Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docsTodd Leonhardt2020-02-041-2/+2
| |
* | 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-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
* Document hiding and disabling commandskotfu2019-08-252-42/+0
| | | | For #765
* Add documentation and example for removing built-in commandskotfu2019-08-233-8/+42
| | | | For #765
* Integrate the ‘integrating’ documentation into the new structurekotfu2019-07-162-1/+83
|
* Integrate freefeatures into new doc structurekotfu2019-07-162-0/+9
|
* 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-062-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 overviewkotfu2019-07-053-5/+302
| | | | For #709
* Revise menu structurekotfu2019-07-031-0/+7
| | | | | - collapse menu structure in sidebar so not everything is always shown - updates to Getting Started section
* Major overhaul of documentation structure for #709kotfu2019-07-021-0/+4