gitextract_fslh2m2x/ ├── README.md ├── index.html ├── parse.js ├── pdf/ │ ├── Acrobat/ │ │ ├── Chapter_1.xml │ │ ├── bottom_line.xml │ │ ├── chapter_2.xml │ │ ├── chapter_3.xml │ │ ├── chapter_4.xml │ │ ├── chapter_5.xml │ │ ├── chapter_6.xml │ │ ├── chapter_7.xml │ │ ├── chapter_8.xml │ │ ├── even_pages.xml │ │ └── odd_pages.xml │ ├── README.md │ ├── create_index.py │ ├── index_for_pdf.html │ ├── index_for_pdf_print.html │ ├── popup.html │ └── remove_links.py └── web/ ├── OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/ │ ├── @font-face/ │ │ └── Demo.html │ ├── License.txt │ └── Online_Web_Fonts.url ├── OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/ │ ├── License.txt │ ├── Menlo Bold/ │ │ └── @font-face/ │ │ └── Demo.html │ └── Online_Web_Fonts.url ├── continents.csv ├── convert_table.py ├── covid_cases.js ├── covid_deaths.js ├── empty_script.py ├── faq.html ├── script_2.js ├── style.css ├── style_dark.css ├── style_dark1.css ├── style_dark2.css ├── style_dark3.css ├── template.html └── update_plots.py