summaryrefslogtreecommitdiff
path: root/doc/reference/algorithms/operators.rst
Commit message (Collapse)AuthorAgeFilesLines
* Corona Product (#5223)Ali Faraji2022-07-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Corona product implemented. Todos: Docs Test for corona product * Corona Product Added and Works Correctly now. * document added. * corona product test added * corona product added to __all__ * add corona_product to operators.rst * precommit format fixed * Memory usage problem in the corona product improved * Update networkx/algorithms/operators/product.py Co-authored-by: Dan Schult <dschult@colgate.edu> * temp list replaced with generators * single qoutes problem in doc string * doc clean up Co-authored-by: Dan Schult <dschult@colgate.edu> * doc clean up Co-authored-by: Dan Schult <dschult@colgate.edu> * Update Tests `size()` is like the `number_of_edges()` method. Co-authored-by: Dan Schult <dschult@colgate.edu> Co-authored-by: Dan Schult <dschult@colgate.edu>
* Full join operation and cograph generator (#3503)Efraim Rodrigues2019-07-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * * Implements full join operation and a generator for cographs. * * Adding myself as a contributor. * * Fix full join description. * * Removes full_join function from the cograph generator file. * * Changes ^ for **. * Docstrings improvements, fixes and new tests. * Includes new features in the docs. * Fix typo in test_cograph.py. * Random cograph docstring improvements. * Adds support for directed graphs. * Improvements to the full join operator and new tests. * Fixed rename. * Fix test description.
* Update docs with all functions left out of rst files (#3091)Dan Schult2018-07-271-0/+1
| | | | | | | | * Update docs with all functions not added to rst files Also add script to find these functions * put back removed periods after references
* Revise docs (#2524)Jarrod Millman2017-07-191-0/+43
* Finish directory reorg and make minor text edits * Remove cruft from conf.py * Fix broken links and comply with pep8