Skip to content

Commit

Permalink
fix: use ..currentmodule:: directive
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Sep 17, 2024
1 parent 70e3e0c commit e89cfc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,11 @@ Noise Modelling

Using TKET directly on qiskit circuits
======================================
.. currentmodule:: pytket.extensions.qiskit

For usage of :py:class:`~tket_backend.TketBackend` see the `qiskit integration notebook example <https://tket.quantinuum.com/examples/qiskit_integration.html>`_.

For usage of :py:class:`~pytket.extensions.qiskit.tket_backend.TketBackend` see the `qiskit integration notebook example <https://tket.quantinuum.com/examples/qiskit_integration.html>`_.
.. currentmodule:: pytket.extensions.qiskit

.. autosummary::
:nosignatures:
Expand Down

0 comments on commit e89cfc3

Please sign in to comment.