diff options
author | Eric Lin <anselor@gmail.com> | 2020-06-16 10:54:03 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2020-06-22 11:16:18 -0400 |
commit | 87aeaf4eb8816c0096d4336a84a35b907dcd9c9d (patch) | |
tree | b4ba01145e52d8cdeb609df77be5da3e918cbefe /docs/index.rst | |
parent | a7511e16b9bddd1c8245dc57bd62370e7fd7b1c7 (diff) | |
download | cmd2-git-87aeaf4eb8816c0096d4336a84a35b907dcd9c9d.tar.gz |
Further additions to pyscript documenntation for Issue #644
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 386606bb..9153c47f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -67,6 +67,15 @@ Examples examples/index +Plugins +======= + +.. toctree:: + :maxdepth: 2 + + plugins/index + + API Reference ============= |