1# HONEE: High-Order Navier-stokes Equation Evaluator 2 3```{include} README.md 4:start-after: "<!-- abstract -->" 5:end-before: "# Getting Started" 6``` 7 8```{toctree} 9:caption: Contents 10:maxdepth: 2 11 12doc/intro 13doc/runtime_options 14doc/theory 15Contributing <CONTRIBUTING> 16Release Notes <CHANGELOG> 17``` 18 19# Indices and tables 20 21- {ref}`genindex` 22- {ref}`search` 23 24```{bibliography} 25``` 26