PageIndex/pageindex
BukeLy 85f17f9955 Fix list_index variable shadowing in fix_incorrect_toc
The loop variable `list_index = page_index - start_index` was
overwriting the outer `list_index = incorrect_item['list_index']`,
causing results to be written back to wrong index positions.

Rename the loop variable to `page_list_idx` to avoid shadowing.

Closes #66
2026-03-16 14:19:51 +08:00
..
__init__.py add markdown runner 2025-08-26 21:27:40 +08:00
config.yaml by default add node summary 2025-09-01 14:06:57 +08:00
page_index.py Fix list_index variable shadowing in fix_incorrect_toc 2026-03-16 14:19:51 +08:00
page_index_md.py firx print_toc 2025-08-31 11:51:50 +01:00
utils.py fix: make ChatGPT_API_with_finish_reason return consistent tuple 2026-01-19 12:27:35 +08:00