The CONTINUOUSLY UPDATED one-stop-shop documentation for the BYU UAS competition team.
You can read the documentation directly in your browser in GitHub.
The documentation is written in Markdown. The pages can be easily updated from the GitHub web interface (simply select the file to be updated and click "Edit this file").
To build the documentation, clone this repository to your computer. You will need to have Sphinx installed.
sudo apt-get install texlive-full
sudo apt install latexmk
The docs have a dependency on Recommonmark. Install it:
pip3 install recommonmark
The following commands all need to be run from the toplevel directory:
For HTML docs, run make html
.
For Latex docs, run make latex
.
For PDF docs, run make latexpdf
(you will likely need a latex engine installed on your computer).