-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation on website should use variable width #3832
Comments
cc @nolta |
Any particular reason? With the current width each line has about 100 chars, which is considered the upper limit for readability. |
I know a lot of people prefer to have long widths, even though I agree that 100 chars ought to be the upper limit. People are often on small screens and such. A fluid width would be nice, and I have found myself wanting that at times too. |
Yes, exactly. "Responsive web design" is the key here -- who knows on which On Thu, Aug 1, 2013 at 12:29 AM, Viral B. Shah notifications@github.comwrote:
Dr. David P. Sanders Profesor Titular "A" / Associate Professor dpsanders@gmail.com Cubículo / office: #414, 4o. piso del Depto. de Física Tel.: +52 55 5622 4965 |
Maybe worth noting that GitHub imposes a minimum width for non-mobile devices. If you meet that minimum, the display will expand, but you can't go below it. Mobile devices see a totally separate design, which is appropriate for their restricted width. |
OK, good point. On Thu, Aug 1, 2013 at 11:07 AM, John Myles White
Dr. David P. Sanders Profesor Titular "A" / Associate Professor dpsanders@gmail.com Cubículo / office: #414, 4o. piso del Depto. de Física Tel.: +52 55 5622 4965 |
For me, the big issue is whether you can display a whole code block without line wrapping. We probably don't have long enough examples to need the amount of space GitHub uses, but we should be careful about this. If we can ensure that wrapping is handled correctly, adopting a more fluid width seems good to me. |
@dpsanders I can't resist pointing out that your very own website sets |
@nolta I am well aware that my website needs a complete overhaul -- I am planning to move to bootstrap just as soon as I can find the time. The difference is that the other day I sat down for half an hour or an hour to read through a lot of documentation pages on the julia website, whereas nobody looks at my website for more than 5 minutes (if at all...) |
a significant fraction of websites are fixed width (like ours, github, ny times) because it can enhance readability. neither style is 'more correct', so it is generally left up to the layout designer to make a decision that fits bests with the overall 'feel' of the website. since there haven't been any new actions in a month, i'm closing this as invalid/won't fix, with a note that it would more applicable to open this on the julialang repository. |
Stdlib: Pkg URL: https://github.com/JuliaLang/Pkg.jl.git Stdlib branch: master Julia branch: master Old commit: 56c379045 New commit: e0821116e Julia version: 1.12.0-DEV Pkg version: 1.12.0 Bump invoked by: @IanButterworth Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/Pkg.jl@56c3790...e082111 ``` $ git log --oneline 56c379045..e0821116e e0821116e re-enable Pkg precompilation (#3835) a2b8729ea Update version on master to 1.12 (#3832) ``` Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
…#53654) Stdlib: Pkg URL: https://github.com/JuliaLang/Pkg.jl.git Stdlib branch: master Julia branch: master Old commit: 56c379045 New commit: e0821116e Julia version: 1.12.0-DEV Pkg version: 1.12.0 Bump invoked by: @IanButterworth Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/Pkg.jl@56c3790...e082111 ``` $ git log --oneline 56c379045..e0821116e e0821116e re-enable Pkg precompilation (JuliaLang#3835) a2b8729ea Update version on master to 1.12 (JuliaLang#3832) ``` Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
The documentation content is great! But is would be useful if the width of the text could be variable, not fixed.
The text was updated successfully, but these errors were encountered: