Skip to content

Commit

Permalink
Fix readthedocs to properly reference the PRAW package.
Browse files Browse the repository at this point in the history
  • Loading branch information
bboe committed Aug 19, 2012
1 parent 1bcbcb5 commit a0c637a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -11,7 +11,7 @@ Contents:
.. toctree::
:maxdepth: 2

reddit
praw

Indices and tables
==================
Expand Down
8 changes: 4 additions & 4 deletions docs/reddit.rst → docs/praw.rst
@@ -1,7 +1,7 @@
reddit Package
praw Package
==============

:mod:`reddit` Package
:mod:`praw` Package
---------------------

.. automodule:: praw.__init__
Expand Down Expand Up @@ -41,10 +41,10 @@ reddit Package
:undoc-members:
:show-inheritance:

:mod:`reddit_test` Module
:mod:`tests` Module
-------------------------

.. automodule:: praw.reddit_test
.. automodule:: praw.tests
:members:
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit a0c637a

Please sign in to comment.