From: Fred Drake Date: Tue, 19 May 1998 19:38:49 +0000 (+0000) Subject: Don't use a separate node for footnotes; see if people scream. ;-) X-Git-Tag: v1.5.2a1~587 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e194beb829498328d259ab5963b4a4ff2e066536;p=python Don't use a separate node for footnotes; see if people scream. ;-) --- diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 30361a79af..c022c19aec 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -17,6 +17,7 @@ $INFO = 1; # 0 = do not make a "About this document..." section $MAX_LINK_DEPTH = 3; $ADDRESS = ''; +$NO_FOOTNODE = 1; $NUMBERED_FOOTNOTES = 1; # Python documentation uses section numbers to support references to match