From e89cfc3dc431bd90d504e281e8ee6c2c1bac6690 Mon Sep 17 00:00:00 2001 From: CalMacCQ <93673602+CalMacCQ@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:39:09 +0100 Subject: [PATCH] fix: use ..currentmodule:: directive --- docs/intro.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/intro.txt b/docs/intro.txt index 3b3480c0..02366777 100644 --- a/docs/intro.txt +++ b/docs/intro.txt @@ -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 `_. -For usage of :py:class:`~pytket.extensions.qiskit.tket_backend.TketBackend` see the `qiskit integration notebook example `_. +.. currentmodule:: pytket.extensions.qiskit .. autosummary:: :nosignatures: