Metadata-Version: 1.1
Name: sphinx-links
Version: 0.0.4
Summary: Added external links to Sphinx project as :l:`name of link`.
Home-page: https://github.com/ITCase/sphinx-links
Author: uralbash
Author-email: sacrud@uralbash.ru
License: UNKNOWN
Description: Sphinx-doc external links
        =========================
        
        Install
        -------
        
        .. code-block:: bash
        
           $ pip install sphinx_links
        
        Edit your Sphinx's ``conf.py``
        ------------------------------
        
        .. code-block:: python
        
           links_collection = {
              'ITCase': 'http://itcase.pro',
              'YoPhone': 'https://yotaphone.com',
              'Pyramid': 'http://www.pylonsproject.org',
           }
        
           extensions = ['sphinx_links', ]
        
        Usage
        -----
        
        ::
        
           :l:`Pyramid` framework.
           :l:`YoPhone` eink with GSM.
           :l:`ITCase` LLC.
        
Keywords: sphinx documentation
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: License :: Repoze Public License
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Documentation
