pdoc3 / pdoc

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects
https://pdoc3.github.io/pdoc/
GNU Affero General Public License v3.0
1.12k stars 145 forks source link

Using multiple return values in Google-style docstrings #345

Open edumotya opened 3 years ago

edumotya commented 3 years ago

How pdoc deals with multiple return values in Google-style docstrings. What are the best practices for this scenario?

I have tried version 3, but the rendered html returns section does not look like the args section.

1

Can I force pdoc to render the returns using the same format as the args? any help is appreciated.