summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved docs on "Commands at Invocation" and "Startup Script" from ↵Todd Leonhardt2019-11-022-54/+53
| | | | Miscellaneous section to "Startup Commands" section
* Added documentation for empty sections of the Sphinx docsTodd Leonhardt2019-11-024-4/+217
|
* 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
| | | | For #765
* Add documentation and example for removing built-in commandskotfu2019-08-234-8/+50
| | | | For #765
* command documentation for #765kotfu2019-08-231-22/+158
|
* Updated Sphinx docs resources page to link to PyOhio 2019 presentation ↵Todd Leonhardt2019-08-082-2/+2
| | | | instead of Florida PyCon 2017 one
* 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
| | | | | | Also: - Moved Examples before API Reference in overall documentation index - Added an example project
* 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
|\ | | | | | | | | # Conflicts: # docs/features/history.rst
| * 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
| | | | It used to have a weak-sauce paste from the old documentation. Now it’s a real page. Addresses feedback in the PR.
* 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
| | | | This required whitespace tweaks to a number of docstrings.
* Add links to list of featureskotfu2019-07-062-8/+18
|
* Add doc8 documentation style checkingkotfu2019-07-0623-651/+760
| | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors
* Remove TODOkotfu2019-07-061-6/+0
|
* Work on Getting Started section of documentationkotfu2019-07-065-38/+32
| | | | | - 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 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
| | | | For #709
* Fix headerskotfu2019-07-031-8/+16
|
* Revise menu structurekotfu2019-07-0311-165/+248
| | | | | - collapse menu structure in sidebar so not everything is always shown - updates to Getting Started section
* 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
| | | | | | These commands were renamed in the last release, but aliases were created along with warnings to help aid the transition. The command aliases are now being removed in this release.
* 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__ ↵Todd Leonhardt2019-06-231-1/+1
| | | | and associated comment
* Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS ↵Todd Leonhardt2019-06-161-1/+1
| | | | from cmd2.py to constants.py
* Updated various documentation and tests to not use loadTodd Leonhardt2019-06-152-4/+5
|
* Updated documentationKevin Van Brunt2019-06-154-27/+16
|