diff --git a/parse2d/README.md b/parse2d/README.md index 7184237..a5e02f4 100644 --- a/parse2d/README.md +++ b/parse2d/README.md @@ -31,6 +31,8 @@ error-prone address calculations. It is not a high performance solution. The module resulted from guidance provided in [this discussion](https://github.com/orgs/micropython/discussions/11611). +###### [Main README](../README.md) + # The do_args generator function This takes the following args: @@ -133,3 +135,5 @@ have demo[0:, 0] = 4 ``` The demo also illustrates the case where `__getitem__` returns an iterator. + +###### [Main README](../README.md)