-
Notifications
You must be signed in to change notification settings - Fork 957
Add Qumat Section to Documentation Highlighting Mahout’s Quantum Computing Focus #543
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
base: main
Are you sure you want to change the base?
Conversation
- Verified that only legacy pages are affected - Layout includes deprecation banner at the top as requested
…ce" for accurate context
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.
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
@@ -23,6 +23,7 @@ | |||
|
|||
<!-- Talks Widget --> | |||
<div class="card mb-4 sidebar"> | |||
|
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.
superfluous, revert
@@ -6,7 +6,7 @@ | |||
<body> | |||
|
|||
{% include navbar.html %} | |||
|
|||
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.
superfluous, revert
--- | ||
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> |
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.
nice
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