py5coding / py5generator

Meta-programming project that creates the py5 library code.
https://py5coding.org/
GNU General Public License v3.0
52 stars 13 forks source link

Review reference documenation and make sure "Underlying Processing method" text is always an actual Processing method #434

Closed hx2A closed 5 months ago

hx2A commented 6 months ago

As discussed in https://github.com/py5coding/py5book/issues/111, there were reference documentation pages that said there was an Underlying Processing method but no such method exists. Need to review reference docs to make sure we are not making the same mistake elsewhere.

hx2A commented 5 months ago

I believe I have fixed this. I also straightened out some related documentation link issues I discovered.

The fix is deployed to the dev website:

http://dev.py5coding.org/

It will make it to prod after the next release.