Contributing to documentation =============================== This website is rendered from documentation in the `Purdue AF GitHub repository `_. To contribute to documentation, please **open a pull request**. - The website uses `ReadTheDocs `_ platform which runs on `Sphinx `_ engine. - The visual theme and layouts of the website are implemented via `furo `_ package. - The documentation uses `RST syntax `_ which provides many features such as customizable code blocks, cross-referencing, tables, etc., but is very sensitive to indentation and has a learning curve.