Processing.py-Bugs icon indicating copy to clipboard operation
Processing.py-Bugs copied to clipboard

Missing PVector documentation in py.processing

Open benlbroussard opened this issue 6 years ago • 3 comments

https://processing.org/reference/PVector.html has lots of good documentation for PVector methods.

https://py.processing.org/reference/PVector.html doesn't have any documentation of PVector methods.

benlbroussard avatar Jan 31 '20 01:01 benlbroussard

Hi @benlbroussard !

This should have been solved, as described in https://github.com/jdf/Processing.py-Bugs/issues/236 but for some reason the documentation rendering (html) does not match the documentation source :(

villares avatar Feb 02 '20 17:02 villares

Hi @jdf could you have a look why the XMLs are not showing up as HTMLs?

@jeremydouglass tried to encourage me to 'build' the documentation locally but I couldn't do it :(

villares avatar Feb 22 '20 18:02 villares

From https://py.processing.org/reference/PVector.html

Updated on Fri Aug 16 21:51:56 2019.

#236 was fixed as a part of this PR https://github.com/jdf/processing-py-site/pull/153 but not until October 8th.

So likely the site just needs to be built / deployed again. @jdf is there a schedule for the next documentation deployment?

@villares I just built the documentation locally and it does include your updates.

FeXd avatar Feb 27 '20 16:02 FeXd