diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-11 16:29:56 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-11 16:29:56 -0500 |
commit | 1b64768ca042a4fbf85bafaa9cf4037e9e60fec0 (patch) | |
tree | 288ee03a6dcc7d10e9ec4be1653222e1c157d043 /docs/index.rst | |
parent | 68240f97141b6a0b4c9b64f3bfaa8c603b3963b9 (diff) | |
download | cmd2-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.rst | 2 |
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 |