]> git.cworth.org Git - notmuch/commitdiff
doc: cross-reference notmuch man pages with actual links
authorJani Nikula <jani@nikula.org>
Fri, 21 May 2021 20:44:10 +0000 (23:44 +0300)
committerDavid Bremner <david@tethera.net>
Sat, 22 May 2021 19:38:56 +0000 (16:38 -0300)
Add internal hyperlink targets for man pages and cross-reference them
using the any role reference. There are a number of alternatives to
accomplish this, but this seems like the combination that retains the
man page section number and the same boldface style in the man pages.

As a bonus, we get sanity checking on the links; for example
notmuch-search-terms.rst had a reference to notmuch-properties(1)
i.e. the wrong section.

The obvious semantic follow-up change would be to only have meaningful
"see also" references instead of having them all everywhere.


No differences found