summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fixed building of docsKevin Van Brunt2019-10-313-8/+8
* Minor spelling and grammar fixesTodd Leonhardt2019-09-212-9/+9
* Document hiding and disabling commandskotfu2019-08-255-52/+116
* Add documentation and example for removing built-in commandskotfu2019-08-234-8/+50
* command documentation for #765kotfu2019-08-231-22/+158
* Updated Sphinx docs resources page to link to PyOhio 2019 presentation instea...Todd Leonhardt2019-08-082-2/+2
* Verifying command names in __init__Kevin Van Brunt2019-08-071-0/+1
* Updated docsKevin Van Brunt2019-08-051-0/+3
* Changed all uses of sub-command to subcommandKevin Van Brunt2019-07-191-5/+5
* Fixed broken links in README.md due to documentation reorganizationTodd Leonhardt2019-07-181-6/+6
* Integrate ‘parameter changes’ document into new doc structurekotfu2019-07-165-209/+187
* Integrate the ‘integrating’ documentation into the new structurekotfu2019-07-163-12/+3
* Integrate the unfreefeatures legacy documentationkotfu2019-07-168-308/+281
* Merge branch 'master' into integrate_legacy_documentationkotfu2019-07-161-1/+1
|\
| * Fixed documentation for run_script and renamed history optionKevin Van Brunt2019-07-161-2/+2
* | Integrate freefeatures into new doc structurekotfu2019-07-1610-154/+161
|/
* Write clipboard feature pagekotfu2019-07-151-3/+26
* Fix changes requested in PRkotfu2019-07-151-5/+6
* Finish migration documentation for #719kotfu2019-07-147-38/+149
* Lots of work on the migrating documentation for #719kotfu2019-07-1413-210/+262
* Addressed PR recommendationsTodd Leonhardt2019-07-082-2/+11
* Started filling in some missing stuff in the new documentation structureTodd Leonhardt2019-07-073-24/+61
* Merge branch 'docstructure' of github.com:python-cmd2/cmd2 into docstructurekotfu2019-07-061-2/+2
|\
| * Fixed a couple links that I accidentally broke with my last commitTodd Leonhardt2019-07-061-2/+2
* | Merge branch 'docstructure' of github.com:python-cmd2/cmd2 into docstructurekotfu2019-07-063-16/+16
|\ \ | |/
| * Alphabetized feature listTodd Leonhardt2019-07-063-16/+16
* | Add copyright links per comments in #712kotfu2019-07-063-1/+9
|/
* Added automodule documentation for clipboard.pyTodd Leonhardt2019-07-061-0/+2
* Added autoclass documentation for cmd2.Cmd in cmd.rstTodd Leonhardt2019-07-064-0/+14
* Add links to list of featureskotfu2019-07-062-8/+18
* Add doc8 documentation style checkingkotfu2019-07-0623-651/+760
* Remove TODOkotfu2019-07-061-6/+0
* Work on Getting Started section of documentationkotfu2019-07-065-38/+32
* Add content for how to integrate cmd2 into your projectkotfu2019-07-062-21/+31
* Formatting cleanupskotfu2019-07-062-48/+57
* Added a walkthrough of constructing a simple application to the overviewkotfu2019-07-0515-21/+341
* Fix headerskotfu2019-07-031-8/+16
* Revise menu structurekotfu2019-07-0311-165/+248
* Skeleton doc structure complete for #709kotfu2019-07-0218-195/+266
* Major overhaul of documentation structure for #709kotfu2019-07-0225-85/+405
* Remove load, _relative_load, pyscript aliases whichTodd Leonhardt2019-06-292-12/+10
* Updated Sphinx documentation and README.mdTodd Leonhardt2019-06-281-4/+7
* More replacing of 'colors' with 'allow_ansi'Kevin Van Brunt2019-06-261-2/+2
* Replaced more pexcept uses with perrorKevin Van Brunt2019-06-251-1/+1
* Made last_result public and restored the initialization of it in __init__ and...Todd Leonhardt2019-06-231-1/+1
* Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS f...Todd Leonhardt2019-06-161-1/+1
* Updated various documentation and tests to not use loadTodd Leonhardt2019-06-152-4/+5
* Updated documentationKevin Van Brunt2019-06-154-27/+16
* Deprecate support for Python 3.4 and begin testing with Python 3.8 betaTodd Leonhardt2019-06-142-7/+3
* Removed support for cmd.cmdqueueKevin Van Brunt2019-06-112-3/+3