This is the repository of the NekIBM documentation adapted from the original Nek5000 docs written using the Sphinx documentation framework.
module load conda
conda activate a_python_env # torch-timm
pip install sphinx
pip install recommonmark # add markdown
pip install sphinx_rtd_theme
emacs source/conf.py # language = 'en'
git add --all
git commit -m "update message"
git push origin master
To update the GitHub Page, a contributor must have write permissions to the main NekDoc repository. The GitHub Page should not contain any edits that are newer than the master branch of the main repository.
Workflow:
Checkout the latest master run
make gh-pages