Welcome to the OpenAstro2 documentation. This library provides comprehensive astrological calculations and chart generation capabilities.
- Overview
- Installation
- Quick Start
- API Reference
- Chart Types
- Configuration
- Examples
- Testing
- Contributing
openastro2/
├── openastro2/ # Main package
│ ├── openastromod/ # Core calculation modules
│ ├── settings/ # Configuration files
│ ├── xml/ # SVG templates
│ ├── tests/ # Test suite
│ └── modules/object/ # Additional modules
├── main.py # Example usage
├── setup.py # Package setup
├── requirements.txt # Dependencies
└── README.md # Basic info
- For installation instructions: Installation Guide
- To get started quickly: Quick Start Guide
- For detailed API documentation: API Reference
- For examples and tutorials: Examples
- For updating translations: see Installation Guide
For questions, issues, or contributions, please refer to the appropriate documentation sections or contact the maintainers.