Reputation: 11059
How do I make a Sphinx doc with one .py file that has only functions?
I have a .py file with multiple functions that have docstrings in them already but don't want to make a :function:: console.someFunction
for all the functions. Is there a smarter or better way to iterate through all the functions?
Upvotes: 3
Views: 1155