uralbash / sphinx-links

Add external links to Sphinx project as :l:`name of link`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sphinx-doc external links

Install

$ pip install sphinx_links

Edit your Sphinx's conf.py

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.

About

Add external links to Sphinx project as :l:`name of link`


Languages

Language:Python 100.0%