Skip to content

valleydlr/ovis-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVIS-HPC Documentation

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: https://ovis-docs.readthedocs.io/en/latest/index.html

Contributing to ReadTheDocs

Instructions and documentation on how to use ReadTheDocs can be found here: https://sublime-and-sphinx-guide.readthedocs.io/en/latest/images.html

  • 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

Adding A New File

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

Paper Lock

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages