Open htgoebel opened 2 years ago
The tests fail, probably due to invalid link targets. Can you look into this?
I pushed a new version fixing this issue (rebased on current master bracnh already).
Lessons learned:
`demo site <demo-site>`_
does not link to the internal target "demo-site" (href='#demo-site"
), but to the file (href="demo-site"
).. _`demo site`:
and .. _demo site:
(without backticks) are okayI pushed a new version fixing this issue (rebased on current master bracnh already).
Lessons learned:
`demo site <demo-site>`_
does not link to the internal target "demo-site" (href='#demo-site"
), but to the file (href="demo-site"
)- internal targets can contain spaces: Both
.. _`demo site`:
and.. _demo site:
(without backticks) are okay
IIRC, in rst, if you want to point to the link in the final output you will want to use the :doc:
field.
:doc: role is an extension, AFAIK sphinx introduced it. And was the name says, it is for linking to (the top of) documents.
Pull Request Checklist
Description
Adds a few lines of text pointing from the templates/themes section to the demo site section. I was missing such a link.