diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-06 13:53:45 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-06 13:53:45 -0600 |
commit | 9fe8e36a1e26569bdb47b8c361d077675a876af9 (patch) | |
tree | 8e72372456ab4f50b61df443fdc1504afb6c1268 /docs/migrating/why.rst | |
parent | 6a5b9f8e13c9aed75ea23a23bad8ea0c64e90ff7 (diff) | |
download | cmd2-git-9fe8e36a1e26569bdb47b8c361d077675a876af9.tar.gz |
Add doc8 documentation style checking
- add dev dependency
- add doc8 to tasks.py
- fix all doc8 errors
Diffstat (limited to 'docs/migrating/why.rst')
-rw-r--r-- | docs/migrating/why.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/migrating/why.rst b/docs/migrating/why.rst index d1121128..71017d89 100644 --- a/docs/migrating/why.rst +++ b/docs/migrating/why.rst @@ -6,13 +6,13 @@ Why Migrate to cmd2 ``cmd2`` is an extension of cmd_, the Python Standard Library's module for creating simple interactive command-line applications. -``cmd2`` can be used as a drop-in replacement for cmd_. Simply importing ``cmd2`` -in place of cmd_ will add many features to an application without any further -modifications. +``cmd2`` can be used as a drop-in replacement for cmd_. Simply importing +``cmd2`` in place of cmd_ will add many features to an application without any +further modifications. -Understanding the use of cmd_ is the first step in learning the use of ``cmd2``. -Once you have read the cmd_ docs, return here to learn the ways that ``cmd2`` -differs from cmd_. +Understanding the use of cmd_ is the first step in learning the use of +``cmd2``. Once you have read the cmd_ docs, return here to learn the ways that +``cmd2`` differs from cmd_. Describe why you would want to migrate, and the benefits of doing so |