From 1b64768ca042a4fbf85bafaa9cf4037e9e60fec0 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 11 Feb 2017 16:29:56 -0500 Subject: 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/ --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.rst') 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 `, `video `_ + 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 -- cgit v1.2.1