summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-01-29 18:37:22 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-01-29 18:37:22 -0500
commitfa6c430e25920995c010b3f9aced273256f3b800 (patch)
treeaf4ceb95b651a56260ace3165daee6845d668db8 /docs/index.rst
parentd3bab07ff700e596795b42290a17c0ec557b15da (diff)
downloadcmd2-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/index.rst')
-rw-r--r--docs/index.rst6
1 files changed, 3 insertions, 3 deletions
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
==================