summaryrefslogtreecommitdiff
path: root/networkx/algorithms/approximation/matching.py
Commit message (Collapse)AuthorAgeFilesLines
* codespell: pre-commit, config, typos fixed (#6662)Yaroslav Halchenko2023-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * One ambigous typo * one more ambigous typo * [DATALAD RUNCMD] run codespell throughout === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ For this to work -- it would require configuration files which were abandoned. See https://github.com/networkx/networkx/pull/6662 for more discussion etc. * Manual reversion of perform... "fix"
* Format w/ blackJarrod Millman2020-07-101-0/+1
|
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
|
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-5/+0
| | | | | | | | | The copyright and author stuff is not necessary, out-of-date, and inconsistent. It takes up visual space and is a pain to police everyone doing the same thing on the top of the module. Git handles authorship in a comprehensive and authoritative way. The LICENSE.txt file applies to all project code.
* Fix links (#2663)Jarrod Millman2017-09-111-1/+1
| | | | | | * Fix links * Comply with pep8
* Update docsJarrod Millman2017-08-181-1/+2
|
* Fixes some minor documentation issues (approximation algorithm subpackage) ↵Michael Seifert2017-06-201-1/+1
| | | | | (#2481) Thank you!
* Fix errors in docs.Aric Hagberg2013-01-041-2/+2
| | | | | Errors in processing special characters and one missing file ref. Docs build cleanly now with no errors.
* another doc string updatedNicholas Mancuso2012-10-061-5/+11
|
* update docstringsAric Hagberg2012-05-071-1/+3
|
* Add matching.Aric Hagberg2012-04-151-0/+38
Addresses #714