sphinx-github-role
Project description
sphinx-github-role
A github
role for Sphinx.
Installation
To install, run
(.venv) $ pip install sphinx-github-role
Usage
Basic usage
MyST:
:caption: index.md
See {github}`astrojuanlu/sphinx-github-role#1`.
reStructuredText:
:caption: index.rst
See :github:`astrojuanlu/sphinx-github-role#1`.
Configuring a default organization and project
The extension accepts a configuration github_default_org_project
that can be a tuple ("default_org", "default_project")
to save some typing. For example, with this configuration:
:caption: conf.py
github_default_org_project = ("astrojuanlu", None)
you can type this:
:caption: index.md
See {github}`sphinx-github-role#1`.
and with this configuration:
:caption: conf.py
github_default_org_project = ("astrojuanlu", "sphinx-github-role")
you only need to type this:
:caption: index.md
See {github}`#1`.
Customizing link text
You can also customize the link text, by wrapping the target in angle brackets:
:caption: index.md
See {github}`this issue <#1>`.
Contribute
Feel free to open an issue to report problems or suggest new features!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sphinx-github-role-0.1.0.tar.gz
.
File metadata
- Download URL: sphinx-github-role-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a16424320cdb44ef130090bc8cedafd514491486e779688f7f6eec98f7ec0cb |
|
MD5 | 7449e06b9c00bcf9c2d76e571bff1217 |
|
BLAKE2b-256 | 8392427a9505d913a39fe351212781634bf05f9da487826dd81fc700f1376edb |
File details
Details for the file sphinx_github_role-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: sphinx_github_role-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f46729cb815e678c45501c564ebb2b5e1076e56cef517cdc057c4dde0621dabd |
|
MD5 | c7278e4d7877dcecff781fa4559c222b |
|
BLAKE2b-256 | 8cf6ee97a8dfdc71827fde91383effcfb4877a5f7bca7247d728b163fad2233b |