Update documentation (#53)

- updated info about OMNITRACE_USE_MPI
- removed wiki links
- info about metadata.json
- update HW counters and fix typos
- fix update-docs.sh
This commit is contained in:
Jonathan R. Madsen
2022-05-08 02:51:35 -05:00
zatwierdzone przez GitHub
rodzic 134b33320d
commit bab90baf0b
5 zmienionych plików z 571 dodań i 187 usunięć
+5 -2
Wyświetl plik
@@ -25,8 +25,11 @@ make html
if [ -d ${SOURCE_DIR}/docs ]; then
message "Removing stale documentation in ${SOURCE_DIR}/docs/"
echo rm -rf ${SOURCE_DIR}/docs/*
rm -rf ${SOURCE_DIR}/docs/*
message "Adding nojekyll to docs/"
cp -r ${WORK_DIR}/.nojekyll ${SOURCE_DIR}/docs/.nojekyll
message "Copying source/docs/_build/html/* to docs/"
echo cp -r ${WORK_DIR}/_build/html/* ${SOURCE_DIR}/docs/
cp -r ${WORK_DIR}/_build/html/* ${SOURCE_DIR}/docs/
fi