equation_database.util.doc
Functions
|
|
|
|
|
|
|
|
|
|
|
Classes
|
- class equation_database.util.doc.Param(name: str, description: str, latex: str | None = None)[source]
- equation_database.util.doc.equation(summary: str | None = None, latex=None, description: str | None = None, args: list[Param] | None = None, tags: list[str] | None = None)[source]
- Parameters:
summary – Short summary of the equation
latex – Optional LaTeX override
description – Longer description of the equation
args – List of parameters with their descriptions and optional LaTeX
tags – List of tags for categorization