You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easiest way to update HTML documents to use the new MathJax CDN is to rerun doconce. However, in some circumstances, this may not be possible if the doconce source files have been lost.
The easiest way to update HTML documents to use the new MathJax CDN is to rerun doconce. However, in some circumstances, this may not be possible if the doconce source files have been lost.
A script which fixes the MathJax CDN in HTML documents have been written and tested with the DocOnce documentation. This script is available in
utils/fix_mathjax_cdn.py
in the repo and https://github.com/hplgit/doconce/blob/master/utils/fix_mathjax_cdn.pyUsage
Standalone
With
find
This script should be paired with
find
to fix all files in a given directory and its subdirectories.Say we have the following directory structure
We can use the following command
The text was updated successfully, but these errors were encountered: