Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upDefault HTML output line wraps source code #112
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
peterjc commentedJul 29, 2016
•
edited
I can reproduce this locally, but also:
In both Safari and Chrome I see this where I have marked the line breaks with
*Notice
classesandinhave been wrapped to the next line. These lines were only 68 characters:In view of the current PEP8 guidelines https://www.python.org/dev/peps/pep-0008/#maximum-line-length the default output from pdoc should ideally show lines of up to 79 characters without line wrapping.
Also, perhaps the source blocks should automatically use horizontal scrolling if required rather than line wrapping?