Skip to content

Commit 77becbb

Browse files
author
Murray Whyte
committed
Add sentence about adding authors; fix formatting
1 parent e90c9df commit 77becbb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/api/fpsemi-examples.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This page contains the documentation for examples of finitely presented semigrou
1616
authors, values of this type can be passed as an argument to disambiguate
1717
which presentation is wanted.
1818

19+
The author values can be combined via the operator ``+``.
20+
1921
.. list-table::
2022
:widths: 50 50
2123
:header-rows: 0
@@ -306,7 +308,7 @@ Full API
306308
A presentation for a rectangular band.
307309

308310
Returns a list giving a semigroup presentation defining
309-
the `m` by `n` rectangular band, as given in Proposition 4.2 of
311+
the ``m`` by ``n`` rectangular band, as given in Proposition 4.2 of
310312
`10.1007/s002339910016`_.
311313

312314

@@ -394,7 +396,7 @@ Full API
394396
A presentation for the stylic monoid.
395397

396398
Returns a list giving a semigroup presentation defining
397-
the stylic monoid with `n` generators (see Theorem 8.1 of
399+
the stylic monoid with ``n`` generators (see Theorem 8.1 of
398400
`10.1007/s00233-022-10285-3`_).
399401

400402
:param n: the number of generators

0 commit comments

Comments
 (0)