Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 419 Bytes

File metadata and controls

16 lines (10 loc) · 419 Bytes

PER-Data-Analyzer

PER's in-house library for log parsing and data analysis.

Documentation

https://penn-electric-racing.github.io/PER-Data-Analyzer/

Docs are autogenerated using Sphinx. To generate the docs locally, run the following

cd docs
sphinx-build -b html source build  # HTML
sphinx-build -M markdown source build_md  # Markdown