devdocs
devdocs copied to clipboard
Math rendering for TensorFlow
Some documents have embedded formula such as: (\frac{\gamma(x-\mu)}{\sigma}+\beta)
It would be great to render these:

I am using Firefox Quantum (57.0.4)
Here’s link to DevDocs page, and the original page.
It looks like they use MathJax with a config of TeX-AMS-MML_SVG. Should we load MathJax on every page?
DevDocs supports MathML. See PyTorch for a working example: https://devdocs.io/pytorch/generated/torch.nn.batchnorm3d#torch.nn.BatchNorm3d
cc: @lgeiger