Skip to content

Fix the case of two image file names - #95

Open
edgar-bonet wants to merge 1 commit into
RedPitaya:masterfrom
edgar-bonet:file-case
Open

Fix the case of two image file names#95
edgar-bonet wants to merge 1 commit into
RedPitaya:masterfrom
edgar-bonet:file-case

Conversation

@edgar-bonet

Copy link
Copy Markdown
Contributor

The page Setting up the serial console has a section dedicated to minicom, with four screenshots. Of these, only the first two are displayed on the page: the two other screenshots yield a 404.

The error is due to a mismatch between the actual and the expected capitalization of the file names:

  • actual: Minicom_connected.png, Minicom_zynq_boot.png
  • expected: minicom_connected.png, minicom_zynq_boot.png

This pull request fixes the capitalization of the files.

Note that the error is visible in the output of the sphinx command:

…/developerGuide/software/getting_started/console/console.rst:264:
WARNING: image file not readable:
developerGuide/software/getting_started/console/img/minicom_connected.png
[image.not_readable]

…/developerGuide/software/getting_started/console/console.rst:277:
WARNING: image file not readable:
developerGuide/software/getting_started/console/img/minicom_zynq_boot.png
[image.not_readable]

The file developerGuide/software/getting_started/console/console.rst
includes the images:

 * img/minicom_connected.png
 * img/minicom_zynq_boot.png

These files cannot be found on a case-sensitive filesystem, as the file
names have been capitalized.

Fix the capitalization in order to match what console.rst expects.

Fixes:
 - …/developerGuide/software/getting_started/console/console.rst:264:
   WARNING: image file not readable:
   developerGuide/software/getting_started/console/img/minicom_connected.png
   [image.not_readable]
 - …/developerGuide/software/getting_started/console/console.rst:277:
   WARNING: image file not readable:
   developerGuide/software/getting_started/console/img/minicom_zynq_boot.png
   [image.not_readable]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant