diff --git a/profile/README.md b/profile/README.md index 5f28cf6..34b0600 100644 --- a/profile/README.md +++ b/profile/README.md @@ -6,7 +6,17 @@ py5 is a new version of [**Processing**][processing] for Python 3.8+. It makes t The goal of py5 is to create a new version of Processing that is integrated into the Python ecosystem. Built into the library are thoughtful choices about how to best get py5 to work with other popular Python libraries and tools such as [Jupyter][jupyter], [numpy][numpy], and [Pillow][pillow]. -[py5_repo]: https://github.com/hx2A/py5 +**py5generator** is the meta-programming project that creates the py5 library. All py5 library development is done through the [py5generator repository][py5generator]. To view the actual installed py5 library code, look at the [py5 repository][py5_repo]. + +**Documentation** is being created at [py5.ixora.io](https://py5.ixora.io/). + +**Get In Touch!** Check out our [discussions][discussions], [GitHub issues][issues] and [@py5coding](http://twitter.com/py5coding) on Twitter. + +[py5generator]: https://github.com/py5coding/py5generator +[py5_repo]: https://github.com/py5coding/py5 +[documentation]: https://py5.ixora.io/ +[discussions]: https://github.com/py5coding/py5generator/discussions +[issues]: https://github.com/py5coding/py5generator/issues [processing]: https://github.com/processing/processing4 [jpype]: https://github.com/jpype-project/jpype