SYMBOL INDEX (25 symbols across 3 files) FILE: scripts/check_dependencies.py function main (line 7) | def main(): FILE: scripts/generate_demos.py function load_config (line 25) | def load_config(): function fetch_readme_from_doc_link (line 38) | def fetch_readme_from_doc_link(doc_link): function extract_repo_info_from_doc_link (line 60) | def extract_repo_info_from_doc_link(doc_link): function process_readme_content (line 90) | def process_readme_content(content, demo_config): function create_demo_page (line 122) | def create_demo_page(demo_config, content): function generate_gallery_page (line 153) | def generate_gallery_page(config): function sync_demo_docs (line 179) | def sync_demo_docs(config, fetch_from_remote=True): function main (line 222) | def main(skip_demos, skip_gallery, verbose): FILE: scripts/sync_from_tidb_docs.py function remove_custom_content_blocks (line 6) | def remove_custom_content_blocks(content): function collapse_extra_blank_lines (line 11) | def collapse_extra_blank_lines(content): function convert_note_blocks (line 16) | def convert_note_blocks(content): function convert_warning_blocks (line 29) | def convert_warning_blocks(content): function convert_tip_blocks (line 42) | def convert_tip_blocks(content): function remove_see_also_section (line 55) | def remove_see_also_section(content): function replace_image_paths (line 60) | def replace_image_paths(content): function replace_relative_doc_links (line 67) | def replace_relative_doc_links(content): function remove_overview_from_title (line 80) | def remove_overview_from_title(content): function remove_front_matter (line 90) | def remove_front_matter(content): function remove_simpletab_blocks (line 95) | def remove_simpletab_blocks(content): function process_overview (line 103) | def process_overview(): function process_llamaindex (line 117) | def process_llamaindex(): function process_langchain (line 134) | def process_langchain(): function save_to_file (line 151) | def save_to_file(content, filename): function main (line 157) | def main():