Manual needs to correct tables because it affects the displays on mobile devices #100721
Labels
No Label
Meta
Good First Issue
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Eevee & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds, Tests & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#100721
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system:
Graphics card:
Blender Version
Short description of errors
The above image shown the weakness of the Table designs where the title section takes so much space and left nearly nothing for the content parts. I’m willing to take up this task to correct all RST files if it is agreed by bug schedulers
Added subscriber: @hoanguk
Added subscriber: @PratikPB2123
Added subscriber: @Blendify
Can you share the link to the the webpage in your screenshot?
Changed status from 'Needs Triage' to: 'Needs User Info'
There are many pages with this problem. The above page is at
https://docs.blender.org/manual/en/dev/editors/image/image_settings.html
https://docs.blender.org/manual/vi/3.4/editors/3dview/display/overlays.html
(
this repeats over many pages
: ../../modeling/surfaces/selecting.rst:100
)
https://docs.blender.org/manual/vi/3.4/editors/image/introduction.html
(This repeats:
)
This page really affects the render of the page on desktop browsers, due to the inclusion of images and wraparound texts:
https://docs.blender.org/manual/en/dev/editors/graph_editor/fcurves/properties.html
This table format, however, appeared OK on mobile devices:
https://docs.blender.org/manual/vi/3.4/editors/3dview/modes.html
However, this page is also very imbalance on mobile devices, due to the keyboard, don't know how to avoid it:
https://docs.blender.org/manual/vi/3.4/editors/3dview/navigate/walk_fly.html
I haven't gone right through the whole Blender manual tree, so I cannot locate all instances, but those are problems on mobile device, such as iPhone I'm using. I don't know how the layout (css and javascript) is designed for mobile devices, but I know they are separate from desktop version. So may be the problem is not from the source end, but from the web-page layout ends. I am speculating here of course, so please investigate thoroughly before approach to fix the problem.
I took a little digging around and it turned out to be the
:param1:
render as
param1: text describe param1
I personally think this format is VERY limited, including on the Desktop browsers, and should be avoided as much as possible.
I think we could try the table format for those instead :
.. _tab-view3d-modes:
.. list-table:: Blender's Modes
Best regards,
Hoang Tran
I felt lazy to open another bug report so I add an extra problem regarding to icons for playing buttons in this page:
https://docs.blender.org/manual/en/dev/editors/timeline.html
Noticed the "Jump to Start" etc.. and lookout for their corresponding icons.
Changed status from 'Needs User Info' to: 'Resolved'
This is a bug in the theme and will be fixed with https://github.com/readthedocs/sphinx_rtd_theme/pull/1137 and there is no need to adjust the documentation.
I am closing this report as this will be fixed upstream.
There should be a new release of the RTD Theme so this should get fixed soon.
Manuel needs to illuminate tables because it affects the displays on mobile devicesto Manual needs to illuminate tables because it affects the displays on mobile devicesManual needs to illuminate tables because it affects the displays on mobile devicesto Manual needs to correct tables because it affects the displays on mobile devicesRaised this with RTD team:
https://github.com/readthedocs/sphinx_rtd_theme/issues/1340
Just out of interest, this link:
https://sphinx-hoverxref.readthedocs.io/en/latest/usage.html
introduces something like :hoverxref: which is very interesting. I think we should start using it.
sphinx-hoverxref
only works on the readthedocs platform.I have tested out https://sphinx-tippy.readthedocs.io/en/latest/ which is a similar solution that works on any platform. There were a few issues however it is diffidently something I want to look more into.