On Thu, 10 Nov 2016, Amritanshu Prasad wrote:
I did look for a method for checking if a graph is simple using a google
search of the documentation, but has_multiple_edges() did not show up. How
do you think one should change the documentation (I guess that would be a
different ticket).
However. I have sometimes made a ticket containing some non-related
trivial changes, mostly correcting a typo somewhere. I guess adding a word
"simple" somehow is enought.
* * *
In general docstrings should contain synonyms and mention eponymous
notions if there are any. As an examples in posets.py:
- "Dushnik-Miller" is mentioned in dimension()
- Eponymous "slender" is said in is_slender()
- "Semiorder" etc. are named in is_incomparable_chain_free()
--
Jori Mäntysalo