Documentation vs releases¶
OpenPFC documentation lives with the source repository. The published Sphinx
site combines Markdown prose from docs/ with C++ declarations extracted from
the same commit by Doxygen and Breathe. The default published site tracks
development (master / main) unless a deployment is explicitly pinned to a
tag.
You have |
Read |
|---|---|
A tagged release tarball |
Match |
A git clone of |
Expect the documentation to describe upcoming behavior; features may land before a release. |
The published HTML site |
Check the displayed OpenPFC version and source link before applying commands to an older checkout or release. |
Practical rule: for reproducible papers or production jobs, record the OpenPFC commit hash or release tag, HeFFTe version, and MPI module versions alongside configuration files.
See also¶
CHANGELOG.md— user-visible changes by versionbuild_options.md— CMake flags that drift most oftensphinx_preview.md— local and CI documentation builds