jaiarobotics / jaiabot

Jaiabot source code
Other
20 stars 3 forks source link

Task/update web api doc/jaia 1550 #941

Closed tsaubergine closed 2 months ago

tsaubergine commented 2 months ago

Auto doc and Web API docs

builds on https://github.com/jaiarobotics/jaiabot/pull/925 and https://github.com/jaiarobotics/jaiabot/tree/task/split-python-protobuf-package

jaia doc

Added new jaia-doc.py script that is called via jaia doc. It provides a few useful tools:

REST API doc

Removed old src/doc/markdown/page12_web_api.md and replaced with src/doc/markdown/page12_rest_api.py that introspects on the REST API messages to build comprehensive documentation.

Minor

Example

Current output of jaia doc rest_api

page12_rest_api.md

tsaubergine commented 2 months ago

Merging into https://github.com/jaiarobotics/jaiabot/pull/925 for final review.