summaryrefslogtreecommitdiff
path: root/networkx/algorithms/moral.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+2
* Rm unnecessary input validation from moral_graph. (#5638)Ross Barnowski2022-05-141-3/+0
* added example on moral graph (#5633)Lukong1232022-05-131-0/+12
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-1/+1
* Format w/ black==20.8b1Jarrod Millman2020-10-061-26/+26
* Format w/ blackJarrod Millman2020-07-101-2/+2
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Remove unused importsJarrod Millman2019-10-181-1/+0
* Update copyrightJarrod Millman2019-03-301-2/+2
* Create moral graph (#3351)Julien Klaus2019-03-281-0/+57