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

Minor fixes for web render #179

Merged
merged 3 commits into from
Apr 3, 2024
Merged

Conversation

ailithewing
Copy link
Collaborator

The website build stopped working. I think due to a % symbol not escaped in the PCA episode?

Fixed in commit I think?

@alanocallaghan
Copy link
Collaborator

It's weird that percentages need escaping for HTML output, but either way there are two %s here escaped in different ways

@ailithewing
Copy link
Collaborator Author

Ah I missed the first one originally. Both should be correct now I think?

@alanocallaghan
Copy link
Collaborator

I think it's the other way around and neither of them should be escaped, but I'd have to check the build locally tomorrow

Copy link
Collaborator

@alanocallaghan alanocallaghan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

% only needs to be escaped for latex output, the complaint was actually that \% isn't a good escape sequence, and \\% would just produce \% in the output, not %.

Updated and changed the scree plot to be simpler code showing fewer PCs. The text was also out of sync with the plot (previously no red lines in plot but mentioned in text).

If you don't mind the changes then do merge

@ailithewing ailithewing merged commit 7a63ae0 into main Apr 3, 2024
3 checks passed
@alanocallaghan alanocallaghan deleted the ailith-minor-fixes-for-web-render branch December 17, 2024 12:57
alanocallaghan pushed a commit that referenced this pull request Jan 31, 2025
…-for-web-render

Minor fixes for web render
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.

2 participants