Searched refs:c2html (Results 1 – 11 of 11) sorted by relevance
| /petsc/doc/ |
| H A D | build_manpages_c2html.py | 43 c2html = None 47 c2html = shutil.which('c2html') 48 if c2html: command.append('--with-c2html') 99 c2html = shutil.which('c2html') 100 if not c2html: 102 c2html = [line for line in f if line.find('C2HTML ') > -1] 103 c2html = re.sub('[ ]*C2HTML[ ]*=[ ]*','',c2html[0]).strip('\n').strip() 104 print('Using C2HTML:', c2html) 115 build_c2html.main(petsc_dir,build_dir,outdir,c2html,mapnames)
|
| H A D | build_c2html_file.py | 10 def main(petsc_dir,loc,git_sha,c2html,mapnames,rel_dir,file): argument 16 c2html + ' -n | \
|
| H A D | build_c2html.py | 23 def main(petsc_dir,build_dir,loc,c2html,mapnames): argument 97 …ile.py')) + ' ' + str(petsc_dir) + ' ' + str(loc) + ' '+ git_sha + ' ' + c2html + ' ' + mapnames +…
|
| /petsc/doc/install/ |
| H A D | external_software.md | 60 - [c2html](https://sources.debian.org/copyright/license/c2html/)
|
| /petsc/doc/miscellaneous/ |
| H A D | acknowledgements.md | 117 - c2html
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_tut_6.out | 125 …S="-g -O3 -march=native " --FOPTFLAGS="-g -O3 -march=native " --download-c2html --download-suitesp…
|
| H A D | ex19_tut_4.out | 120 …S="-g -O3 -march=native " --FOPTFLAGS="-g -O3 -march=native " --download-c2html --download-suitesp…
|
| H A D | ex19_tut_5.out | 129 …S="-g -O3 -march=native " --FOPTFLAGS="-g -O3 -march=native " --download-c2html --download-suitesp…
|
| H A D | ex19_tut_7.out | 138 …S="-g -O3 -march=native " --FOPTFLAGS="-g -O3 -march=native " --download-c2html --download-suitesp…
|
| /petsc/doc/developers/ |
| H A D | documentation.md | 269 - [C2html](https://gitlab.com/petsc/pkg-c2html): This generates the HTML versions of all the source…
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 464 …-with-precision=double --with-scalar-type=real --with-viennacl=0 --download-c2html -download-sowing
|