From 5c40227d7909f3c78bb282dc051b743bfeef3efe Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Mon, 7 Mar 2011 20:09:47 -0500 Subject: [PATCH] Add elementJax property --- docs/source/api/inputjax.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/api/inputjax.rst b/docs/source/api/inputjax.rst index 52419ad71..925ec0d57 100644 --- a/docs/source/api/inputjax.rst +++ b/docs/source/api/inputjax.rst @@ -47,6 +47,11 @@ Properties The directory where the jax files are stored (e.g., ``"[MathJax]/jax/input/TeX"``); +.. describe:: elementJax + + The name of the ElementJax class that this input jax will produce + (typically ``mml``, as that is the only ElementJax at the moment). + Methods =======