diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-05 23:45:04 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-05 23:45:04 -0500 |
commit | a5999890f82daa65f7ae2c25d55d6651f3bcc32a (patch) | |
tree | d9d1cb03f5fbc801465ae4d9a435bfafdbb398a3 /docs | |
parent | a996f9356fff0923b775e21733bd35cdf466d75a (diff) |
Added docs/api/combox.cbox.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/combox.cbox.rst | 6 | ||||
-rw-r--r-- | docs/api/index.rst | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/api/combox.cbox.rst b/docs/api/combox.cbox.rst new file mode 100644 index 0000000..641ed7c --- /dev/null +++ b/docs/api/combox.cbox.rst @@ -0,0 +1,6 @@ +==================== +combox.cbox module +==================== + +.. automodule:: combox.cbox + :members: diff --git a/docs/api/index.rst b/docs/api/index.rst index ea1399f..8ebb217 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -5,6 +5,7 @@ api reference .. toctree:: :maxdepth: 2 + combox.cbox combox.crypto combox.events combox.file |