summaryrefslogtreecommitdiff
path: root/networkx/generators/geometric.py
Commit message (Expand)AuthorAgeFilesLines
* Use raw strings so \alpha, \theta, etc. raw backslahes work with sphinxAric Hagberg2015-06-131-2/+2
* Cleans documentation for generators.geometric.Jeffrey Finkelstein2015-05-021-64/+77
* Fix copyrightsJGab2015-04-211-1/+1
* Replaces cumulative_sum with accumulate.Jeffrey Finkelstein2015-04-181-1/+1
* fix waxman_graph domainAric Hagberg2014-12-161-2/+2
* Work around IronPython issue with compile()ysitu2014-07-061-39/+36
* Update documentation in waxman_graph.Ben Edwards2012-12-141-1/+1
* Small documentation fixes. Remove :math: role tag.Aric Hagberg2011-05-211-7/+9
* Don't connect to yourself in nsm graph.Aric Hagberg2011-05-201-1/+1
* Python 3ism xrange->range.Aric Hagberg2011-05-201-1/+1
* Update random_geometric_graph with simpler interface.Aric Hagberg2011-05-201-49/+62
* Navigable small world.Aric Hagberg2011-05-201-2/+72
* Improve Waxman documentation.Aric Hagberg2011-05-201-7/+7
* Add geographical threshold graph.Aric Hagberg2011-05-201-0/+98
* Add Waxman-1 and Waxman-2Aric Hagberg2011-05-191-28/+56
* Use list() for dict values so we can popAric Hagberg2011-05-151-1/+1
* Waxman graph.Aric Hagberg2011-05-141-8/+67
* Minor fixes to documentation, mainly to help Sphinx with one line descriptions.loicseguin2010-08-091-1/+1
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-8/+8
* License change to BSD.aric2009-08-261-2/+2
* Update for python2.6.aric2008-12-221-0/+4
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-24/+3
* Changes things to do with kwds in generators:dschult2007-01-111-7/+5
* zero-index branch - cleanup and testing, rewrite of powerlaw_cluster_grapharic2005-12-271-5/+7
* modify test hooks for new locationsaric2005-12-011-1/+5
* Move testing directory up one level.aric2005-07-151-1/+1
* Name change from NX->networkxaric2005-07-131-0/+95