jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

Missing PVector documentation in py.processing #284

Open benlbroussard opened 4 years ago

benlbroussard commented 4 years ago

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.

villares commented 4 years ago

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 commented 4 years ago

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 :(

FeXd commented 4 years ago

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.