diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-11 18:10:43 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-11 18:10:43 -0500 |
commit | e637637ff4eedb6d997d6835a9b9bedddbb22b00 (patch) | |
tree | 9a8385047690fe4d615b48c712835373eff4e1b4 /docs/index.rst | |
parent | 1b64768ca042a4fbf85bafaa9cf4037e9e60fec0 (diff) | |
download | cmd2-git-e637637ff4eedb6d997d6835a9b9bedddbb22b00.tar.gz |
Updated doc links to point to Python 3 docs for cmd module.
Also fixed references to the Script files section.
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst index 94e63702..8045cd49 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,11 +9,10 @@ cmd2 A python package for building powerful command-line interpreter (CLI) programs. Extends the Python Standard Library's cmd_ package. - +.. _cmd: https://docs.python.org/3/library/cmd.html .. _`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 The basic use of ``cmd2`` is identical to that of cmd_. @@ -43,8 +42,8 @@ Resources --------- * cmd_ -* `project bug tracker`_ * `cmd2 project page`_ +* `project bug tracker`_ * `PyCon 2010 presentation <https://github.com/python-cmd2/cmd2/blob/master/docs/pycon2010/pycon2010.rst>`_, *Easy Command-Line Applications with cmd and cmd2*: :doc:`slides <pycon2010/pycon2010>`, |