AcademySoftwareFoundation/openexr
Fix table formatting in OpenEXRFileLayout.rst
Open
#1,546 opened on Sep 11, 2023
Documentationgood first issuehelp wanted
Repository metrics
- Stars
- (1,812 stars)
- PR merge metrics
- (PR metrics pending)
Description
Two tables currently implemented as grid tables should be converted to list-table, which handles left-justification of text:
- https://openexr.com/en/latest/OpenEXRFileLayout.html#high-level-layout
- https://openexr.com/en/latest/OpenEXRFileLayout.html#version-field
This task requires some basic familiarity with reStructuredText and sphinx but the concepts are easy to pick up from other examples. See Building the Website for how to test the formatting.