GitHub Sphinx 文档中的链接
GitHub links in Sphinx docs
这是一个 Sphinx 文档示例:
https://github.com/django-tastypie/django-tastypie/blob/v0.13.2/docs/release_notes/v0.13.2.rst
我想提交 SHA、问题编号和@提及超链接。无论如何要自动执行此操作?
我建议在 http://sphinxext-survey.readthedocs.org/en/latest/changelog-version-control.html 查看 Sphinx 扩展库。
具体来说,我相信这两个扩展至少可以为您提供一些您正在寻找的支持(没有@mentions)。
这是一个 Sphinx 文档示例: https://github.com/django-tastypie/django-tastypie/blob/v0.13.2/docs/release_notes/v0.13.2.rst
我想提交 SHA、问题编号和@提及超链接。无论如何要自动执行此操作?
我建议在 http://sphinxext-survey.readthedocs.org/en/latest/changelog-version-control.html 查看 Sphinx 扩展库。
具体来说,我相信这两个扩展至少可以为您提供一些您正在寻找的支持(没有@mentions)。