This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9127d59e0 Automatic Site Publish by Buildbot
9127d59e0 is described below
commit 9127d59e01a8769e9796fb175e5ed76d81425e27
Author: GitHub Actions Bot <>
AuthorDate: Fri Dec 26 03:02:18 2025 +0000
Automatic Site Publish by Buildbot
---
feed.xml | 2 +-
quantum-computing-primer/03_qubits/index.html | 2 +-
quantum-computing-primer/05_quantum_circuits/index.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/feed.xml b/feed.xml
index 1414f6ef8..28ac641ab 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.3.2">Jekyll</generator><link
href="http://mahout.apache.org//feed.xml" rel="self"
type="application/atom+xml" /><link href="http://mahout.apache.org//"
rel="alternate" type="text/html"
/><updated>2025-12-25T09:34:03+00:00</updated><id>http://mahout.apache.org//feed.xml</id><title
type="html">Apache Mahout</title><subtitle>Distributed Linear
Algebra</subtitle> [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.3.2">Jekyll</generator><link
href="http://mahout.apache.org//feed.xml" rel="self"
type="application/atom+xml" /><link href="http://mahout.apache.org//"
rel="alternate" type="text/html"
/><updated>2025-12-26T02:15:04+00:00</updated><id>http://mahout.apache.org//feed.xml</id><title
type="html">Apache Mahout</title><subtitle>Distributed Linear
Algebra</subtitle> [...]
<p><a href="mailto:[email protected]">Subscribe</a> to the
Mahout User list for details on joining.</p>
<h3 id="attendees">Attendees</h3>
diff --git a/quantum-computing-primer/03_qubits/index.html
b/quantum-computing-primer/03_qubits/index.html
index ed6e9e043..427b77a0a 100644
--- a/quantum-computing-primer/03_qubits/index.html
+++ b/quantum-computing-primer/03_qubits/index.html
@@ -300,7 +300,7 @@ probabilities of measuring the qubit in the $|0\rangle$ and
$|1\rangle$ states.<
</span><span class="n">qc</span><span class="p">.</span><span
class="nf">draw</span><span class="p">()</span>
</code></pre></div></div>
-<p>This will print a textual representation of the circuit, showing the
sequence of gates applied to the qubits.</p>
+<p>This returns a textual representation of the circuit, which you can print
with <code class="language-plaintext highlighter-rouge">print(qc.draw())</code>
or use programmatically. The visualization shows the sequence of gates applied
to the qubits.</p>
<hr />
diff --git a/quantum-computing-primer/05_quantum_circuits/index.html
b/quantum-computing-primer/05_quantum_circuits/index.html
index 6a94533cb..36c5b8180 100644
--- a/quantum-computing-primer/05_quantum_circuits/index.html
+++ b/quantum-computing-primer/05_quantum_circuits/index.html
@@ -290,7 +290,7 @@
</span><span class="n">qc</span><span class="p">.</span><span
class="nf">draw</span><span class="p">()</span>
</code></pre></div></div>
-<p>This code will print a textual representation of the quantum circuit,
showing the sequence of gates applied to the qubits. This visualization helps
in understanding the structure of the circuit and the flow of quantum
information.</p>
+<p>This code returns a textual representation of the quantum circuit, which
you can print with <code class="language-plaintext
highlighter-rouge">print(qc.draw())</code> or use programmatically. The
visualization shows the sequence of gates applied to the qubits and helps in
understanding the structure of the circuit and the flow of quantum
information.</p>
<h2 id="53-combining-gates-to-create-complex-circuits">5.3 Combining Gates to
Create Complex Circuits</h2>