diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-22 01:25:35 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-22 01:25:35 -0400 |
commit | 92c010d583b52be9728efca25c5f074a594e5392 (patch) | |
tree | 52ab144a7027834ac8abdf9a1bbab582c10e2db8 /docs/api | |
parent | e1256ccb5a78d8cb3b4f2ab9904d80693b6959c9 (diff) | |
download | cmd2-git-92c010d583b52be9728efca25c5f074a594e5392.tar.gz |
Updating documentation for table creation
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/index.rst b/docs/api/index.rst index 2bb1be2c..7b66a684 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -51,4 +51,5 @@ This documentation is for ``cmd2`` version |version|. - :ref:`api/plugin:cmd2.plugin` - data classes for hook methods - :ref:`api/py_bridge:cmd2.py_bridge` - classes for bridging calls from the embedded python environment to the host app +- :ref:`api/table_creator:cmd2.table_creator` - table creation module - :ref:`api/constants:cmd2.constants` - just like it says on the tin |