Metadata-Version: 1.1
Name: sphinxcontrib.twitter
Version: 0.2.0
Summary: embedding twitter's tweet in sphinx
Home-page: https://github.com/shomah4a/sphinx-tweet-embed
Author: @shomah4a
Author-email: UNKNOWN
License: LGPLv3
Description: 
        embedding twitter's tweet in sphinx
        
        usage:
        
        First of all, add `sphinx_tweet_embed` to sphinx extension list in conf.py
        
        .. code-block:: python
        
           extensions = ['sphinxcontrib.twitter']
        
        
        then use `tweet` directive and `tw` role.
        
        .. code-block:: rst
        
           .. tweet:: https://twitter.com/pypi/status/315214320826978305
        
           :tw:`@shomah4a`
        
        
        finally, build your sphinx project.
        
        
        .. code-block:: sh
        
           $ make html
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Documentation
