Feature #39872

Supplement the GlobalSettings (.yml) of TYPO3 Sphinx rendering

Added by Martin Bless 9 months ago. Updated 8 months ago.

Status:Resolved Start date:2012-08-16
Priority:Should have Due date:
Assignee:Martin Bless % Done:

0%

Category:- Spent time: -
Target version:ReStructured Text Infrastructure - TYPO3, TER & typo3.org integ.
Votes: 0

Description

I just saw that we can turn on the Sphinx extension ``sphinx.ext.extlinks``.

Then we add to our configuration:

extlinks = {
'forge': ('http://forge.typo3.org/issues/%s',
'issue #')}

Afterwards we can write::

:forge:`39834`

to create a link to ``http://forge.typo3.org/issues/39834`` with caption (title tag) ``issue #39834``.

Pretty cool. I'll add that to our GlobalSettings.yml.

History

Updated by Gerrit Code Review 9 months ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13830

Updated by Martin Bless 9 months ago

Martin Bless wrote:

with caption (title tag)

Correction: "caption" is the text that is actually shown and linked.

Updated by Jacob Floyd 9 months ago

Something similar could be done to create links to the API docs.

Updated by Martin Bless 9 months ago

Jacob Floyd wrote:

Something similar could be done to create links to the API docs.

Can you add some examples you'd like to have?

Updated by Martin Bless 8 months ago

  • Status changed from Accepted to Resolved

Also available in: Atom PDF