Other than reading the reference on the website https://networkx.lanl.gov/reference/networkx/
you can read the code (eg by browsing the svn by pointing your web browser at https://networkx.lanl.gov/browser/networkx/trunk and then look at networkx -> generators -> random_graphs.py) If you are not in interactive python mode, try pydoc networkx.watts_strogatz_graph A great way to explore a python package is to use ipython in interactive mode, then you merely need to type >>> from networkx import * >>> watts_strogatz_graph? and you will get the documentation. [EMAIL PROTECTED] wrote: > Is there any documentation avaialbe for networkx ? I want to have an > implementation of random graphs including watts and strogatz graph. -- http://mail.python.org/mailman/listinfo/python-list