summaryrefslogtreecommitdiff
path: root/docs/features/history.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/features/history.rst')
-rw-r--r--docs/features/history.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/features/history.rst b/docs/features/history.rst
index 3c238c3c..56c74ed7 100644
--- a/docs/features/history.rst
+++ b/docs/features/history.rst
@@ -4,16 +4,14 @@ History
For Developers
--------------
-- Describe how cmd2 tracks history
+- Describe how ``cmd2`` tracks history
- how persistent history works
- differences in history and bash shell history (we only store valid commands
in history)
- reference the public code structures we use to store history
``cmd2`` adds the option of making this history persistent via optional
-arguments to ``cmd2.Cmd.__init__()``:
-
-.. automethod:: cmd2.cmd2.Cmd.__init__
+arguments to :meth:`cmd2.Cmd.__init__`.
For Users