mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
&do_cmd_textohtmlmoduleindex: Get the modindex key added to the label->node
association.
This commit is contained in:
parent
57b5e42c0c
commit
45a40930e7
1 changed files with 2 additions and 2 deletions
|
|
@ -221,7 +221,6 @@ sub clean_key {
|
|||
|
||||
$idx_module_mark = '<tex2html_idx_module_mark>';
|
||||
$idx_module_title = 'Module Index';
|
||||
$idxmodulefile = '';
|
||||
|
||||
sub add_module_idx {
|
||||
print "\nDoing the module index ...";
|
||||
|
|
@ -255,8 +254,9 @@ sub remove_general_markers {
|
|||
# $idx_mark will be replaced with the real index at the end
|
||||
sub do_cmd_textohtmlmoduleindex {
|
||||
local($_) = @_;
|
||||
local($key) = q/modindex/;
|
||||
$TITLE = $idx_module_title;
|
||||
$idxmodulefile = $CURRENT_FILE;
|
||||
&anchor_label("modindex",$CURRENT_FILE,$_);
|
||||
join('', '<p>' , &make_section_heading($idx_module_title, "h2"),
|
||||
$idx_module_mark, $_);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue