Open
Description
From the develop documentation page: https://pecanproject.github.io/documentation/develop/
- Click "PEcAn Demos"
- note that all of the links to "Rmd" are broken
- The Rmd files on the underlying page (inside the frame) work: https://pecanproject.github.io/pecan-documentation/develop/demo-table.html
What works:
- although only two html links are present, they work
- if you right click the 'Rmd' hyperlink and 'copy link' you get the correct link, e.g. https://github.com/PecanProject/pecan/tree/develop/documentation/tutorials/StateAssimilation, they just don't show up inside the website frame.
Possible solutions:
- Fix the redirect
- Figure out if the issue exists on other pages & fix
- Another workaround would be to read the raw file content and display inside the docs thus:
- currently the link directs to the tutorials folder https://github.com/PecanProject/pecan/tree/develop/documentation/tutorials/StateAssimilation
- it might be better to open to the file with formatting, but I don't know why this would work if the above doesn't https://github.com/PecanProject/pecan/blob/develop/documentation/tutorials/StateAssimilation/TreeRingSDA.Rmd
- if it works to render the raw file contents, ideally with appropriate formatting, replace github.com with raw.githubusercontent.com in the file URL, thus: https://raw.githubusercontent.com/PecanProject/pecan/develop/documentation/tutorials/StateAssimilation/TreeRingSDA.Rmd
Metadata
Metadata
Assignees
Type
Projects
Status
To do