Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.03 KB

uas_documentation

The CONTINUOUSLY UPDATED one-stop-shop documentation for the BYU UAS competition team.

Read The Docs

You can read the documentation directly in your browser in GitHub.

Write The Docs

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").

Build The Docs

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).