~ubuntu-branches/ubuntu/utopic/python-networkx/utopic

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sandro Tosi
  • Date: 2012-08-11 12:41:30 UTC
  • mfrom: (1.4.1) (5.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20120811124130-whr6uso7fncyg8bi
Tags: 1.7-1
* New upstream release
* debian/patches/changeset_*
  - removed, included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
****************
 
2
Relabeling nodes
 
3
****************
 
4
.. currentmodule:: networkx
 
5
 
 
6
Relabeling
 
7
----------
 
8
.. automodule:: networkx.relabel
 
9
 
 
10
.. autosummary::
 
11
   :toctree: generated/
 
12
 
 
13
   convert_node_labels_to_integers
 
14
   relabel_nodes
 
15
 
 
16