mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Allow to add JS/CSS files to the specific page when an extension calls `app.add_js_file()` or `app.add_css_file()` on `html-page-context` event.
26 lines
239 B
ReStructuredText
26 lines
239 B
ReStructuredText
Test Math
|
|
=========
|
|
|
|
.. toctree::
|
|
:numbered: 1
|
|
|
|
math
|
|
page
|
|
nomath
|
|
|
|
.. math:: a^2+b^2=c^2
|
|
|
|
Inline :math:`E=mc^2`
|
|
|
|
Second math
|
|
|
|
.. math:: e^{i\pi}+1=0
|
|
|
|
Multi math equations
|
|
|
|
.. math::
|
|
|
|
S &= \pi r^2
|
|
|
|
V &= \frac{4}{3} \pi r^3
|