Revamp documentation #39
Labels
No labels
blocked
bug
ciritical
code improvement
duplicate
feature
in progress
low
normal
research
spec change
ui
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lib/jpylib#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.