File tree Expand file tree Collapse file tree 1 file changed +32
-2
lines changed
Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -195,24 +195,44 @@ were part of publications.
195195 spark the design of new, hopefully more robust filters or filters for
196196 new applications.
197197
198+ ++++++
199+
200+ .. code :: bash
201+
202+ pip install libdlf
203+
204+ .. code :: bash
205+
206+ conda install -c conda-forge libdlf
207+
198208 .. grid-item-card ::
199209 :img-top: _static/pyfftlog-logo.svg
200210
201211 A python version of FFTLog
202212 ^^^^^^^^^^^^^^^^^^^^^^^^^^
203213
204- .. button-link :: https://github.com/emsig/ pyfftlog
214+ .. button-link :: https://pyfftlog.readthedocs.io
205215 :expand:
206216 :color: info
207217 :click-parent:
208218
209- github.com/emsig/ pyfftlog
219+ pyfftlog.readthedocs.io
210220
211221 **pyfftlog ** is a python version of the logarithmic FFT code FFTLog.
212222 FFTLog is a set of fortran subroutines that compute the fast Fourier or
213223 Hankel (= Fourier-Bessel) transform of a periodic sequence of
214224 logarithmically spaced points.
215225
226+ ++++++
227+
228+ .. code :: bash
229+
230+ pip install pyfftlog
231+
232+ .. code :: bash
233+
234+ conda install -c conda-forge pyfftlog
235+
216236 .. grid-item-card ::
217237 :img-top: _static/fftlog-logo.svg
218238
@@ -231,6 +251,16 @@ were part of publications.
231251 Fourier or Hankel (= Fourier-Bessel) transform of a periodic sequence
232252 of logarithmically spaced points.
233253
254+ ++++++
255+
256+ .. code :: bash
257+
258+ pip install fftlog
259+
260+ .. code :: bash
261+
262+ conda install -c conda-forge fftlog
263+
234264|
235265|
236266|
You can’t perform that action at this time.
0 commit comments