Revamp documentation #39

Open
opened 2026-08-27 09:24:15 +02:00 by ni · 0 comments
Owner

A large part of the documentation can — and should — be generated from the function docstrings.

AFAIK tools exist to do that; maybe one of them is suited to the task. If not, it should be easy to build one: import library, traverse its __dict__, get the documentation of each function and variable, build stuff.

Also, an overview that describes the ideas, with links into the detailed function/variable documentation.

A large part of the documentation can — and should — be generated from the function docstrings. AFAIK tools exist to do that; maybe one of them is suited to the task. If not, it should be easy to build one: import library, traverse its `__dict__`, get the documentation of each function and variable, build stuff. Also, an overview that describes the ideas, with links into the detailed function/variable documentation.
ni self-assigned this 2026-08-27 09:24:15 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lib/jpylib#39
No description provided.