Metadata-Version: 1.0
Name: sphinxcontrib-externallinks
Version: 0.1dev-20131017
Summary: Sphinx "externallinks" extension
Home-page: https://github.com/MiCHiLU/sphinxcontrib-externallinks
Author: ENDOH takanao
Author-email: UNKNOWN
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-externallinks
Description: 
        This package contains the externallinks Sphinx extension.
        
        .. add description here ..
        sphinxcontrib.externallinks
        ===========================
        
        Roles
        -----
        
        This module defines some roles.
        
        `google` It takes a single, requiredargument, keywords for search::
        
            :google:`world heritage sites in japan`
        
        `google-images` It takes a single, requiredargument, keywords for image search::
        
            :google-images:`world heritage sites in japan`
        
        `google-maps-fromto` It takes a single, requiredargument, keywords for maps search::
        
            :google-maps-fromto:`from Mt.Fuji to Hiraizumi` by public transit
            :google-maps-fromto:`driving from Mt.Fuji to Hiraizumi` by car
            :google-maps-fromto:`walking from Mt.Fuji to Hiraizumi`
        
            :google-maps-fromto:`from Mt.Fuji to Hiraizumi <富士山,平泉町>` by public transit
            :google-maps-fromto:`driving from Mt.Fuji to Hiraizumi <富士山,平泉町,d>` by car
            :google-maps-fromto:`walking from Mt.Fuji to Hiraizumi <富士山,平泉町,w>`
        
        `tenkipast` It takes a single, requiredargument, prefecture and date for the weather of the past in Japan(tenki.jp)::
        
            :tenkipast:`東京,2013/07/16`
        
        `wikipedia` It takes a single, requiredargument, langage and keywords for wikipedia's url::
        
            :wikipedia:`ja,フィリピンのバロック様式教会群`
        
        `whc` and `whct` It takes a single, requiredargument, number of UNESCO's World Heritage sites list or tentative list::
        
            :whc:`0662` Yakushima (list of World Heritage sites)
            :whct:`0370` Temples, Shrines and other structures of Ancient Kamakura (tentative list of World Heritage)
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
