Page MenuHome

Fix more Blender manual check_syntax warnings for long lines
ClosedPublic

Authored by Nikhil Shringarpurey (Nikhil.Net) on Jan 26 2022, 4:59 PM.

Details

Summary

Several recent Blender Manual updates had produced lines over 120 columns long, resulting in warnings from make check_syntax. This patch re-wraps those lines and makes them compliant.

Diff Detail

Repository
rBM Blender Manual

Event Timeline

Nikhil Shringarpurey (Nikhil.Net) created this revision.
Aaron Carlisle (Blendify) requested changes to this revision.Jan 26 2022, 6:35 PM
Aaron Carlisle (Blendify) added inline comments.
manual/addons/import_export/mesh_atomic.rst
12

This should use :doc: syntax to link to pages within the manual.

This revision now requires changes to proceed.Jan 26 2022, 6:35 PM

Updated hard link to Principled BSDF to relative doc-link.

Comments addressed.

manual/addons/import_export/mesh_atomic.rst
12

Updated in new diff.

This revision is now accepted and ready to land.Jan 29 2022, 8:47 PM

These have been resolved.