From e637637ff4eedb6d997d6835a9b9bedddbb22b00 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 11 Feb 2017 18:10:43 -0500 Subject: Updated doc links to point to Python 3 docs for cmd module. Also fixed references to the Script files section. --- docs/index.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/index.rst') 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 `_, *Easy Command-Line Applications with cmd and cmd2*: :doc:`slides `, -- cgit v1.2.1