aiohttp
aiohttp copied to clipboard
Documentation formatting is... unusual
Why is Parameters: displayed as a column?
It could be manually fixed with min-width: 6em on that div...
OTH, if the intention was to use a column-looking label, then the better way would be to use writing-mode.
It is not intended. After a brief look, I was unable to find the source of bad formatting.
The PR is welcome!
It seems like it's the code blocks in the parameter descriptions that's causing this.
I suspect, yes. We can left :param: block short and simple, extract the detailed parameter description into a separate parameter below params enumerations.
Need a champion for the issue.