diff options
| author | Devendra | 2014-06-25 23:01:13 +0530 | 
|---|---|---|
| committer | Devendra | 2014-06-25 23:01:13 +0530 | 
| commit | 2b28091386dc4b3597b56b773254056185b0c6e0 (patch) | |
| tree | 0b45f1b318e8e7e22f14e458302da458f940c726 /docs/build/html/_sources | |
| parent | 1f98c4087f09bf4384be71319b93dedf72d3acdf (diff) | |
| download | pubnub-python-2b28091386dc4b3597b56b773254056185b0c6e0.tar.bz2 | |
[#73858464] adding sphinx docsPT-73858464
Diffstat (limited to 'docs/build/html/_sources')
| -rw-r--r-- | docs/build/html/_sources/index.txt | 35 | 
1 files changed, 35 insertions, 0 deletions
| diff --git a/docs/build/html/_sources/index.txt b/docs/build/html/_sources/index.txt new file mode 100644 index 0000000..af3593e --- /dev/null +++ b/docs/build/html/_sources/index.txt @@ -0,0 +1,35 @@ +.. PubNub documentation master file, created by +   sphinx-quickstart on Wed Jun 25 12:50:44 2014. +   You can adapt this file completely to your liking, but it should at least +   contain the root `toctree` directive. + +Welcome to PubNub's documentation! +================================== + +.. toctree:: +   :maxdepth: 5 + +.. automodule:: Pubnub + +Pubnub +--------------------------------- +.. autoclass:: Pubnub +   :members: publish, subscribe, unsubscribe, presence, history, here_now, grant, audit, revoke, get_origin, set_origin, get_auth_key, set_auth_key, encrypt, decrypt, time + +PubnubTwisted +--------------------------------- +.. autoclass:: PubnubTwisted +   :members: publish, subscribe, unsubscribe, presence, history, here_now, grant, audit, revoke, get_origin, set_origin, get_auth_key, set_auth_key, encrypt, decrypt, time + + +PubnubTornado +--------------------------------- +.. autoclass:: PubnubTornado +   :members: publish, subscribe, unsubscribe, presence, history, here_now, grant, audit, revoke, get_origin, set_origin, get_auth_key, set_auth_key, encrypt, decrypt, time + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`search` + | 
