summaryrefslogtreecommitdiff
path: root/docs/features/os.rst
Commit message (Collapse)AuthorAgeFilesLines
* Removed dash from 'tab complete' stringKevin Van Brunt2020-02-131-1/+1
|
* Clean up class and method referenceskotfu2020-02-051-1/+1
| | | | | - 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
* Minor grammar fixTodd Leonhardt2020-01-291-3/+3
|
* Addressed PR commentsTodd Leonhardt2020-01-291-6/+17
|
* Updated docs on integrating with various operating system featuresTodd Leonhardt2020-01-291-7/+87
|
* Attempt to make "help -v" more discoverable by changing the default help textTodd Leonhardt2020-01-291-2/+2
|
* Integrate the unfreefeatures legacy documentationkotfu2019-07-161-0/+75
|
* Add doc8 documentation style checkingkotfu2019-07-061-1/+2
| | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors
* Skeleton doc structure complete for #709kotfu2019-07-021-0/+10