Skip to content

Commit 6a273e9

Browse files
committed
fix doclink
1 parent 97dbe3c commit 6a273e9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

tket-qsystem/src/pytket.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ pub fn qsystem_decoder_config() -> PytketDecoderConfig {
2424
config
2525
}
2626

27-
/// Default encoder configuration for [`Circuit`][crate::Circuit]s.
27+
/// Default pytket encoder configuration for [`Circuit`][tket::Circuit]s with
28+
/// native qsystem operations.
2829
///
2930
/// Contains emitters for std and tket operations.
3031
pub fn qsystem_encoder_config<H: HugrView>() -> PytketEncoderConfig<H> {

tket-qsystem/src/pytket/futures.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use tket::Circuit;
1515

1616
use crate::extension::futures::{self, FutureOpDef};
1717

18-
/// Emitter for [futures](hugr::extension::futures) operations and types.
18+
/// Emitter for [futures](crate::extension::futures) operations and types.
1919
///
2020
/// The `Future<T>` type is treated as a transparent wrapper when translated to
2121
/// pytket circuits, and operations dealing with futures do not produce pytket

tket-qsystem/src/pytket/qsystem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use tket_json_rs::optype::OpType as PytketOptype;
2020
use crate::extension;
2121
use crate::extension::qsystem::{QSystemOp, RuntimeBarrierDef};
2222

23-
/// Encoder for [TketOp] operations.
23+
/// Encoder for [futures](crate::extension::futures) operations.
2424
#[derive(Debug, Clone, Default)]
2525
pub struct QSystemEmitter;
2626

0 commit comments

Comments
 (0)