https://github.com/uralbash/sphinx-links
Add external links to Sphinx project as :l:`name of link`
https://github.com/uralbash/sphinx-links
Last synced: about 1 month ago
JSON representation
Add external links to Sphinx project as :l:`name of link`
- Host: GitHub
- URL: https://github.com/uralbash/sphinx-links
- Owner: uralbash
- Created: 2015-07-29T14:53:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T05:09:02.000Z (almost 9 years ago)
- Last Synced: 2025-10-27T14:59:06.049Z (8 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
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.