#1948 closed defect (fixed)
fix warnings from 'make doc-checks'
Reported by: | daira | Owned by: | daira |
---|---|---|---|
Priority: | minor | Milestone: | soon |
Component: | documentation | Version: | 1.9.2 |
Keywords: | docs reviewed | Cc: | |
Launchpad Bug: |
Description
They are all "Hyperlink target ... is not referenced." or "Duplicate explicit target name" warnings.
Change History (10)
comment:1 Changed at 2013-11-11T07:27:25Z by zooko
- Keywords review-needed added
comment:2 Changed at 2013-11-11T15:37:09Z by zooko
comment:3 Changed at 2013-11-11T15:38:05Z by zooko
- Owner changed from marlowe to MK_FG
MK_FG: could you look at this and then remove the "review-needed" keyword from the "keywords"? Actually, go ahead and add the tag "reviewed" and assign this ticket to Daira, and he'll probably go ahead and merge it to trunk.
comment:4 Changed at 2013-11-11T22:08:08Z by zooko
comment:5 Changed at 2013-11-17T05:43:52Z by mk.fg
- Owner changed from MK_FG to mk.fg
I didn't see this ticket due to my non-deterministic nickname generation habits ;)
comment:6 Changed at 2013-11-17T05:56:37Z by mk.fg
- Keywords reviewed added; review-needed removed
- Owner changed from mk.fg to daira
Added +1 comment (or rather clarified previous one) on pull-69, and don't think I see any more issues there, so I'll go ahead and reassign as you suggested.
Note that being not a good reviewer, I didn't actually pull the commits from GH and tried to digest files with rst2html, pandoc or such to see the warnings, but since that was the main focus of the commits, I expect that should be the last thing to worry about.
On an unrelated note: may I suggest adding some trac plugin that does nickname auto-completion?
If there're just too many users, maybe add a minor hack there to only consider "N most active".
comment:7 follow-up: ↓ 9 Changed at 2013-11-17T16:17:52Z by zooko
Is there such a thing as a trac plugin that does nickname auto-completion? Sounds good to me.
comment:8 Changed at 2013-11-17T16:23:08Z by zooko
- Resolution set to fixed
- Status changed from new to closed
comment:9 in reply to: ↑ 7 Changed at 2013-11-17T18:26:44Z by mk.fg
Replying to zooko:
Is there such a thing as a trac plugin that does nickname auto-completion? Sounds good to me.
I vaguely remember installing one and from a quick ddg I think it was AutocompleteUsersPlugin - not like there's too many of them anyway.
comment:10 Changed at 2013-11-17T20:03:51Z by daira
I would have suggested as an alternative just for make doc-checks to filter out these useless warnings, but fixing them is fine too :-)
https://github.com/tahoe-lafs/tahoe-lafs/pull/67