UofUEpiBio / epiworldpy

https://uofuepibio.github.io/epiworldpy/
Other
1 stars 1 forks source link

Fix Sphinx Website #45

Closed IsaccBarker closed 2 weeks ago

IsaccBarker commented 2 months ago

Fixes #44.

IsaccBarker commented 2 months ago

Update: The assets are going into the bundle being hosted, and exist correctly, but either Sphinx or Quarto is messing things up by appending name:foo to the end of the filename in the resulting HTML (example /README_files/figure-rst/gentime-visualization-output-1.pngname:gentime-visualization instead of /README_files/figure-rst/gentime-visualization-output-1.png). Not sure who's fault this is.

IsaccBarker commented 2 weeks ago

Alright, things have been brought up to the modern day, and I've moved the transfer format from ReStructured Text over to Markdown, which seems to have fixed things. I had to hardcode an anchor tag for some reason, however.

IsaccBarker commented 2 weeks ago

The Codacy issues aren't likely fixable, given that the code is emitted by Quarto. Is there a way you can disable Markdown checking in the dashboard @gvegayon?