diff options
Diffstat (limited to 'vendor/boto/docs/source/ref/contrib.rst')
-rw-r--r-- | vendor/boto/docs/source/ref/contrib.rst | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/vendor/boto/docs/source/ref/contrib.rst b/vendor/boto/docs/source/ref/contrib.rst new file mode 100644 index 0000000000..9262a0dc81 --- /dev/null +++ b/vendor/boto/docs/source/ref/contrib.rst @@ -0,0 +1,32 @@ +.. ref-contrib + +======= +contrib +======= + +boto.contrib +------------ + +.. automodule:: boto.contrib + :members: + :undoc-members: + +boto.contrib.m2helpers +---------------------- + +.. note:: + + This module requires installation of M2Crypto__ in your Python path. + + __ http://sandbox.rulemaker.net/ngps/m2/ + +.. automodule:: boto.contrib.m2helpers + :members: + :undoc-members: + +boto.contrib.ymlmessage +----------------------- + +.. automodule:: boto.contrib.ymlmessage + :members: + :undoc-members:
\ No newline at end of file |