From b8551cfe4f254c547401af69aa7ae944647f2c86 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 3 Sep 2015 21:46:48 -0400 Subject: 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. --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --------------------------------- -- cgit v1.2.3