Skip to content

cdslaborg/paramonted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to regenerate the documentations

To regenerate the ParaMonte documentation from source,

  1. 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
  2. Open a Bash terminal and navigate to the root directory of the ParaMonte repository cloned on your system.

  3. Navigate from the ParaMonte root directory to the documentation repository's root folder ./external/paramonted.

  4. See the generic subfolder README.md file for instructions to regenerate the ParaMonte generic documentations.

  5. 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.