|
37 | 37 |
|
38 | 38 | .. Documentation tools
|
39 | 39 | .. _graphviz: http://www.graphviz.org/
|
40 |
| -.. _Sphinx: http://sphinx.pocoo.org/ |
41 |
| -.. _`Sphinx reST`: http://sphinx.pocoo.org/rest.html |
| 40 | +.. _Sphinx: http://sphinx-doc.org/ |
| 41 | +.. _`Sphinx reST`: http://sphinx-doc.org/rest.html |
42 | 42 | .. _reST: http://docutils.sourceforge.net/rst.html
|
43 | 43 | .. _docutils: http://docutils.sourceforge.net
|
44 | 44 | .. _IPython notebook viewer: http://nbviewer.ipython.org
|
|
63 | 63 | .. _sourceforge: http://nipy.sourceforge.net/
|
64 | 64 | .. _`nipy launchpad`: https://launchpad.net/nipy
|
65 | 65 | .. _launchpad: https://launchpad.net/
|
66 |
| -.. _`nipy trunk`: http://code.launchpad.net/~nipy-developers/nipy/trunk |
67 |
| -.. _`nipy mailing list`: http://projects.scipy.org/mailman/listinfo/nipy-devel |
68 |
| -.. _`nipy bugs`: https://bugs.launchpad.net/nipy |
69 |
| -.. _sourceforge download page: http://sourceforge.net/projects/nipy/files |
| 66 | +.. _`nipy trunk`: https://github.com/nipy/nipy/tree/master |
| 67 | +.. _`nipy mailing list`: http://mail.scipy.org/mailman/listinfo/nipy-devel |
| 68 | +.. _`nipy bugs`: https://github.com/nipy/nipy/issues |
| 69 | +.. _sourceforge download page: https://github.com/nipy/nipy/releases |
70 | 70 |
|
71 | 71 | .. Code support stuff
|
72 | 72 | .. _pychecker: http://pychecker.sourceforge.net/
|
73 |
| -.. _pylint: http://www.logilab.org/project/pylint |
74 |
| -.. _pyflakes: http://divmod.org/trac/wiki/DivmodPyflakes |
75 |
| -.. _virtualenv: https://pypi.python.org/pypi/virtualenv |
| 73 | +.. _pylint: https://bitbucket.org/logilab/pylint/ |
| 74 | +.. _pyflakes: https://github.com/pyflakes/pyflakes |
| 75 | +.. _virtualenv: https://virtualenv.pypa.io/en/latest/ |
76 | 76 | .. _github: https://github.com
|
77 | 77 | .. _flymake: http://flymake.sourceforge.net/
|
78 | 78 | .. _rope: http://rope.sourceforge.net/
|
79 | 79 | .. _pymacs: http://pymacs.progiciels-bpi.ca/pymacs.html
|
80 | 80 | .. _ropemacs: http://rope.sourceforge.net/ropemacs.html
|
81 | 81 | .. _ECB: http://ecb.sourceforge.net/
|
82 | 82 | .. _emacs_python_mode: http://www.emacswiki.org/cgi-bin/wiki/PythonMode
|
83 |
| -.. _doctest-mode: http://www.cis.upenn.edu/~edloper/projects/doctestmode/ |
| 83 | +.. _doctest-mode: http://ed.loper.org/projects/doctestmode/ |
84 | 84 | .. _nose: http://somethingaboutorange.com/mrl/projects/nose
|
85 |
| -.. _`python coverage tester`: http://nedbatchelder.com/code/modules/coverage.html |
| 85 | +.. _`python coverage tester`: http://nedbatchelder.com/code/coverage/ |
86 | 86 | .. _bitbucket: https://bitbucket.org
|
87 | 87 |
|
88 | 88 | .. Other python projects
|
89 |
| -.. _numpy: http://www.scipy.org/NumPy |
| 89 | +.. _numpy: http://www.numpy.org |
90 | 90 | .. _scipy: https://www.scipy.org
|
91 |
| -.. _ipython: http://ipython.scipy.org |
| 91 | +.. _ipython: https://ipython.org |
92 | 92 | .. _`ipython github`: https://github.com/ipython/ipython
|
93 | 93 | .. _`ipython mailing list`: http://mail.scipy.org/mailman/listinfo/IPython-dev
|
94 |
| -.. _`ipython manual`: http://ipython.scipy.org/doc/manual/html |
95 |
| -.. _matplotlib: http://matplotlib.sourceforge.net |
| 94 | +.. _`ipython manual`: https://ipython.org/ipython-doc/stable/index.html |
| 95 | +.. _matplotlib: http://matplotlib.org/ |
96 | 96 | .. _pythonxy: http://www.pythonxy.com
|
97 |
| -.. _EPD: http://www.enthought.com/products/epd.php |
98 |
| -.. _ETS: http://code.enthought.com/projects/tool-suite.php |
99 |
| -.. _`Enthought Tool Suite`: http://code.enthought.com/projects/tool-suite.php |
| 97 | +.. _EPD: https://www.enthought.com/products/epd/ |
| 98 | +.. _ETS: http://code.enthought.com/ |
| 99 | +.. _`Enthought Tool Suite`: http://code.enthought.com/ |
100 | 100 | .. _python: https://www.python.org
|
101 | 101 | .. _mayavi: http://mayavi.sourceforge.net/
|
102 |
| -.. _sympy: http://code.google.com/p/sympy/ |
103 |
| -.. _networkx: http://networkx.lanl.gov/ |
| 102 | +.. _sympy: http://www.sympy.org/ |
| 103 | +.. _networkx: https://networkx.github.io/ |
104 | 104 | .. _setuptools: https://pypi.python.org/pypi/setuptools
|
105 |
| -.. _distribute: http://packages.python.org/distribute |
| 105 | +.. _distribute: https://pythonhosted.org/distribute |
106 | 106 | .. _pip: https://pip.readthedocs.org/en/latest
|
107 | 107 | .. _pip install instructions:
|
108 | 108 | https://pip.readthedocs.org/en/latest/installing.html
|
109 | 109 | .. _twine: https://pypi.python.org/pypi/twine
|
110 |
| -.. _datapkg: http://okfn.org/projects/datapkg |
111 |
| -.. _python imaging library: http://www.pythonware.com |
| 110 | +.. _datapkg: https://pythonhosted.org/datapkg/ |
| 111 | +.. _python imaging library: http://pythonware.com/products/pil/ |
112 | 112 |
|
113 | 113 | .. Python imaging projects
|
114 | 114 | .. _PyMVPA: http://www.pymvpa.org
|
115 | 115 | .. _BrainVISA: http://brainvisa.info
|
116 | 116 | .. _anatomist: http://brainvisa.info
|
117 |
| -.. _pydicom: http://code.google.com/p/pydicom/ |
| 117 | +.. _pydicom: http://www.pydicom.org/ |
118 | 118 |
|
119 | 119 | .. Not so python imaging projects
|
120 | 120 | .. _matlab: https://www.mathworks.com
|
|
124 | 124 | .. _AFNI: http://afni.nimh.nih.gov/afni
|
125 | 125 | .. _FSL: http://www.fmrib.ox.ac.uk/fsl
|
126 | 126 | .. _FreeSurfer: https://surfer.nmr.mgh.harvard.edu
|
127 |
| -.. _voxbo: http://www.voxbo.org |
128 |
| -.. _mricron: http://www.cabiatl.com/mricro/mricron |
| 127 | +.. _voxbo: https://www.nitrc.org/projects/voxbo/ |
| 128 | +.. _mricron: http://www.mccauslandcenter.sc.edu/mricro/mricron/ |
129 | 129 | .. _slicer: http://www.slicer.org/
|
130 | 130 |
|
131 | 131 | .. File formats
|
132 | 132 | .. _DICOM: http://medical.nema.org/
|
133 | 133 | .. _`wikipedia DICOM`: https://en.wikipedia.org/wiki/Digital_Imaging_and_Communications_in_Medicine
|
134 |
| -.. _GDCM: http://sourceforge.net/apps/mediawiki/gdcm |
| 134 | +.. _GDCM: http://gdcm.sourceforge.net/wiki/ |
135 | 135 | .. _DICOM standard : http://medical.nema.org/standard.html
|
136 | 136 | .. _PS 3.1: http://medical.nema.org/Dicom/2011/11_01pu.pdf
|
137 | 137 | .. _PS 3.2: http://medical.nema.org/Dicom/2011/11_02pu.pdf
|
|
194 | 194 | .. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
|
195 | 195 | .. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
|
196 | 196 | .. _NIfTI2: http://nifti.nimh.nih.gov/nifti-2/
|
197 |
| -.. _MINC: http://wiki.bic.mni.mcgill.ca/index.php/MINC |
| 197 | +.. _MINC: https://www.mcgill.ca/bic/software/minc |
198 | 198 | .. _GIFTI: https://www.nitrc.org/projects/gifti
|
199 | 199 | .. _MINC1:
|
200 | 200 | https://en.wikibooks.org/wiki/MINC/Reference/MINC1_File_Format_Reference
|
|
0 commit comments