@@ -246,6 +246,8 @@ definitions in the stack exceeds the value :any:`ToddCoxeter.def_max`.
246
246
247
247
thing.def (py::init<>(),
248
248
R"pbdoc(
249
+ :sig=(self: ToddCoxeter) -> None:
250
+ :only-document-once:
249
251
Default constructor. This function default constructs an uninitialised
250
252
:any:`ToddCoxeter` instance.
251
253
)pbdoc" );
@@ -285,7 +287,8 @@ Copy a :any:`ToddCoxeter` object.
285
287
py::arg (" knd" ),
286
288
py::arg (" p" ),
287
289
R"pbdoc(
288
- :sig=(self: ToddCoxeter, knd: congruence_kind, p: Presentation) -> None:
290
+ :sig=(self: ToddCoxeter, knd: congruence_kind, p: PresentationStrings) -> None:
291
+ :only-document-once:
289
292
290
293
Construct from :any:`congruence_kind` and :any:`PresentationStrings`.
291
294
@@ -309,15 +312,16 @@ converted presentation can be recovered using :any:`ToddCoxeter.presentation`.
309
312
py::arg (" knd" ),
310
313
py::arg (" p" ),
311
314
R"pbdoc(
312
- :sig=(self: ToddCoxeter, knd: congruence_kind, p: Presentation ) -> None:
313
- TODO(0) make this disappear
315
+ :sig=(self: ToddCoxeter, knd: congruence_kind, p: PresentationStrings ) -> None:
316
+ :only-document-once:
314
317
)pbdoc" );
315
318
316
319
thing.def (py::init<congruence_kind, ToddCoxeter&>(),
317
320
py::arg (" knd" ),
318
321
py::arg (" tc" ),
319
322
R"pbdoc(
320
323
:sig=(self: ToddCoxeter, knd: congruence_kind, tc: ToddCoxeter) -> None:
324
+ :only-document-once:
321
325
322
326
Construct from :any:`congruence_kind` and :any:`ToddCoxeter`.
323
327
@@ -343,6 +347,8 @@ the word graph represented by *tc*.
343
347
py::arg (" wg" ),
344
348
R"pbdoc(
345
349
:sig=(self: ToddCoxeter, knd: congruence_kind, wg: WordGraph) -> None:
350
+ :only-document-once:
351
+
346
352
Construct from :any:`congruence_kind` and :any:`WordGraph`.
347
353
348
354
This function constructs a :any:`ToddCoxeter` instance representing a
0 commit comments