diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-22 20:15:14 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-22 20:15:14 -0700 |
commit | acf269f07f9437a54d8b02491ed1db3da05f374f (patch) | |
tree | 76b6aaf38ed4f110a6f598d1271f6d2bfa3f7971 /docs/api | |
parent | 44bf30ae5634046c1e428d1e2438d0f1a4cdcd43 (diff) | |
download | cmd2-git-acf269f07f9437a54d8b02491ed1db3da05f374f.tar.gz |
Add py_bridge API documentation
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/index.rst | 1 | ||||
-rw-r--r-- | docs/api/py_bridge.rst | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/api/index.rst b/docs/api/index.rst index 88229bf1..5935e216 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -13,4 +13,5 @@ API Reference ansi utils plugin + py_bridge constants diff --git a/docs/api/py_bridge.rst b/docs/api/py_bridge.rst new file mode 100644 index 00000000..28a70b59 --- /dev/null +++ b/docs/api/py_bridge.rst @@ -0,0 +1,5 @@ +cmd2.py_bridge +============== + +.. automodule:: cmd2.py_bridge + :members: |