diff options
| author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-30 16:18:27 +0200 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-16 18:14:07 +0100 | 
| commit | 2df3190f13b23c8423adf907e8ce025d04b3f781 (patch) | |
| tree | 948b0ab64c521d540db82ff077371bdaf4f79713 /documentation/dev-manual/dev-manual-customization.xsl | |
| parent | 623ea7f3fe9fe8c972b5c6c3bcbe6fc0c4798182 (diff) | |
| download | poky-2df3190f13b23c8423adf907e8ce025d04b3f781.tar.gz | |
bitbake: sphinx: fixup for links
Since we converted the list of variables into a Sphinx glossary, the
automatic conversion from Pandoc does not produce proper links. We fix
them up using a Python regexp.
Similarly some http links were not converted correctly, and can also
be fixed up with a regexp.
This patch was generated by running the following regexp:
     line = re.sub("` <(https?://.*)>`__",
                   "\\1",
                   line)
     line = re.sub("`+(\w+)`* <#var-bb-\\1>`__",
                   ":term:`\\1`",
                   line)
(Bitbake rev: 57300955beb200c81762880f44f1a499451b7432)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-customization.xsl')
0 files changed, 0 insertions, 0 deletions
