]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Script to locate uses of \module where the module referred to is not
authorFred Drake <fdrake@acm.org>
Thu, 22 Apr 1999 13:08:09 +0000 (13:08 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 22 Apr 1999 13:08:09 +0000 (13:08 +0000)
commit693a2c65812eb61a87cacf1a23b83db35bbf9552
treeb3cb550bf33c9bff4da69505387d785e09769406
parente0208cc83cbc91bca0eb802b540c45a430399ef5
Script to locate uses of \module where the module referred to is not
the module being documented at that point in the documentation; these
are candidates for conversion to \refmodule, which produces a
hyperlink in the HTML and PDF versions of the output.
Doc/tools/findmodrefs [new file with mode: 0755]