summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2017-01-29 16:11:18 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2017-01-29 16:12:02 +0000
commit3e67e4b6f745d9135c5728d3bbefe880b99b75dd (patch)
tree972da2c098917aca1be24ece70b171805348dc47 /README.rst
parentd5fac912dfd9741258f9483ead67e4464418ff8a (diff)
downloadcmd2-git-3e67e4b6f745d9135c5728d3bbefe880b99b75dd.tar.gz
Add links to ReadTheDocs
Diffstat (limited to 'README.rst')
-rwxr-xr-xREADME.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index b552aae4..fe0a8ab8 100755
--- a/README.rst
+++ b/README.rst
@@ -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