penguian / Boolean-Cayley-graphs

Investigations of Boolean functions, their Cayley graphs, and associated structures.
GNU General Public License v3.0
6 stars 1 forks source link

The boolean_cayley_graphs Python package should follow Sage coding advice #10

Closed penguian closed 6 years ago

penguian commented 6 years ago

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.

penguian commented 6 years ago

Closed by Pull Request #11.