This file is indexed.

/usr/share/doc/python-dipy/README.rst is in python-dipy 0.13.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
======
 DIPY
======

.. image:: https://travis-ci.org/nipy/dipy.svg?branch=master
  :target: https://travis-ci.org/nipy/dipy

.. image:: https://codecov.io/gh/nipy/dipy/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/nipy/dipy

DIPY is a python toolbox for analysis of MR diffusion imaging.

DIPY is for research only; please do not use results from DIPY for
clinical decisions.

Website
=======

Current information can always be found from the DIPY website - http://dipy.org

Mailing Lists
=============

Please see the developers' list at
https://mail.python.org/mailman/listinfo/neuroimaging

Please see the users' forum at
https://neurostars.org

Please join the gitter chatroom `here <https://gitter.im/nipy/dipy>`_.

Code
====

You can find our sources and single-click downloads:

* `Main repository`_ on Github.
* Documentation_ for all releases and current development tree.
* Download as a tar/zip file the `current trunk`_.

.. _main repository: http://github.com/nipy/dipy
.. _Documentation: http://dipy.org
.. _current trunk: http://github.com/nipy/dipy/archives/master


Installing DIPY
===============

DIPY can be installed using `pip`::

    pip install dipy

or using `conda`::

    conda install -c conda-forge dipy vtk

For detailed installation instructions, including instructions for installing
from source, please read our `documentation <http://nipy.org/dipy/installation.html>`_.


License
=======

DIPY is licensed under the terms of the BSD license.
Please see `LICENSE file <https://github.com/nipy/dipy/blob/master/LICENSE>`_.

Contributing
============

We welcome contributions from the community. Please read our `contributor guidelines <https://github.com/nipy/dipy/blob/master/CONTRIBUTING.md>`.