-
Notifications
You must be signed in to change notification settings - Fork 8
Add initial website #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial website #148
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a comprehensive documentation website for the Iris multi-GPU programming framework. The website provides structured documentation including getting started guides, conceptual explanations, API references, and examples.
Key changes include:
- Addition of Sphinx-based documentation infrastructure with automated builds
- Comprehensive API documentation with improved docstrings
- Website structure with installation guides, programming model explanations, and examples
Reviewed Changes
Copilot reviewed 23 out of 33 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
iris/iris.py | Enhanced with comprehensive module and class docstrings for API documentation |
iris/init.py | Added module-level documentation with framework overview |
docs/ | Complete Sphinx documentation site with configuration, content, and build scripts |
.readthedocs.yaml | ReadTheDocs configuration for external documentation hosting |
.github/workflows/docs.yml | GitHub Actions workflow for automated documentation building and deployment |
@astroC86 I can't request your review but please check out the PR and feel free to leave comments. We would appreciate your input. |
looks very well done and polished! |
This is awesome 🎉 |
Motivation
Check deployment at https://mawad-amd.github.io/iris/
Technical Details
There are some duplicate documentation at the moment but I will leave that for later.
Test Plan
Test Result
Submission Checklist