The Sage documentation page "Coding in Python for Sage" contains advice that the Python modules in the boolean_cayley_graphs Python package should follow.
In particular, all classes should define, or inherit, both _latex_ and _repr_ methods, and should have doctests that test such methods.
The Sage documentation page "Coding in Python for Sage" contains advice that the Python modules in the
boolean_cayley_graphs
Python package should follow.In particular, all classes should define, or inherit, both
_latex_
and_repr_
methods, and should have doctests that test such methods.