summaryrefslogtreecommitdiff
path: root/networkx/algorithms/regular.py
Commit message (Expand)AuthorAgeFilesLines
* Allow dispatcher decorator without a namenx-sparseJim Kitchen2022-10-121-2/+2
* Dispatch more algorithms and improve auto-test capabilitiesJim Kitchen2022-10-121-0/+2
* added examples to regular.py (#5642)Lukong1232022-07-051-0/+19
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-2/+1
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-091-1/+1
* Format w/ blackJarrod Millman2020-07-101-20/+17
* Add algorithms for regular graphs (#3925)Camden Cheek2020-06-251-0/+194