Skip to content

Commit a9b1441

Browse files
committed
Updated/fixed some links in the docs
[skip ci]
1 parent 45482d3 commit a9b1441

File tree

10 files changed

+41
-39
lines changed

10 files changed

+41
-39
lines changed

doc/source/authors.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ and may not be the current affiliation of a contributor.
5050
* Alexander Kleinjohann
5151
* Christian Kothe
5252
* rishidhingra@github
53+
* Hugo van Kemenade
5354

5455
1. Centre de Recherche en Neuroscience de Lyon, CNRS UMR5292 - INSERM U1028 - Universite Claude Bernard Lyon 1
5556
2. Unité de Neuroscience, Information et Complexité, CNRS UPR 3293, Gif-sur-Yvette, France

doc/source/developers_guide.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ patch (see below) and attach it to the ticket.
3333

3434
To keep track of changes to the code and to tickets, you can register for
3535
a GitHub account and then set to watch the repository at `GitHub Repository`_
36-
(see https://help.github.com/articles/watching-repositories/).
36+
(see https://help.github.com/en/articles/watching-and-unwatching-repositories).
3737

3838
Requirements
3939
------------
@@ -58,13 +58,13 @@ Getting the source code
5858
We use the Git version control system. The best way to contribute is through
5959
GitHub_. You will first need a GitHub account, and you should then fork the
6060
repository at `GitHub Repository`_
61-
(see http://help.github.com/fork-a-repo/).
61+
(see http://help.github.com/en/articles/fork-a-repo).
6262

6363
To get a local copy of the repository::
6464

6565
$ cd /some/directory
6666
$ git clone [email protected]:<username>/python-neo.git
67-
67+
6868
Now you need to make sure that the ``neo`` package is on your PYTHONPATH.
6969
You can do this either by installing Neo::
7070

@@ -194,7 +194,7 @@ You can then push your changes to your online repository on GitHub::
194194

195195
Once you think your changes are ready to be included in the main Neo repository,
196196
open a pull request on GitHub
197-
(see https://help.github.com/articles/using-pull-requests).
197+
(see https://help.github.com/en/articles/about-pull-requests).
198198

199199

200200
Python version
@@ -264,7 +264,7 @@ Michael Denker and Julia Sprenger have the necessary permissions to do this)::
264264

265265
.. talk about readthedocs
266266
267-
267+
268268
269269
.. make a release branch
270270
@@ -277,24 +277,24 @@ See :ref:`io_dev_guide` for implementation of a new IO.
277277

278278

279279

280-
.. _Python: http://www.python.org
281-
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/
280+
.. _Python: https://www.python.org
281+
.. _nose: https://nose.readthedocs.io/
282282
.. _Setuptools: https://pypi.python.org/pypi/setuptools/
283283
.. _tox: http://codespeak.net/tox/
284-
.. _coverage: http://nedbatchelder.com/code/coverage/
285-
.. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/
284+
.. _coverage: https://coverage.readthedocs.io/
285+
.. _`PEP 8`: https://www.python.org/dev/peps/pep-0008/
286286
.. _`issue tracker`: https://github.com/NeuralEnsemble/python-neo/issues
287287
.. _`Porting to Python 3`: http://python3porting.com/
288-
.. _`NeuralEnsemble Google group`: http://groups.google.com/group/neuralensemble
288+
.. _`NeuralEnsemble Google group`: https://groups.google.com/forum/#!forum/neuralensemble
289289
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
290-
.. _Sphinx: http://sphinx.pocoo.org/
291-
.. _numpy: http://numpy.scipy.org/
292-
.. _quantities: http://pypi.python.org/pypi/quantities
293-
.. _PEP257: http://www.python.org/dev/peps/pep-0257/
294-
.. _PEP394: http://www.python.org/dev/peps/pep-0394/
295-
.. _PyPI: http://pypi.python.org
296-
.. _GitHub: http://github.com
290+
.. _Sphinx: http://www.sphinx-doc.org/
291+
.. _numpy: https://numpy.org/
292+
.. _quantities: https://pypi.org/project/quantities/
293+
.. _PEP257: https://www.python.org/dev/peps/pep-0257/
294+
.. _PEP394: https://www.python.org/dev/peps/pep-0394/
295+
.. _PyPI: https://pypi.org
296+
.. _GitHub: https://github.com
297297
.. _`GitHub Repository`: https://github.com/NeuralEnsemble/python-neo/
298-
.. _pep8: https://pypi.python.org/pypi/pep8
299-
.. _flake8: https://pypi.python.org/pypi/flake8/
300-
.. _pyflakes: https://pypi.python.org/pypi/pyflakes/
298+
.. _pep8: https://pypi.org/project/pep8/
299+
.. _flake8: https://pypi.org/project/flake8/
300+
.. _pyflakes: https://pypi.org/project/pyflakes/

doc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ Citation
8282
.. _Elephant: http://neuralensemble.org/elephant
8383
.. _G-node: http://www.g-node.org/
8484
.. _Neuroshare: http://neuroshare.org/
85-
.. _SpykeViewer: https://spyke-viewer.readthedocs.org/en/latest/
85+
.. _SpykeViewer: https://spyke-viewer.readthedocs.io/en/latest/
8686
.. _NiBabel: https://nipy.org/nibabel/
8787
.. _PyNN: http://neuralensemble.org/PyNN
88-
.. _quantities: http://pypi.python.org/pypi/quantities
88+
.. _quantities: https://pypi.org/project/quantities/
8989
.. _`NeuralEnsemble mailing list`: https://groups.google.com/forum/#!forum/neuralensemble
9090
.. _`issue tracker`: https://github.com/NeuralEnsemble/python-neo/issues
9191
.. _tridesclous: https://github.com/tridesclous/tridesclous

doc/source/install.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ To install the latest version of Neo from the Git repository::
7878
$ python setup.py install
7979

8080

81-
.. _`Python`: http://python.org/
82-
.. _`numpy`: http://numpy.scipy.org/
83-
.. _`quantities`: http://pypi.python.org/pypi/quantities
84-
.. _`pip`: http://pypi.python.org/pypi/pip
81+
.. _`Python`: https://www.python.org/
82+
.. _`numpy`: https://numpy.org/
83+
.. _`quantities`: https://pypi.org/project/quantities/
84+
.. _`pip`: https://pypi.org/project/pip/
8585
.. _`setuptools`: http://pypi.python.org/pypi/setuptools
86-
.. _Anaconda: https://www.continuum.io/downloads
86+
.. _Anaconda: https://www.anaconda.com/distribution/

doc/source/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,4 @@ For more complex logging, please see the documentation for the logging_ module.
298298
Further, the handler is only attached if there are no handlers already attached to the root logger or the :mod:`neo` logger, so adding your own logger will override the default one.
299299
Additional functions and/or classes may get logging during bugfix releases, so code relying on particular modules not having logging may break at any time without warning.
300300

301-
.. _`logging`: http://docs.python.org/library/logging.html
301+
.. _`logging`: https://docs.python.org/3/library/logging.html

doc/source/io_developers_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ Here are the entire files:
105105
.. literalinclude:: ../../neo/io/exampleio.py
106106

107107

108-
.. _`mailing list`: http://groups.google.com/group/neuralensemble
109-
.. _gin-gnode: https://web.gin.g-node.org/NeuralEnsemble/ephy_testing_data
108+
.. _`mailing list`: https://groups.google.com/forum/#!forum/neuralensemble
109+
.. _gin-gnode: https://gin.g-node.org/NeuralEnsemble/ephy_testing_data

doc/source/releases/0.5.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ Other changes
132132
.. https://github.com/NeuralEnsemble/python-neo/issues?utf8=✓&q=is%3Aissue%20is%3Aclosed%20created%3A%3E2014-02-01%20
133133
134134
.. _`about the NIX format`: https://github.com/G-Node/nix/wiki
135-
.. _`NEST simulator`: http://nest-simulator.org
135+
.. _`NEST simulator`: https://www.nest-simulator.org/

doc/source/releases/0.6.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Major changes:
88
* Introduced :mod:`neo.rawio`: a low-level reader for various data formats
99
* Added continuous integration for all IOs using CircleCI
1010
(previously only :mod:`neo.core` was tested, using Travis CI)
11-
* Moved the test file repository to https://web.gin.g-node.org/NeuralEnsemble/ephy_testing_data
11+
* Moved the test file repository to https://gin.g-node.org/NeuralEnsemble/ephy_testing_data
1212
- this makes it easier for people to contribute new files for testing.
1313

1414
Other important changes:

doc/source/releases/0.8.0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Other new features
7474
* Numpy 1.16+ compatibility
7575
* :meth:`time_shift()` method for :class:`Epoch`/:class:`Event`/:class:`AnalogSignal`
7676
* :meth:`time_slice()` method is now more robust
77+
* dropped support for Python 3.4
7778

7879
See all `pull requests`_ included in this release and the `list of closed issues`_.
7980

@@ -100,7 +101,7 @@ Bug fixes and improvements in IO modules
100101
Acknowledgements
101102
----------------
102103

103-
Thanks to Achileas Koutsou, Chek Yin Choi, Richard C. Gerkin,
104+
Thanks to Achileas Koutsou, Chek Yin Choi, Richard C. Gerkin, Hugo van Kemenade,
104105
Alexander Kleinjohann, Björn Müller, Jeffrey Gill, Christian Kothe,
105106
Mike Sintsov, @rishidhingra, Michael Denker, Julia Sprenger, Corentin Fragnaud,
106107
Andrew Davison and Samuel Garcia for their contributions to this release.

doc/source/whatisnew.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Release notes
55

66
.. toctree::
77
:maxdepth: 1
8-
8+
99
releases/0.8.0.rst
1010
releases/0.7.2.rst
1111
releases/0.7.1.rst
@@ -14,8 +14,8 @@ Release notes
1414
releases/0.5.2.rst
1515
releases/0.5.1.rst
1616
releases/0.5.0.rst
17-
18-
17+
18+
1919

2020
.. releases/0.2.0.rst
2121
.. releases/0.2.1.rst
@@ -76,8 +76,8 @@ Version 0.2.1
7676
* added :func:`time_slice()` method to the :class:`SpikeTrain` and :class:`AnalogSignalArray` classes.
7777
* improvements to annotation data type handling
7878
* added PickleIO, allowing saving Neo objects in the Python pickle format.
79-
* added ElphyIO (see http://www.unic.cnrs-gif.fr/software.html)
80-
* added BrainVisionIO (see http://www.brainvision.com/)
79+
* added ElphyIO (see http://neuro-psi.cnrs.fr/spip.php?article943)
80+
* added BrainVisionIO (see https://brainvision.com/)
8181
* improvements to PlexonIO
8282
* added :func:`merge()` method to the :class:`Block` and :class:`Segment` classes
8383
* development was mostly moved to GitHub, although the issue tracker is still at neuralensemble.org/neo
@@ -99,4 +99,4 @@ New features compared to neo 0.1:
9999

100100

101101

102-
.. _quantities: http://pypi.python.org/pypi/quantities
102+
.. _quantities: https://pypi.org/project/quantities/

0 commit comments

Comments
 (0)