This repository hosts all Ovis/LDMS related documentation such as how-to tutorials, getting started with LDMS, docker-hub links, LDMS API and much more. Documentation webpage can be found here: ovis-hpc/readthedocs
Instructions and documentation on how to use ReadTheDocs can be found here: readthedocs Help Guide
- Clone the repository:
> git clone [email protected]:<current-repo>/ovis-docs.git
- Add any existing file name(s) you will be editing to paper.lock
> vi paper.lock
<add Name | Date | File(s)>
<username> | mm/dd | <filename>
- Make necessary changes, update paper.lock file and push to repo.
> vi paper.lock
<add Name | Date | File(s)>
## remove line
> git add <files>
> git commit -m "add message"
> git push
For any new RST files created, please include them in docs/src/index.rst under their corresponding sections. All RST files not included in index.rst will not populate on the offical webpage (e.g. readthedocs).
Rst files for man pages are generated using the pandoc_man_2_rst.py python file. It requires python3 and pandoc installations. It points at an installation (defined by OVIS_ROOT variable in the file, currently at /opt/ovis/build/ovis) and grabs .man files. There are source/dest arrays that define where to pull data from in OVIS_ROOT and where to put it in the readthedocs dir. Pandoc single file usage:
/usr/local/bin/pandoc -f man -s -t rst --toc {input.man} -o {output.rst}
IF YOU WANT TO CHANGE THE CONTENTS OF A GENERATED RST FILE, CHANGE THE MAN PAGE INSTEAD AND THEN REGENERATE.
This is for claiming any sections you are working on so there is no overlap. Please USE paper.lock to indicate if you are editing an existing RST file.