|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
Functions | |
| str | git_output (*str args) |
| Return trimmed output from one Git command. | |
| argparse.Namespace | parse_args () |
| Parse generated-documentation stamping arguments. | |
| int | main () |
| Write revision metadata and load it on every generated HTML page. | |
Variables | |
| REPO_ROOT = Path(__file__).resolve().parents[2] | |
Stamp generated Doxygen HTML with the Git revision it documents.
| str stamp_docs_revision.git_output | ( | *str | args | ) |
Return trimmed output from one Git command.
| [in] | args | Arguments passed after git. |
Definition at line 15 of file stamp_docs_revision.py.
| argparse.Namespace stamp_docs_revision.parse_args | ( | ) |
Parse generated-documentation stamping arguments.
Definition at line 25 of file stamp_docs_revision.py.
| int stamp_docs_revision.main | ( | ) |
Write revision metadata and load it on every generated HTML page.
Definition at line 36 of file stamp_docs_revision.py.
| stamp_docs_revision.REPO_ROOT = Path(__file__).resolve().parents[2] |
Definition at line 12 of file stamp_docs_revision.py.