Mailing List Archive

CVS: python/dist/src/Doc/perl python.perl
Update of /projects/cvsroot/python/dist/src/Doc/perl
In directory weyr:/home/fdrake/projects/python/Doc/perl

Modified Files:
python.perl
Log Message:

do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC
repository.
CVS: python/dist/src/Doc/perl python.perl [ In reply to ]
Update of /projects/cvsroot/python/dist/src/Doc/perl
In directory weyr:/home/fdrake/projects/python/Doc/perl

Modified Files:
python.perl
Log Message:

Fix many of the specific targets in links from the index.

In a number of places, I called next_argument() instead of
next_argument_id() when the ID was also needed. (7 places)
CVS: python/dist/src/Doc/perl python.perl [ In reply to ]
Update of /projects/cvsroot/python/dist/src/Doc/perl
In directory weyr:/home/fdrake/projects/python/Doc/perl

Modified Files:
python.perl
Log Message:

do_cmd_methodline(): New function, implements indexing version of
\methodline.

Fixed up support for \withsubitem, hopefully improving the fidelity of
the index a bit.
CVS: python/dist/src/Doc/perl python.perl [ In reply to ]
Update of /projects/cvsroot/python/dist/src/Doc/perl
In directory weyr:/home/fdrake/projects/python/Doc/perl

Modified Files:
python.perl
Log Message:

write_idxfile(): New function. Isolate format of the external index
data file used by buildindex.py.

next_argument_id(): Removed; no longer used.

next_argument(): Doesn't use next_argument_id(), just does the work.

gen_target(), gen_target_name(): Removed, no longer used. The only
place that used them now does the (trivial) work directly.


Lots of little changes so we never have to pass around $br_id values
all over the place. The only places they're used now new IDs are
generated as needed.
CVS: python/dist/src/Doc/perl python.perl [ In reply to ]
Update of /projects/cvsroot/python/dist/src/Doc/perl
In directory weyr:/home/fdrake/projects/python/Doc/perl

Modified Files:
python.perl
Log Message:

do_cmd_methodline(): Fixed reference to method name when generating
the output HTML.
CVS: python/dist/src/Doc/perl python.perl [ In reply to ]
Update of /projects/cvsroot/python/dist/src/Doc/perl
In directory weyr:/home/fdrake/projects/python/Doc/perl

Modified Files:
python.perl
Log Message:

do_cmd_refmodule(): New function to support new \refmodule macro.