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.