X Tutup
Skip to content

Commit 940502d

Browse files
committed
adds module documentation to index since there is so much inline doc
1 parent bcff1c2 commit 940502d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Contents:
1717
models.rst
1818
searching.rst
1919
with_django.rst
20+
twitter.rst
2021

2122

2223
Introduction

doc/twitter.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
python-twitter package
2-
=============
1+
Modules Documentation
2+
=====================
33

44

5-
twitter.api
5+
API
66
----------------
77

88
.. automodule:: twitter.api
99
:members:
1010
:undoc-members:
1111
:show-inheritance:
1212

13+
Models
14+
---------------------
15+
1316
.. automodule:: twitter.category
1417
:members:
1518
:undoc-members:
@@ -60,6 +63,10 @@ twitter.api
6063
:undoc-members:
6164
:show-inheritance:
6265

66+
67+
Utilities
68+
---------------------
69+
6370
.. automodule:: twitter.twitter_utils
6471
:members:
6572
:undoc-members:

0 commit comments

Comments
 (0)
X Tutup