Closed Hermann-SW closed 9 months ago
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days
I don't know the process, but shouldn't somebody review this issue before marking stale and auto closing?
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days
This something you can achieve with Sphinx and mkdocstrings. In mkdocstrings in particular you can write the comment in markdown, then insert function docs.
Also from a broader perspective grouping inside module may be a sign you might split the module in parts, or add classes that hold groups of methods.
Feature description:
Add ability to add comment for generated lazydocs output between functions.
Problem and motivation:
Allows to structure groups of functions.
Is this something you're interested in working on?
No experience with act.
What I did sofar is to use dummy function definitions to achieve the requested feature as workaround:
This works, but creates a dummy function for each inter function comment, and one has to remember to have the final return.