This Repository contains the source files for the official DMR++ documentation. In it you can find how to build & deploy DMR++ files using Hyrax.
The documentation is built and deployed by travis, and hosted on GitHub Pages. If you are interested in making suggestions we recommend to first open an ISSUE. Once you are ready to make changes you can follow the next steps:
- Clone this repository onto machine.
- Install AsciiDoctor.
- Navigate to your local cloned directory.
- Create a new branch.
- Make changes to the source file.
- Test locally the new changes, making sure to spell check, and that any non-text structure appears well (like tables, math, hyperlinks). To test simply do on the command line:
asciidoctor DMRpp.adoc
That should generate a single DMRpp.html
file. You can inspect it with a browser.
- Push to create a new Pull Request. Indicate what is new addition, whether it is related to an open issue on this repository (or somewhere else).
The material in this repository was migrated from its previous defuncted location at docs.opendap.org/DMR++. The older location is no longer updated and is consider archived/retired.