-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
528496c
to
4ea141c
Compare
Update: The assets are going into the bundle being hosted, and exist correctly, but either Sphinx or Quarto is messing things up by appending |
* [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
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. |
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? |
Fixes #44.