Add Qumat Section to Documentation Highlighting Mahout’s Quantum Computing Focus#543
Merged
rawkintrevo merged 13 commits intoapache:mainfrom Jun 9, 2025
Merged
Conversation
- Verified that only legacy pages are affected - Layout includes deprecation banner at the top as requested
…ce" for accurate context
rawkintrevo
requested changes
May 30, 2025
Contributor
rawkintrevo
left a comment
There was a problem hiding this comment.
Sorry for the long long turn around time on this, i saw '38 files changed' and thought it was going to be a bigger pain than it was. You have a couple of empty line additions/subtractions- revert those and then it looks good to merge
website/_includes/sidebar.html
Outdated
|
|
||
| <!-- Talks Widget --> | ||
| <div class="card mb-4 sidebar"> | ||
|
|
website/_layouts/default.html
Outdated
|
|
||
| {% include navbar.html %} | ||
|
|
||
| --- | ||
| layout: doc-default | ||
| --- | ||
| <div style="background-color: #fff3cd; color: #856404; border: 1px solid #ffeeba; padding: 15px; border-radius: 5px; margin-bottom: 20px;"> <strong>⚠️ Deprecation Notice:</strong> This component (<em>MapReduce/Samsara</em>) is no longer actively maintained. It remains accessible for historical reference but is not recommended for new development. Please check out <a href="https://mahout.apache.org/quantum-computing-primer/" style="color: #0c5460; text-decoration: underline;">Qumat - Mahout's Quantum Computing Primer</a> for the latest innovations.</div> |
Contributor
|
Thanks for the contribution @shajiyakhan1309 ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a new Qumat section to the Apache Mahout website documentation to improve visibility and access to the project's latest direction in quantum computing.
Summary of Changes:
Created a new documentation page at /documentation/qumat/
Added an overview of Qumat, Mahout’s quantum computing layer introduced in version 0.4
Linked to the Quantum Computing Primer and release artifacts
Highlighted use cases, current features, and future roadmap from the Mahout 0.4 release announcement
Updated sidebar/navigation to include Qumat
Why This Matters:
Qumat is the most significant new development in Mahout, but its documentation is currently nested within the Quantum Computing Primer and not easily discoverable. This change:
Helps new users find and understand Mahout’s direction in quantum computing
Highlights the key features and goals of Qumat
Keeps documentation organized and aligned with current development focus
Resources & References:
Mahout 0.4 Release Notes
Quantum Computing Primer
Community Overview