Skip to content

Commit ff80bd5

Browse files
committed
Merge branch 'master' of github.com:mpi4py/mpi4py-fft
2 parents a2d0366 + 2b011c4 commit ff80bd5

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

README.rst

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ mpi4py-fft
55
.. image:: https://dev.azure.com/mpi4py/mpi4py-fft/_apis/build/status/mpi4py.mpi4py-fft?branchName=master
66
:target: https://dev.azure.com/mpi4py/mpi4py-fft
77

8-
.. image:: https://api.codacy.com/project/badge/Grade/7e236bbdc44e4a68b8f6dfc3d3170cf0
9-
:target: https://www.codacy.com/app/mpi4py/mpi4py-fft?utm_source=github.com&utm_medium=referral&utm_content=mpi4py/mpi4py-fft&utm_campaign=Badge_Grade
10-
118
.. image:: https://codecov.io/bb/mpi4py/mpi4py-fft/branch/master/graph/badge.svg
129
:target: https://codecov.io/bb/mpi4py/mpi4py-fft
1310

docs/source/conf.py

+7
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@
114114
#
115115
# html_sidebars = {}
116116

117+
html_context = {
118+
'display_github': True,
119+
'github_user': 'mpi4py',
120+
'github_repo': 'mpi4py-fft',
121+
'github_version': 'master',
122+
'conf_py_path': '/docs/source/'
123+
}
117124

118125
# -- Options for HTMLHelp output ---------------------------------------------
119126

docs/source/dft.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ along axis :math:`i` is denoted as
136136
.. math::
137137
:label: partial_dft
138138
139-
\tilde{u}_{j_0, \ldots, k_i, \ldots, j_{d-1}} = \mathcal{F}_i(u_{j_0, \ldots, j_i, \ldots, j_d})
139+
\tilde{u}_{j_0, \ldots, k_i, \ldots, j_{d-1}} = \mathcal{F}_i(u_{j_0, \ldots, j_i, \ldots, j_{d-1}})
140140
141141
We get the complete multidimensional transforms on short form still as :eq:`dft_short`, and
142142
with partial transforms as

docs/source/parallel.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,4 @@ of the :class:`.PFFT` class::
358358
The padded instance of the :class:`.PFFT` class is often used in addition
359359
to a regular non-padded class. The padded version is then used to handle
360360
non-linearities, whereas the non-padded takes care of the rest, see `demo
361-
<https://bitbucket.org/mpi4py/mpi4py-fft/src/master/examples/spectral_dns_solver.py>`_.
361+
<https://github.com/mpi4py/mpi4py-fft/blob/master/examples/spectral_dns_solver.py>`_.

0 commit comments

Comments
 (0)