]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/__init__.py
Dump the full documentation into the README and markdownify it.
[z_archive/twitter.git] / twitter / __init__.py
index ec19917bd8e2fd754bfa580b5a8d58b3ce5091ce..151f34666b3b43b0b20ccf80e606d2378f60d3a6 100644 (file)
@@ -19,27 +19,27 @@ from .oauth_dance import oauth_dance
 
 __doc__ += """
 The Twitter class
-=================
+-----------------
 """
 __doc__ += dedent(Twitter.__doc__)
 
 __doc__ += """
 The TwitterStream class
-=======================
+-----------------------
 """
 __doc__ += dedent(TwitterStream.__doc__)
 
 
 __doc__ += """
 Twitter Response Objects
-========================
+------------------------
 """
 __doc__ += dedent(TwitterResponse.__doc__)
 
 
 __doc__ += """
 Authentication
-==============
+--------------
 
 You can authenticate with Twitter in three ways: NoAuth, OAuth, or
 UserPassAuth. Get help() on these classes to learn how to use them.
@@ -48,7 +48,7 @@ OAuth is probably the most useful.
 
 
 Working with OAuth
-==================
+------------------
 """
 
 __doc__ += dedent(oauth_doc)