diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-06-19 17:21:42 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-06-19 17:21:42 -0400 |
commit | 2430333bf672848b98e58ee3730610db79ecdd75 (patch) | |
tree | 5e5f3d7b3cfa26f8a6b73ffd725068839ecd8556 /docs/source/code.rst | |
parent | 3e916a8d425c07a91b628f65b1a77c30aa7a442b (diff) | |
download | ipsutils-2430333bf672848b98e58ee3730610db79ecdd75.tar.gz |
Add sphinx documentation, initital commit
Diffstat (limited to 'docs/source/code.rst')
-rw-r--r-- | docs/source/code.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/source/code.rst b/docs/source/code.rst new file mode 100644 index 0000000..9fcb413 --- /dev/null +++ b/docs/source/code.rst @@ -0,0 +1,16 @@ +Code Reference +************** + +.. automodule:: ipsutils + :members: + +.. autoclass:: ipsutils.build.Build + :members: __init__ + +.. autoclass:: ipsutils.config.Config + :members: __init__ + +.. autoclass:: ipsutils.env.Environment + :members: __init__ + + |