File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,6 @@ had been newly constructed from *knd* and *p*.
310
310
:rtype: {name}
311
311
312
312
:raises LibsemigroupsError: if *p* is not valid.
313
-
314
313
{raises}
315
314
)pbdoc" ,
316
315
name,
Original file line number Diff line number Diff line change @@ -69,18 +69,15 @@ must always be ``congruence_kind.twosided``. The parameter *knd* is
69
69
included for uniformity of interface between with
70
70
:any:`KnuthBendix`, :any:`ToddCoxeter`, and
71
71
:any:`Congruence`.)pbdoc" sv;
72
-
73
- def_construct_kind_presentation (
74
- thing, " Kambites" , doc{.detail = extra_detail});
75
-
76
- // FIXME the following doesn't get included in the doc for some reason.
77
- // This is probably a problem in libsemigroups_pybind11_extensions.py,
78
- // since introducing an error in the string below goes yield a
79
- // warning/error in sphinx.
80
72
auto extra_raises = R"pbdoc(
81
73
:raises LibsemigroupsError: if *knd* is not ``congruence_kind.twosided``.
82
74
)pbdoc" sv;
83
75
76
+ def_construct_kind_presentation (
77
+ thing,
78
+ " Kambites" ,
79
+ doc{.detail = extra_detail, .raises = extra_raises});
80
+
84
81
def_init_kind_presentation (
85
82
thing, " Kambites" , doc{.raises = extra_raises});
86
83
You can’t perform that action at this time.
0 commit comments