~ubuntu-branches/ubuntu/precise/python-networkx/precise

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sandro Tosi
  • Date: 2011-12-26 16:58:36 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20111226165836-4y2n8krq4cc5x1lx
Tags: 1.6-1
* New upstream release
* debian/patches/10_doc_relocation
  - refreshed for new upstream code
* debian/patches/40_astar_unique_shortest_path.diff
  - removed, merged upstream
* debian/patches/40_no_setuptools_in_requires.txt
  - don't add setuptools to requires.txt; Closes: #639995
* debian/patches/50_nosetests_verbosity_0
  - set verbosity=0 else tests can't be run
* debian/{control, rules}
  - use dh_sphinxdoc

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
.. toctree::
10
10
   :maxdepth: 2
11
11
 
 
12
   algorithms.assortativity
12
13
   algorithms.bipartite
13
14
   algorithms.block
14
15
   algorithms.boundary
16
17
   algorithms.chordal
17
18
   algorithms.clique
18
19
   algorithms.clustering
 
20
   algorithms.community
19
21
   algorithms.component
20
22
   algorithms.core
21
23
   algorithms.cycles
24
26
   algorithms.distance_regular
25
27
   algorithms.euler
26
28
   algorithms.flow
 
29
   algorithms.graphical
27
30
   algorithms.isolates
28
31
   algorithms.isomorphism
29
32
   algorithms.link_analysis
30
33
   algorithms.matching
31
 
   algorithms.mixing
32
34
   algorithms.mis
33
35
   algorithms.mst
34
36
   algorithms.operators
35
 
   algorithms.neighbor_degree
 
37
   algorithms.product
36
38
   algorithms.rich_club
37
39
   algorithms.shortest_paths
 
40
   algorithms.swap
38
41
   algorithms.traversal
39
42
   algorithms.vitality
40
43