Searched refs:markdown_filepath (Results 1 – 2 of 2) sorted by relevance
/btstack/doc/manual/ |
H A D | markdown2tex.py | 61 def postprocess_file(markdown_filepath, fout, title): argument 62 with open(markdown_filepath, 'r') as fin: 104 markdown_filepath = mkdocsfolder + navigation_group_filepath 105 postprocess_file(markdown_filepath, fout, navigation_group_title)
|
H A D | markdown_create_apis.py | 304 markdown_filepath = markdownfolder + "appendix/" + filename_without_extension + ".md" 307 with open(markdown_filepath, 'wt') as fout: 317 … createIndex(fin, filename, markdown_filepath, header_title, filename_without_extension, githuburl) 348 markdown_filepath = markdownfolder + "appendix/apis.md" 349 with open(markdown_filepath, 'wt') as fout:
|