Convert code-blocks to literalincludes in ReadingAndWritingImageFiles.rst #1549
Labels
Documentation
Developer guide, web site, project policies, etc.
good first issue
Possible one-day project for somebody new
The example code in
website/ReadingAndWritingImageFiles.rst
should be moved to individual files inwebsite/src
and included in the documentation files via.. literalinclude::
, and also included inwebsite/src/all.cpp
so that it get built by CMake for testing and validation. See the other uses ofliteralinclude
as examples.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.
The text was updated successfully, but these errors were encountered: