summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-02-11 16:29:56 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-02-11 16:29:56 -0500
commit1b64768ca042a4fbf85bafaa9cf4037e9e60fec0 (patch)
tree288ee03a6dcc7d10e9ec4be1653222e1c157d043 /docs/index.rst
parent68240f97141b6a0b4c9b64f3bfaa8c603b3963b9 (diff)
downloadcmd2-git-1b64768ca042a4fbf85bafaa9cf4037e9e60fec0.tar.gz
docs now use the sphinx_rtd_theme.
The docs now use the custom HTML theme from Read the Docs so that when they are built locally they look the same as they will at https://cmd2.readthedocs.io/en/latest/
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index f7951472..94e63702 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -49,6 +49,7 @@ Resources
*Easy Command-Line Applications with cmd and cmd2*:
:doc:`slides <pycon2010/pycon2010>`,
`video <http://pyvideo.org/pycon-us-2010/pycon-2010--easy-command-line-applications-with-c.html>`_
+
These docs will refer to ``App`` as your ``cmd2.Cmd``
subclass, and ``app`` as an instance of ``App``. Of
course, in your program, you may name them whatever
@@ -60,7 +61,6 @@ Contents:
:maxdepth: 2
overview
- example
freefeatures
settingchanges
unfreefeatures