summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed doc generation errorsKevin Van Brunt2019-12-091-1/+7
|
* Started adding Pyscript documentationTodd Leonhardt2019-11-171-2/+26
|
* Added a documentation section on packaging cmd2 applications for distributionTodd Leonhardt2019-11-162-0/+40
|
* Fixed typosKevin Van Brunt2019-11-062-2/+2
|
* Fixed documentation in regards to CompletionItemTodd Leonhardt2019-11-041-2/+3
|
* Minor update to embedded python shells docsTodd Leonhardt2019-11-031-0/+2
|
* Improved documentation for Argument Parsing and Tab-CompletionTodd Leonhardt2019-11-032-4/+66
| | | | | Also: - Added a couple examples
* Improved macro documentationTodd Leonhardt2019-11-031-0/+10
|
* Improved alias documentationfTodd Leonhardt2019-11-031-0/+8
|
* Created a new documentation section on "Output redirection and pipes"Todd Leonhardt2019-11-036-38/+89
| | | | | | | | Also: - Moved existing output redirection documentation from "Generating Output" section there - Significantly expanded upon this - Improved documentation on Command Scripts - Added missing setting to Settings documentation section
* Added some clarifying extra info about using commands at invocationTodd Leonhardt2019-11-021-1/+6
|
* 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
|