@@ -261,28 +261,28 @@ class HurkxDirectBandToBandTunneling(Tidy3dBaseModel):
261261
262262 A : pd .PositiveFloat = pd .Field (
263263 4e14 ,
264- title = "Parameter A " ,
265- description = "Parameter A in the direct BTBT Hurkx model." ,
264+ title = "Parameter :math:`A` " ,
265+ description = "Parameter :math:`A` in the direct BTBT Hurkx model." ,
266266 units = "1/(cm^3 s)" ,
267267 )
268268 B : float = pd .Field (
269269 1.9e6 ,
270- title = "Parameter B " ,
271- description = "Parameter B in the direct BTBT Hurkx model." ,
270+ title = "Parameter :math:`B` " ,
271+ description = "Parameter :math:`B` in the direct BTBT Hurkx model." ,
272272 units = "V/cm" ,
273273 )
274274 E_0 : pd .PositiveFloat = pd .Field (
275275 1 ,
276- title = "Reference electric field E_0" ,
277- description = "Reference electric field E_0 in the direct BTBT Hurkx model." ,
276+ title = "Reference electric field :math:` E_0` " ,
277+ description = "Reference electric field :math:` E_0` in the direct BTBT Hurkx model." ,
278278 units = "V/cm" ,
279279 )
280280 sigma : float = pd .Field (
281281 2.5 ,
282282 title = "Exponent parameter" ,
283- description = "Exponent sigma in the direct BTBT Hurkx model. For direct "
284- "semiconductors sigma is typically 2.0, while for indirect "
285- "semiconductors sigma is typically 2.5." ,
283+ description = "Exponent :math:` \\ sigma` in the direct BTBT Hurkx model. For direct "
284+ "semiconductors :math:` \\ sigma` is typically 2.0, while for indirect "
285+ "semiconductors :math:` \\ sigma` is typically 2.5." ,
286286 )
287287
288288
0 commit comments