You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-to-guides.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ file_format: mystnb
6
6
7
7
## Parsing and running program strings
8
8
9
-
You can provide your program in a special DSL language. You can parse this with {meth}`egglog.bindings.EGraph.parse_program` and then run the result with You can parse this with {meth}`egglog.bindings.EGraph.run_program`::
9
+
You can provide your program in a special DSL language. You can parse this with {meth}`egglog.bindings.parse_program` and then run the result with You can parse this with {meth}`egglog.bindings.EGraph.run_program`::
Copy file name to clipboardExpand all lines: docs/reference/contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Then install the package in editable mode with the development dependencies:
35
35
maturin develop -E dev,docs,test,array
36
36
```
37
37
38
-
Anytime you change the rust code, you can run `maturin develop -E` to recompile the rust code.
38
+
Anytime you change the rust code, you can run `maturin develop` to recompile the rust code.
39
39
40
40
If you would like to download a new version of the visualizer source, run `make clean; make`. This will download
41
41
the most recent released version from the github actions artifact in the [egraph-visualizer](https://github.com/egraphs-good/egraph-visualizer) repo. It is checked in because it's a pain to get cargo to include only one git ignored file while ignoring the rest of the files that were ignored.
0 commit comments