~ubuntu-branches/ubuntu/trusty/python-networkx/trusty

« back to all changes in this revision

Viewing changes to doc/source/reference/algorithms.hits.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
HITS
 
3
****
 
4
 
 
5
.. automodule:: networkx.algorithms.hits
 
6
.. currentmodule:: networkx
 
7
.. autosummary::
 
8
   :toctree: generated/
 
9
 
 
10
   hits
 
11
   hits_numpy
 
12
   hits_scipy
 
13
   hub_matrix
 
14
   authority_matrix
 
15
 
 
16