.. cat > source/api.rst << 'EOF' API Reference ============ The WordToNumber module provides a simple interface for converting English words to numbers. It can handle a variety of formats, including whole numbers, decimals, and fractions. Source Code: https://github.com/mechimavericks/WordToNumber PyPI: https://pypi.org/project/WordToNumber/ Our Discord Community: https://github.com/mechimavericks/WordToNumber .. automodule:: WordToNumber :members: :undoc-members: :show-inheritance: .. EOF