A project I am working on, soar_ros, uses its projects README as the main README file in the static HTML documentation generated via rosdoc2 in a CI job. The resulting landing page has the original image links, and file links to related documentation not parsed. For instance, the path when analyzing the HTML image is still doc/Images/soar_ros_slogan.svg and the image is not even located in the _images directory of the output branch gh-pages.
Since this applies to relative links to other files and relative image links, I suspect that paths are not adjusted accordingly/parsed?
Thanks for all your work on the tool and the progress made recently!
A project I am working on, soar_ros, uses its projects README as the main README file in the static HTML documentation generated via rosdoc2 in a CI job. The resulting landing page has the original image links, and file links to related documentation not parsed. For instance, the path when analyzing the HTML image is still
doc/Images/soar_ros_slogan.svgand the image is not even located in the_imagesdirectory of the output branchgh-pages.Since this applies to relative links to other files and relative image links, I suspect that paths are not adjusted accordingly/parsed?
Thanks for all your work on the tool and the progress made recently!