Searched refs:doctext (Results 1 – 10 of 10) sorted by relevance
| /petsc/doc/ |
| H A D | build_manpages_c2html.py | 44 doctext = None 50 doctext = shutil.which('doctext') 51 if doctext: command.append('--with-sowing') 60 if not doctext: 62 doctext = [line for line in f if line.find('DOCTEXT ') > -1] 63 doctext = re.sub('[ ]*DOCTEXT[ ]*=[ ]*','',doctext[0]).strip('\n').strip() 64 print('Using DOCTEXT:', doctext) 70 build_man_pages.main(petsc_dir,build_dir,doctext)
|
| H A D | build_man_pages.py | 29 def processdir(petsc_dir, build_dir, dir, doctext): argument 47 command = [doctext, 72 def main(petsc_dir, build_dir, doctext): argument 95 numberErrors = numberErrors + processdir(petsc_dir,build_dir,dirpath,doctext)
|
| H A D | petsc.bib | 13774 @COMMENT{WEB, CWEB references (for doctext)} 20442 title = {Users Manual for doctext: Producing Documentation from Source Code}, 24182 % doctext: Used to generate tex version of TAO manual pages 24184 @TechReport{ doctext, techreport 24186 title = {Users Manual for doctext: Producing documentation from {C} source code}, 24191 key = {doctext}
|
| /petsc/doc/manualpages/doctext/ |
| H A D | htmltabl.def | 2 # These are the definitions for doc2lt and doctext HTML output (Table)
|
| H A D | latex.def | 2 # These are the definitions for doc2lt and doctext HTML output
|
| H A D | nroff.def | 2 # These are the definitions for doc2lt and doctext HTML output
|
| H A D | myst.def | 2 # These are the definitions for doc2lt and doctext MyST (Markdown) output
|
| H A D | html.def | 2 # These are the definitions for doc2lt and doctext HTML output
|
| /petsc/doc/developers/ |
| H A D | documentation.md | 268 …ocumentation](http://wgropp.cs.illinois.edu/projects/software/sowing/doctext/doctext.htm) and {ref…
|
| H A D | style.md | 572 see the documentation for `doctext`. Currently, doctext produces Markdown files ending in `.md`, wh…
|