diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-20 20:02:48 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-20 20:02:48 -0400 |
| commit | a394ed3b83be17986e168b8d0817892cbabd088f (patch) | |
| tree | 4f86c4654625a717a3d5d77cc25a53687ba861d3 /docs/api | |
| parent | 2a44a7affad9c3d62890c1621f065a56f2b2be47 (diff) | |
| parent | b570e94fddc657ed1928f52c1b889a2058c36d8d (diff) | |
| download | cmd2-git-a394ed3b83be17986e168b8d0817892cbabd088f.tar.gz | |
Merge branch 'master' into 2.0
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/index.rst | 2 | ||||
| -rw-r--r-- | docs/api/plugin_external_test.rst | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/api/index.rst b/docs/api/index.rst index 17a25907..1a49adfa 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -32,6 +32,7 @@ This documentation is for ``cmd2`` version |version|. py_bridge table_creator utils + plugin_external_test **Modules** @@ -56,3 +57,4 @@ This documentation is for ``cmd2`` version |version|. embedded python environment to the host app - :ref:`api/table_creator:cmd2.table_creator` - table creation module - :ref:`api/utils:cmd2.utils` - various utility classes and functions +- :ref:`api/plugin_external_test:cmd2_ext_test` - External test plugin diff --git a/docs/api/plugin_external_test.rst b/docs/api/plugin_external_test.rst new file mode 100644 index 00000000..58450b11 --- /dev/null +++ b/docs/api/plugin_external_test.rst @@ -0,0 +1,9 @@ +cmd2_ext_test +============= + +External Test Plugin + + +.. autoclass:: cmd2_ext_test.ExternalTestMixin + :members: + |
