Searched refs:rel_dir (Results 1 – 1 of 1) sorted by relevance
| /petsc/doc/ |
| H A D | build_c2html_file.py | 10 def main(petsc_dir,loc,git_sha,c2html,mapnames,rel_dir,file): argument 11 with open(os.path.join(rel_dir,file), "r") as fd: 24 for c in rel_dir: 46 with open(os.path.join(loc,rel_dir,file+'.html'), "w") as fdw: 47 …fdw.write('<center><a href="https://gitlab.com/petsc/petsc/-/blob/'+git_sha+'/'+rel_dir+'/'+file+'…
|