OpenMDAO / Aviary

NASA's aircraft analysis, design, and optimization tool
https://openmdao.github.io/Aviary/
Other
107 stars 51 forks source link

Adding more executable code in the docs #311

Closed crecine closed 5 days ago

crecine commented 1 month ago

Summary

This will help prevent the docs from becoming stale as the code changes, by loading modules, checking for variables, and making sure that values are correct The first step involves converting .md files to .ipynb files Then after reading through each doc section, determine if there is anything that could become stale (variable names, functions, etc)

Related Issues

Backwards incompatibilities

None

New Dependencies

None