From c8549139d3061a12d8583b844d8c7d7a235d980a Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 12 Feb 2017 18:00:28 -0500 Subject: Documentation updates Sphinx documenation updates, including: - Extensively re-wrote the "alternatives to cmd2" section as it was many years out of date - Reworded a few humorous sections in an attempt to be more professional - Removed reference to command synonyms/aliases which no longer exist - Added more detail in a couple places - Minor rewording and bugfixes throughout Also added a note to cmd2.py about the expected values for doctest only working for Python 2.7. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 8045cd49..ce295be7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,7 +33,7 @@ The basic use of ``cmd2`` is identical to that of cmd_. .. note:: - The tab-completion capability provided by cmd_ relies on underlying capability provided by GNU readline or an + The tab-completion feature provided by cmd_ relies on underlying capability provided by GNU readline or an equivalent library. Linux distros will almost always come with the required library installed. For Mac OS X, we recommend installing the `gnureadline `_ Python module. For Windows, we recommend installing the `pyreadline `_ Python module. -- cgit v1.2.1