Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Sphinx Website #45

Merged
merged 8 commits into from
Nov 6, 2024
Merged

Fix Sphinx Website #45

merged 8 commits into from
Nov 6, 2024

Conversation

IsaccBarker
Copy link
Collaborator

Fixes #44.

@IsaccBarker IsaccBarker marked this pull request as draft September 18, 2024 16:16
@IsaccBarker IsaccBarker mentioned this pull request Sep 18, 2024
@IsaccBarker
Copy link
Collaborator Author

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.

* [gha] move  into place

* [docs] add API documentation page

* [docs] summarize epiworldpy

* [docs] turn of recursive generation

* [doc] reintroduce epiworld summary

* [bind] bind those functions again

* [interactives] create, sequester

* [cleanup] misc cleanup tasks

* [presentation] polish
@IsaccBarker IsaccBarker marked this pull request as ready for review November 6, 2024 06:22
@IsaccBarker
Copy link
Collaborator Author

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 IsaccBarker added this to the Sprint 1 milestone Nov 6, 2024
@IsaccBarker
Copy link
Collaborator Author

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?

@gvegayon gvegayon merged commit f4cb110 into UofUEpiBio:main Nov 6, 2024
4 of 5 checks passed
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.

Fix sphinx website
2 participants