@@ -30,7 +30,7 @@ can be achieved with
3030 conda activate mpi4py-fft
3131
3232Note that this gives you mpi4py-fft with default settings. This means that
33- you will probably get the openmpi backend. To make a specific choice of
33+ you will probably get the openmpi backend. To make a specific choice of
3434backend just specify which, like this
3535
3636::
@@ -45,13 +45,11 @@ any version of mpi4py-fft hosted on `pypi`_ using `pip`_
4545
4646 pip install mpi4py-fft
4747
48- whereas either one of the following will install the latest version
49- from github
48+ whereas the following will install the latest version from github
5049
5150::
5251
53- pip install git+https://bitbucket.org/mpi4py/mpi4py-fft@master
54- pip install https://bitbucket.org/mpi4py/mpi4py-fft/get/master.zip
52+ pip install git+https://github.com/mpi4py/mpi4py-fft@master
5553
5654You can also build mpi4py-fft yourselves from the top directory,
5755after cloning or forking
@@ -74,7 +72,7 @@ Additional dependencies
7472
7573For storing and retrieving data you need either `HDF5 `_ or `netCDF4 `_, compiled
7674with support for MPI. Both are available
77- with parallel support on `conda-forge `_ and can be installed into the
75+ with parallel support on `conda-forge `_ and can be installed into the
7876current conda environment as
7977
8078::
@@ -100,14 +98,12 @@ located in the ``tests`` folder. A range of tests may be run using the
10098
10199This test-suit is run automatically on every commit to github, see, e.g.,
102100
103- .. image :: https://circleci. com/bb/ mpi4py/mpi4py-fft.svg?style=svg
104- :target: https://circleci. com/bb /mpi4py/mpi4py-fft
101+ .. image :: https://dev.azure. com/mpi4py/mpi4py-fft/_apis/build/status/mpi4py.mpi4py-fft?branchName=master
102+ :target: https://dev.azure. com/mpi4py/mpi4py-fft
105103
106-
107- .. _mpi4py-fft : https://bitbucket.org/mpi4py/mpi4py-fft
108- .. _mpi4py : https://bitbucket.org/mpi4py/mpi4py
104+ .. _mpi4py-fft : https://github.com/mpi4py/mpi4py-fft
105+ .. _mpi4py : https://github.com/mpi4py/mpi4py
109106.. _cython : http://cython.org
110- .. _spectralDNS channel : https://anaconda.org/spectralDNS
111107.. _conda : https://conda.io/docs/
112108.. _conda-forge : https://conda-forge.org
113109.. _FFTW : http://www.fftw.org
0 commit comments