pyccel-build¶
The pyccel-build script builds a Pyccel documentation set. It is called like this:
$ pyccel-build [options] sourcedir [filenames]
where sourcedir is the source directory. Most of the time, you don’t need to specify any filenames.
The pyccel-build script has several options:
-
-h,--help,--version¶ Display usage summary or Pyccel version.
General options¶
-
--output-dirOUTPUT_DIR¶ Output directory.
-
--convert-only¶ Converts pyccel files only without build. (see
convertion_doc).
-
-bBUILDER¶ builder to use (default: fortran)
-
-a¶ write all files (default: only write new and changed files)
-
-E¶ don’t use a saved environment, always read all files
-
-jN¶ build in parallel with N processes where possible