Skip to content

Doc fixes 3#425

Open
james-d-mitchell wants to merge 12 commits intolibsemigroups:stable-1.4from
james-d-mitchell:doc-fixes-3
Open

Doc fixes 3#425
james-d-mitchell wants to merge 12 commits intolibsemigroups:stable-1.4from
james-d-mitchell:doc-fixes-3

Conversation

@james-d-mitchell
Copy link
Copy Markdown
Member

The third and final batch of doc fixes.

Copy link
Copy Markdown
Collaborator

@Joseph-Edwards Joseph-Edwards left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some small tweaks and comments, but then I will be happy to merge. Thanks @james-d-mitchell

Comment thread src/sims.cpp
Comment on lines 1854 to +1855
:param n: maximum number of congruence classes.
:param n: the maximum number of congruence classes.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should only be one of these

Comment thread src/todd-coxeter-impl.cpp
the word graph represented by *tc*.

:param knd: the kind (onesided, or twosided) of the congruence.
:param knd: the kind (one-sided or two-sided) of the congruence.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should probably be returned to what it was, or replaced with `onesided` or `twosided`.

Comment thread src/todd-coxeter-impl.cpp
Comment on lines 301 to +302
arguments are (one-sided, one-sided), (two-sided, one-sided), and (two-sided,
two-sided).)pbdoc");
two-sided).
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might also be better to replace one-sided with `onesided` here. Same for two-sided

Comment thread src/todd-coxeter-impl.cpp
semigroup.

:param knd: the kind (onesided or twosided) of the congruence.
:param knd: the kind (one-sided or two-sided) of the congruence.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

Comment thread src/todd-coxeter-impl.cpp
*knd* and *tc*.

:param knd: the kind (onesided, or twosided) of the congruence.
:param knd: the kind (one-sided or two-sided) of the congruence.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

Comment thread src/todd-coxeter.cpp
the word graph represented by *tc*.

:param knd: the kind (onesided, or twosided) of the congruence.
:param knd: the kind (one-sided or two-sided) of the congruence.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as above

Comment thread src/todd-coxeter.cpp
*knd* and *tc*.

:param knd: the kind (onesided, or twosided) of the congruence.
:param knd: the kind (one-sided or two-sided) of the congruence.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

Comment thread src/todd-coxeter.cpp
semigroup.

:param knd: the kind (onesided or twosided) of the congruence.
:param knd: the kind (one-sided or two-sided) of the congruence.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

Comment thread src/todd-coxeter.cpp
would have been in if it had just been newly constructed from *knd* and *wg*.

:param knd: the kind (onesided or twosided) of the congruence.
:param knd: the kind (one-sided or two-sided) of the congruence.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

Comment thread src/ukkonen.cpp
Comment on lines 575 to +576
to the end. If a duplicate word is added, then the tree is not modified, but the
:any:`multiplicity` of the word is increased.
value returned by :any:`Ukkonen.multiplicity` for the word is increased.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think something like this might be better:

If a duplicate word `w` is added, then the tree is not modified, but the
value returned by :any:`Ukkonen.multiplicity` applied to `w` is increased.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants