docs(docs): updated index.html and readme

This commit is contained in:
2025-07-31 11:10:02 -04:00
parent 63265a2dc3
commit 7373ca2f9a
4 changed files with 104 additions and 75 deletions

View File

@@ -633,7 +633,7 @@ The python bindings intentionally look **very** similar to the C++ code.
Generally all examples can be adapted to python by replacing includes of paths
with imports of modules such that
`#include "gridfire/engine/GraphEngine.h` becomes `import gridfire.engine.GraphEngine`
`#include "gridfire/engine/GraphEngine.h"` becomes `import gridfire.engine.GraphEngine`
All GridFire C++ types have been bound and can be passed around as one would expect.