aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTeddy Wing2015-09-03 21:46:48 -0400
committerTeddy Wing2015-09-03 21:46:48 -0400
commitb8551cfe4f254c547401af69aa7ae944647f2c86 (patch)
tree5c082c2225b5c9bf2169c69c2e0b0b23b7ccab76 /docs
parentde21caa8524db6bbf7f204aa817b5ddb5d77d3ca (diff)
downloadpubnub-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.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/index.rst2
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
---------------------------------