VEX-Robotics-AI / VEX-Py

VEXcode / Robot Mesh VEX Python API Stubs
7 stars 0 forks source link

Extend current API stubs to cover VEXcode Python API #12

Closed TheVinhLuong102 closed 1 year ago

TheVinhLuong102 commented 2 years ago

VEXcode Python API can be seen at https://codeiq.vex.com >> File >> New Text Project >> Python.

Please:

  1. Document: (i) common APIs; (ii) conflicting APIs; and (iii) new APIs of VEXcode Python API vs. the current Robot Mesh Python B API.

  2. Update branch https://github.com/VEX-Robotics-AI/VEX-Py/tree/add-VEXcode-API to extend the current API stubs to become a superset of the VEXcode Python API.

  3. Include clearly in class & method docstrings the documentation from the respective VEXcode & Robot Mesh sources. (The Robot Mesh docs are the current docstrings)

nlbao commented 1 year ago

Attaching Robot Mesh Python B vs. VEXcode Python APIs doc from @DungDK2611 .