diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-24 21:53:34 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-24 21:53:34 -0700 |
commit | 654e8981ac1b58c4029e556c65f2ca889275ba44 (patch) | |
tree | e859af01a274b04c62f5257c3aba639c66325944 /docs/api/parsing.rst | |
parent | be84cb1c469ebbfc365a15e3096d786756ce5b76 (diff) | |
download | cmd2-git-654e8981ac1b58c4029e556c65f2ca889275ba44.tar.gz |
Revise table of contents to include a description of each module
Diffstat (limited to 'docs/api/parsing.rst')
-rw-r--r-- | docs/api/parsing.rst | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/api/parsing.rst b/docs/api/parsing.rst index c79c8f6b..fa726700 100644 --- a/docs/api/parsing.rst +++ b/docs/api/parsing.rst @@ -1,6 +1,15 @@ cmd2.parsing =============== +Classes for parsing and storing user input. + + +.. autoclass:: cmd2.parsing.StatementParser + :members: + + .. automethod:: __init__ + + .. autoclass:: cmd2.Statement :members: @@ -67,9 +76,3 @@ cmd2.parsing If output was redirected by the user, this contains the requested destination with quotes preserved. - - -.. autoclass:: cmd2.parsing.StatementParser - :members: - - .. automethod:: __init__ |