~ubuntu-branches/ubuntu/raring/python-networkx/raring

« back to all changes in this revision

Viewing changes to doc/source/reference/convert.rst

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2009-11-23 15:44:34 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091123154434-ellm2ut3a4edf9wh
Tags: 1.0~rc1~svn1492-1
* New upstream snapshot, past 1.0~rc1, as requested by Yaroslav
  Halchenko (Closes: #549996).
* Refresh patch accordingly:
   + debian/patches/10_doc_relocation.
* Get rid of extra LICENSE.txt file in /usr/share/doc.
* Use dh_compress -Xexamples/ to avoid compressing examples, thanks to
  Sandro Tosi (Closes: #539942).
* Bump Standards-Version from 3.8.0 to 3.8.3 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
************************************
 
2
Converting to and from other formats
 
3
************************************
 
4
 
 
5
.. automodule:: networkx.convert
 
6
.. currentmodule:: networkx
 
7
 
 
8
Functions
 
9
---------
 
10
 
 
11
.. autosummary::
 
12
   :toctree: generated/
 
13
 
 
14
   from_whatever
 
15
   to_dict_of_lists
 
16
   from_dict_of_lists
 
17
   to_dict_of_dicts
 
18
   from_dict_of_dicts
 
19
   to_edgelist
 
20
   from_edgelist
 
21
   to_numpy_matrix
 
22
   from_numpy_matrix
 
23
   to_scipy_sparse_matrix
 
24
   from_scipy_sparse_matrix