Skip to content

Commit

Permalink
Update links to wiki pages (MDAnalysis#2559)
Browse files Browse the repository at this point in the history
* Update links to wiki pages
* Add Michael Quevillon to author list
  • Loading branch information
mquevill authored and lilyminium committed Mar 4, 2020
1 parent a97fe34 commit ad5e6dc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions package/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Chronological list of authors
2020
- Charlie Cook
- Yuanyu Chang
- Michael Quevillon

External code
-------------
Expand Down
2 changes: 1 addition & 1 deletion package/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ Installing from source

Source code is available at https://github.com/MDAnalysis/mdanalysis

See http://wiki.mdanalysis.org/Install for further instructions.
See https://github.com/MDAnalysis/mdanalysis/wiki/Install for further instructions.
2 changes: 1 addition & 1 deletion package/MDAnalysis/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Test cases are stored in a separate packacge (:mod:`MDAnalysisTests`)
that has to be installed separately from
https://www.mdanalysis.org. For more details on the tests see
http://wiki.mdanalysis.org/UnitTests .
https://github.com/MDAnalysis/mdanalysis/wiki/UnitTests .
We are using the NumPy_ testing frame work; thus, numpy *must* be
installed for the tests to run at all.
Expand Down
2 changes: 1 addition & 1 deletion package/MDAnalysis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
.. _`semantic versioning`: http://semver.org/
.. _`versioning of MDAnalysis`:
http://wiki.mdanalysis.org/SemanticVersioning
https://github.com/MDAnalysis/mdanalysis/wiki/SemanticVersioning
Data
----
Expand Down
2 changes: 1 addition & 1 deletion package/README
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Code is hosted at https://github.com/MDAnalysis/mdanalysis
The Online Documentation is available at https://docs.mdanalysis.org

For installation instruction please have a look at INSTALL and the
instructions online at http://wiki.mdanalysis.org/INSTALL
instructions online at https://github.com/MDAnalysis/mdanalysis/wiki/Install



Expand Down
2 changes: 1 addition & 1 deletion package/doc/sphinx/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ examples in the documentation or the tutorials_, also install the
http://www.pip-installer.org/en/latest/index.html
.. _conda:
http://conda.pydata.org/docs/
.. _run the tests: http://wiki.mdanalysis.org/UnitTests
.. _run the tests: https://github.com/MDAnalysis/mdanalysis/wiki/UnitTests
.. _tutorials: https://www.mdanalysis.org/pages/learning_MDAnalysis/


Expand Down
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/utils/test_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_version_format(version=None):
if version is None:
import MDAnalysis.version
version = MDAnalysis.version.__version__
# see http://wiki.mdanalysis.org/SemanticVersioning for format definition
# see https://github.com/MDAnalysis/mdanalysis/wiki/SemanticVersioning for format definition
m = re.match('(?P<MAJOR>\d+)\.(?P<MINOR>\d+)\.(?P<PATCH>\d+)(-(?P<suffix>\w+))?$',
version)
assert m, "version {0} does not match the MAJOR.MINOR.PATCH(-suffix) format".format(version)
Expand Down

0 comments on commit ad5e6dc

Please sign in to comment.