Mikhail Gusarov <[email protected]> writes: > python-pytils ships example Django code in /usr/share/doc/python-pytils, > including Django templates which iconveniently have extension .html > (/usr/share/doc/python-pytils/examples/examples-django/pytilsex/templates/*.html)
> templates/**/*.html is a canonical templates location in Django projects, so > I suggest excluding such files from documentation search for > possible-documentation-but-no-doc-base-registration test. I'm going to, in general, exclude anything in the examples directory from that check, since examples are probably not going to be documentation in the sense that doc-base cares about. Do you know of a case where that won't take care of it? -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

