To regenerate the ParaMonte documentation from source,
-
Create a fork of the ParaMonte project on your personal GitHub account and clone the forked ParaMonte repository on your system via,
git clone --recurse-submodules git@github.com:cdslaborg/paramonte.git
-
Open a Bash terminal and navigate to the root directory of the ParaMonte repository cloned on your system.
-
Navigate from the ParaMonte root directory to the documentation repository's root folder
./external/paramonted
. -
See the generic subfolder README.md file for instructions to regenerate the ParaMonte generic documentations.
-
See the doxygen subfolder README.md file for instructions to regenerate ParaMonte language-specific Doxygen documentations.
NOTE
The ParaMonte documentation builds have only been tested on Linux system.