ROOCS Website is the front page for the roocs project.
Contributions are welcome. Feel free to open a pull request with changes.
It can be helpful to preview changes on your computer before opening a pull request. ROOCS website uses the MkDocs static site generator. After forking or cloning the repository, perform the following steps to generate the site and preview it:
# build conda env with mkdcos
conda env create
conda activate roocs
# build docs
mkdocs build
# view docs locally
mkdocs serve
Open browser: http://127.0.0.1:8000
Pull requests merged to the main branch are automatically deployed to the production website.
The content of this project itself is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license, and the underlying source code used to format and display that content is licensed under the MIT license.