This repo contains the documentation website for OpenAD, which can be viewed at:
acceleratedscience.github.io/openad-docs
Most of the documentation is auto-generated from the README file in the main OpenAD repository:
- commands.md
- installation.md
For instructions on how to regenerate the documentation files, please refer to /docs/generate_docs.py in the OpenAD repo.
Assuming Jekyll and Bundler are installed on your computer:
-
Change your working directory to the root directory of your site.
-
Run
bundle install
. -
Run
bundle exec jekyll serve
to build your site and preview it atlocalhost:4000
.The built site is stored in the directory
_site
.
The website is automatically redeployed whenever the main
branch is updated.
git add .
git commit -m "Updated documentation"
git push
The documentation website is built using just-the-docs which runs on Jekyll.
Deployment is managed by GitHub Actions. More information can be found in the just-the-docs README.