This is the website branch for ROSS. The website is created using Jekyll and GitHub Pages.
See the guidelines in CONTRIBUTING.md.
- Make sure your machine is properly configured with the Jekyll and GitHub Pages ruby gems by following these instructions.
- Make sure you are on the gh-pages branch:
git checkout gh-pages
. - Start the local webserver using the command
bundle exec jekyll serve -w --baseurl=
- Visit the site at localhost:4000.
More information can be found here.
The doxygen for ROSS is automatically generated and updated through git-hooks.
These files are stored in the ROSS-docs/docs/html
directory.
To change the Doxygen settings see the Doxyfile.user.in file in the ROSS/master branch.