Skip to content

Commit

Permalink
rename ./docs folder cleopatra_cairo_vm -> python_vm && move folder d…
Browse files Browse the repository at this point in the history
…ocs/diagram -> docs/python_vm/diagram
  • Loading branch information
pefontana committed Jun 14, 2022
1 parent 2dbc6fe commit 320a149
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Documetation
* [How does the original Cairo VM work?](./cleopatra_cairo_vm/)
* [Control flow diagrams](./diagram/)
* [How does the original Cairo VM work?](./python_vm/)
* [Benchamarks](./benchmarks/)
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
We've created a diagram that illustrates function calls and where each of them are defined for a simple cairo program execution.

<p float="left">
<img src="../diagram/cairo_vm_color_key.png" width="200" />
<img src="./diagram/cairo_vm_color_key.png" width="200" />
</p>

![diagram](../diagram/cairo_vm_flow_diagram.jpg)
![diagram](./diagram/cairo_vm_flow_diagram.jpg)

This diagram was produced using this [mermaid code](./docs/diagram/cairo_vm_flow_diagram.md).
This diagram was produced using this [mermaid code](./diagram/cairo_vm_flow_diagram.md).

## How does the vm manage memory?

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.

0 comments on commit 320a149

Please sign in to comment.