Searched refs:git_branch_name (Results 1 – 2 of 2) sorted by relevance
/btstack/doc/manual/ |
H A D | markdown_create_examples.py | 176 def writeListings(aout, infile_name, ref_prefix, git_branch_name): argument 192 …place("EXAMPLE_DESC", desc).replace("EXAMPLE_LABEL", label).replace("GIT_BRANCH", git_branch_name)) 297 def processExamples(intro_file, examples_folder, examples_ofile, git_branch_name): argument 338 writeListings(aout, file_name, example[0].replace("_",""), git_branch_name) 343 git_branch_name = "master" 374 git_branch_name = output.decode().rstrip() 376 …print('GIT branch name: failed to get, use default value \"%s\"" ', git_branch_name, exc.returnco… 378 print ('GIT branch name : %s' % git_branch_name) 380 processExamples(examples_introfile, examples_folder, outputfile, git_branch_name)
|
H A D | markdown_create_apis.py | 228 git_branch_name = "master" 257 git_branch_name = output.decode().rstrip() 259 …print('GIT branch name: failed to get, use default value \"%s\"" ', git_branch_name, exc.returnco… 261 print ('GIT branch name : %s' % git_branch_name) 263 githuburl = githuburl_template + git_branch_name
|