Skip to content

Documentation for Open OnDemand generated using Sphinx

License

MIT, CC-BY-4.0 licenses found

Licenses found

MIT
LICENSE.txt
CC-BY-4.0
LICENSE_DOCS.txt
Notifications You must be signed in to change notification settings

hmdc/ood-documentation

 
 

Repository files navigation

OOD Documentation

Build Status GitHub License Documentation License

Usage

Go to https://osc.github.io/ood-documentation/master/ to see the latest published release version.

Or select your version:

Development

Open pull requests to the develop branch, which is the main branch of this repo. This repo uses the gitflow branching model.

There are two ways to build the documentation.

  1. Use the Docker image that is used to build them in production using Travis.
  2. Use pipenv to install local dependencies. pipenv has become the recommended package to use by python.org for dependency management

Docker

Currently all builds are generated using the docker-sphinx Docker image. They are built using the following command from the root of this repo:

docker run --rm -i -t -v "${PWD}:/doc" -u "$(id -u):$(id -g)" ohiosupercomputer/ood-doc-build make html

Or use the rake task added:

rake docker:build

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/OSC/ood-documentation.

License

  • Documentation, website content, and logo is licensed under CC-BY-4.0
  • Code is licensed under MIT (see LICENSE.txt)

About

Documentation for Open OnDemand generated using Sphinx

Resources

License

MIT, CC-BY-4.0 licenses found

Licenses found

MIT
LICENSE.txt
CC-BY-4.0
LICENSE_DOCS.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.8%
  • Python 21.1%
  • Batchfile 13.7%
  • Makefile 13.5%
  • CSS 1.5%
  • Shell 1.4%
  • Ruby 1.0%