File tree Expand file tree Collapse file tree
docs/source/data-structures
src/libsemigroups_pybind11 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88.. currentmodule :: libsemigroups_pybind11
99
10+ .. |br | raw :: html
11+
12+ <br />
13+
1014The ``to `` function
1115===================
1216
@@ -26,6 +30,7 @@ A summary of the possible conversions available in ``libsemigroups_pybind11`` of
2630 :align: center
2731 :alt: A table containing the possible conversions of libsemigroups_pybind11 types.
2832
33+ |br |
2934A tick indicates that this conversion is implemented, and a cross that it is not
3035yet implemented.
3136
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def _nice_name(type_list):
8888
8989
9090def to (* args , rtype : tuple ):
91- """Convert from one type of `libsemigroups` object to another
91+ """Convert from one type of ``libsemigroups_pybind11`` object to another.
9292
9393 This function converts the the arguments specified in *args* to object of
9494 type *rtype*.
You can’t perform that action at this time.
0 commit comments