diff options
| author | Teddy Wing | 2015-09-03 22:08:50 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-09-03 22:08:50 -0400 | 
| commit | d7fadda6d35082a8bbaf98cd666073158c128697 (patch) | |
| tree | b195cc7e5f2ad83b25b206a9a60ce724bdd2d81d /docs | |
| parent | b8551cfe4f254c547401af69aa7ae944647f2c86 (diff) | |
| download | pubnub-python-d7fadda6d35082a8bbaf98cd666073158c128697.tar.bz2 | |
docs(index.rst): Remove obsolete `:members:`
Fix Sphinx warnings about obsolete methods in `pubnub.Pubnub`:
    WARNING: missing attribute set_origin in object pubnub.Pubnub
    WARNING: missing attribute channel_groups_add_channel in object pubnub.Pubnub
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/index.rst | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/source/index.rst b/docs/source/index.rst index f9c42b7..94f8400 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -14,18 +14,18 @@ Welcome to PubNub's documentation!  Pubnub  ---------------------------------  .. autoclass:: Pubnub -   :members: publish, subscribe, subscribe_group, unsubscribe, unsubscribe_group, presence, presence_group, history, here_now, grant, audit, revoke, get_origin, set_origin, get_auth_key, set_auth_key, encrypt, decrypt, time, channel_group_list_namespaces, channel_group_remove_namespace, channel_group_list_groups, channel_group_list_channels, channel_groups_add_channel, channel_group_remove_channel, channel_group_remove_group +   :members: publish, subscribe, subscribe_group, unsubscribe, unsubscribe_group, presence, presence_group, history, here_now, grant, audit, revoke, get_origin, get_auth_key, set_auth_key, encrypt, decrypt, time, channel_group_list_namespaces, channel_group_remove_namespace, channel_group_list_groups, channel_group_list_channels, channel_group_remove_channel, channel_group_remove_group  PubnubTwisted  ---------------------------------  .. autoclass:: PubnubTwisted -   :members: publish, subscribe, subscribe_group, unsubscribe, unsubscribe_group, presence, presence_group, history, here_now, grant, audit, revoke, get_origin, set_origin, get_auth_key, set_auth_key, encrypt, decrypt, time, channel_group_list_namespaces, channel_group_remove_namespace, channel_group_list_groups, channel_group_list_channels, channel_groups_add_channel, channel_group_remove_channel, channel_group_remove_group +   :members: publish, subscribe, subscribe_group, unsubscribe, unsubscribe_group, presence, presence_group, history, here_now, grant, audit, revoke, get_origin, get_auth_key, set_auth_key, encrypt, decrypt, time, channel_group_list_namespaces, channel_group_remove_namespace, channel_group_list_groups, channel_group_list_channels, channel_group_remove_channel, channel_group_remove_group  PubnubTornado  ---------------------------------  .. autoclass:: PubnubTornado -   :members: publish, subscribe, subscribe_group, unsubscribe, unsubscribe_group, presence, presence_group, history, here_now, grant, audit, revoke, get_origin, set_origin, get_auth_key, set_auth_key, encrypt, decrypt, time, channel_group_list_namespaces, channel_group_remove_namespace, channel_group_list_groups, channel_group_list_channels, channel_groups_add_channel, channel_group_remove_channel, channel_group_remove_group +   :members: publish, subscribe, subscribe_group, unsubscribe, unsubscribe_group, presence, presence_group, history, here_now, grant, audit, revoke, get_origin, get_auth_key, set_auth_key, encrypt, decrypt, time, channel_group_list_namespaces, channel_group_remove_namespace, channel_group_list_groups, channel_group_list_channels, channel_group_remove_channel, channel_group_remove_group  Indices and tables  ================== | 
