diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-01-29 16:11:18 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-01-29 16:12:02 +0000 |
commit | 3e67e4b6f745d9135c5728d3bbefe880b99b75dd (patch) | |
tree | 972da2c098917aca1be24ece70b171805348dc47 | |
parent | d5fac912dfd9741258f9483ead67e4464418ff8a (diff) | |
download | cmd2-git-3e67e4b6f745d9135c5728d3bbefe880b99b75dd.tar.gz |
Add links to ReadTheDocs
-rwxr-xr-x | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ Instructions for implementing each feature follow. cmd2 can be installed from a Linux distribution using their default package manager or `pip install cmd2`
+**Official documentation** for the `latest release <http://cmd2.readthedocs.io/en/stable/>`_ and `development <http://cmd2.readthedocs.io/en/latest/>`_
+
PyPI page: http://pypi.python.org/pypi/cmd2
A nice step-by-step tutorial: https://kushaldas.in/posts/developing-command-line-interpreters-using-python-cmd2.html
|