SYMBOL INDEX (17 symbols across 4 files) FILE: bin/preprocess-epub.py function _escape_alt_text (line 20) | def _escape_alt_text(text): function convert_markdown (line 25) | def convert_markdown(text): function process_file (line 59) | def process_file(input_path, output_path): function main (line 80) | def main(): FILE: bin/toc.py function extract_front_matter_title (line 15) | def extract_front_matter_title(content): function extract_headings (line 36) | def extract_headings(content, max_depth): function generate_toc_entry (line 78) | def generate_toc_entry(file_name, title, lang, depth, content_dir): function format_toc_entries (line 132) | def format_toc_entries(entries): function check_file_status (line 161) | def check_file_status(file_path, lang): function main (line 185) | def main(): FILE: bin/translate.py function cli (line 12) | def cli(): function convert (line 16) | def convert(infile: str, outfile: str, cfg: str): function file (line 33) | def file(infile: str, outfile: str, cfg: str): function repo (line 47) | def repo(infolder, outfolder, cfg): FILE: bin/zh-tw.py function process_urls (line 5) | def process_urls(text, src_folder, dst_folder): function convert_file (line 37) | def convert_file(src_filepath, dst_filepath, src_folder, dst_folder, cfg... function convert (line 69) | def convert(zh_folder, tw_folder):