diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-29 18:37:22 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-29 18:37:22 -0500 |
commit | fa6c430e25920995c010b3f9aced273256f3b800 (patch) | |
tree | af4ceb95b651a56260ace3165daee6845d668db8 /docs | |
parent | d3bab07ff700e596795b42290a17c0ec557b15da (diff) | |
download | cmd2-git-fa6c430e25920995c010b3f9aced273256f3b800.tar.gz |
Various minor updates:
- Updated .gitignore for code coverage result dirs from coverage and pytest-cov
- Updated README.rst to include badge for latest docs from readthedocs.io
- Updated setup.py to have updated info for the next time a release is made to PyPI
- Documentation updates:
- Bumped version in conf.py to 0.7
- Updated links in index.rst and alternatives.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/alternatives.rst | 12 | ||||
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | docs/index.rst | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/docs/alternatives.rst b/docs/alternatives.rst index bbf2ae2e..f55bec51 100644 --- a/docs/alternatives.rst +++ b/docs/alternatives.rst @@ -2,8 +2,8 @@ Alternatives to cmd and cmd2 ============================ -For programs that do not interact with the user in a continuous loop - -programs that simply accept a set of arguments from the command line, return +For programs that do not interact with the user in a continuous loop - +programs that simply accept a set of arguments from the command line, return results, and do not keep the user within the program's environment - all you need are sys_\ .argv (the command-line arguments) and optparse_ (for parsing UNIX-style options and flags). @@ -23,7 +23,7 @@ cursor keys. However, programming a curses_-based application is not as straightforward as using cmd_. Several packages in PyPI enable interactive command-line applications -approximately similar in concept to cmd_ applications. None of them +approximately similar in concept to cmd_ applications. None of them share cmd2's close ties to cmd, but they may be worth investigating nonetheless. @@ -31,7 +31,7 @@ nonetheless. * cly_ * CmDO_ (As of Feb. 2010, webpage is missing.) * pycopia-CLI_ - + cmdln_, another package in PyPI, is an extension to cmd_ and, though it doesn't retain full cmd_ compatibility, shares its basic structure with cmd_. @@ -44,7 +44,7 @@ cmd_. .. _CmDO: http://pypi.python.org/pypi/CmDO/0.7 -.. _pycopia-CLI: http://pypi.python.org/pypi/pycopia-CLI/1.0 +.. _pycopia-CLI: https://github.com/kdart/pycopia/tree/master/CLI -I've found several alternatives to cmd in the Cheese Shop - CmdLoop, cly, CMdO, and pycopia. cly looks wonderful, but I haven't been able to get it working under Windows, and that's a show-stopper for many potential sqlpython users. In any case, none of the alternatives are based on cmd - they're written from scratch, which means that a cmd-based app would need complete rewriting to use them. I like sticking close to the Standard Library whenever possible. cmd2 lets you do that. +I've found several alternatives to cmd in PyPI - CmdLoop, cly, CMdO, and pycopia. cly looks wonderful, but I haven't been able to get it working under Windows, and that's a show-stopper for many potential sqlpython users. In any case, none of the alternatives are based on cmd - they're written from scratch, which means that a cmd-based app would need complete rewriting to use them. I like sticking close to the Standard Library whenever possible. cmd2 lets you do that. diff --git a/docs/conf.py b/docs/conf.py index 32d9243c..5a0e7c1a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,9 +45,9 @@ copyright = u'2010, Catherine Devlin' # built documents. # # The short X.Y version. -version = '0.6' +version = '0.7' # The full version, including alpha/beta/rc tags. -release = '0.6.9a' +release = '0.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index f98ebb4a..ca5e8870 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,8 +10,8 @@ A python package for building powerful command-line interpreter (CLI) programs. Extends the Python Standard Library's cmd_ package. -.. _`cmd2 project page`: https://bitbucket.org/catherinedevlin/cmd2 -.. _`project bug tracker`: https://bitbucket.org/catherinedevlin/cmd2/issues +.. _`cmd2 project page`: https://github.com/python-cmd2/cmd2 +.. _`project bug tracker`: https://github.com/python-cmd2/cmd2/issues .. _cmd: http://docs.python.org/library/cmd.html#module-cmd @@ -60,7 +60,7 @@ Contents: Compatibility ============= -Tested and working with Python 2.7, 3.5, 3.6 +Tested and working with Python 2.7 and 3.3+. Indices and tables ================== |