Auto generates Nasal API documentation from FlightGear's nasal scripts.
- Original python2 script by Adrian Musceac @2012.
- Refactored into a package by RenanMsV @2019-2026.
📃 View the latest docs here: nasal-api-docs/latest.
-
Requires Python 3.7 or newer.
-
Uses Jinja2 module to generate the HTML. To install Jinja2 run the console command below:
pip install jinja2
Install with:
pip install .Run the command:
nasal-api-docs -f /path/to/FlightGear/data -o /path/to/output/