@teachinglab/omd
Version:
omd
39 lines (28 loc) • 1.54 kB
Markdown
# OMD Documentation
Welcome to the Open Math Display (OMD) documentation.
## Getting Started
- [User Guide](user-guide.html) - Learn how to use OMD in your projects
- [API Reference](api-reference.html) - Complete API documentation
## API Documentation
### Core Classes
- [omdNode](api/omdNode.html) - Base node class
- [omdLeafNode](api/omdLeafNode.html) - Leaf nodes (numbers, variables)
- [omdGroupNode](api/omdGroupNode.html) - Group/container nodes
- [omdOperatorNode](api/omdOperatorNode.html) - Mathematical operators
- [omdFunctionNode](api/omdFunctionNode.html) - Function nodes
- [omdPowerNode](api/omdPowerNode.html) - Exponent/power nodes
- [omdRationalNode](api/omdRationalNode.html) - Fraction nodes
- [omdSqrtNode](api/omdSqrtNode.html) - Square root nodes
### Display & Visualization
- [omdStepVisualizer](api/omdStepVisualizer.html) - Step-by-step visualization
- [omdSimplification](api/omdSimplification.html) - Expression simplification
- [omdPopup](api/omdPopup.html) - Popup overlay system
### Utilities & Helpers
- [omdHelpers](api/omdHelpers.html) - Utility functions
- [eventManager](api/eventManager.html) - Event handling
- [focusFrameManager](api/focusFrameManager.html) - Focus frame management
- [configuration-options](api/configuration-options.html) - Configuration options
## Examples
Visit the [examples directory](../examples/index.html) to see OMD in action.
## Contributing
See the main [README](../readme.html) for information about contributing to OMD.