diff options
| author | Teddy Wing | 2015-09-03 21:46:48 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-09-03 21:46:48 -0400 | 
| commit | b8551cfe4f254c547401af69aa7ae944647f2c86 (patch) | |
| tree | 5c082c2225b5c9bf2169c69c2e0b0b23b7ccab76 | |
| parent | de21caa8524db6bbf7f204aa817b5ddb5d77d3ca (diff) | |
| download | pubnub-python-b8551cfe4f254c547401af69aa7ae944647f2c86.tar.bz2 | |
docs(index.rst): Use `pubnub` module instead of `Pubnub`
Use the lowercase version of the module name after it was changed in
f9cffc2bb1acbef7595bc523095c21fef1530dc4 to allow Sphinx to correctly
find the `pubnub` module and properly generate the docs.
| -rw-r--r-- | docs/source/index.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/source/index.rst b/docs/source/index.rst index 6b41e89..f9c42b7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,7 +9,7 @@ Welcome to PubNub's documentation!  .. toctree::     :maxdepth: 5 -.. automodule:: Pubnub +.. automodule:: pubnub  Pubnub  --------------------------------- | 
