Home
last modified time | relevance | path

Searched refs:markdown_filepath (Results 1 – 2 of 2) sorted by relevance

/btstack/doc/manual/
H A Dmarkdown2tex.py61 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 Dmarkdown_create_apis.py304 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: