Skip to content

Commit

Permalink
Docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gadial committed Feb 26, 2025
1 parent 55e0835 commit f6b2688
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions docs/apidoc/classicalfunction.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/apidoc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Circuit construction:
circuit
qiskit.circuit.QuantumCircuit
circuit_classical
classicalfunction
circuit_library
circuit_singleton

Expand Down
2 changes: 1 addition & 1 deletion qiskit/synthesis/boolean/boolean_expression_visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# that they have been altered from the originals.

"""Node visitor as defined in https://docs.python.org/3/library/ast.html#ast.NodeVisitor
This module is used internally by ``qiskit.transpiler.classicalfunction.BooleanExpression``.
This module is used internally by ``qiskit.synthesis.boolean.BooleanExpression``.
"""

import ast
Expand Down

0 comments on commit f6b2688

Please sign in to comment.