Searched refs:githuburl (Results 1 – 2 of 2) sorted by relevance
/btstack/doc/manual/ |
H A D | markdown_update_references.py | 7 githuburl = "https://github.com/bluekitchen/btstack/tree/" variable 18 def process_source_file_link(mdin, mdout, githuburl, line): argument 21 line_with_source_file_link = line.replace("GITHUB_URL", githuburl) 83 def process_file(mk_file, markdownfolder, mkdocsfolder, githuburl): argument 94 line = process_source_file_link(mdin, mdout, githuburl, line) 134 githuburl = arg 144 githuburl = githuburl + gitbranchname 145 print('GITHUB URL: %s\n' % githuburl) 163 process_file(navigation_group_filepath, markdownfolder, mkdocsfolder, githuburl) 169 process_file(filepath, markdownfolder, mkdocsfolder, githuburl)
|
H A D | markdown_create_apis.py | 65 def codeReference(fname, githuburl, filename_without_extension, filepath, linenr): argument 67 ref = code_ref.replace("GITHUB", githuburl) 106 def createIndex(fin, filename, api_filepath, api_title, api_label, githuburl): argument 160 …typedefs[typedef.group(1)] = codeReference(typedef.group(1), githuburl, filename, api_filepath, li… 165 …functions[ref_function.group(1)] = codeReference(ref_function.group(1), githuburl, filename, api_f… 183 functions[name] = codeReference( name, githuburl, filename, api_filepath, linenr) 195 functions[name] = codeReference(name, githuburl, filename, api_filepath, linenr) 231 githuburl = "master/src/" 247 githuburl = arg 263 githuburl = githuburl_template + git_branch_name [all …]
|