Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mesca committed May 17, 2020
1 parent ec6391d commit 8ef51d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions timeflux_dsp/utils/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def design_edges(frequencies, nyq, mode):
The frequency response is (approximately) given by:
.. image:: /../../timeflux_dsp/doc/static/image/edges_bandpass.svg
.. image:: /static/image/edges_bandpass.svg
..
..
Expand All @@ -100,7 +100,7 @@ def design_edges(frequencies, nyq, mode):
The frequency response is (approximately) given by:
.. image:: /../../timeflux_dsp/doc/static/image/edges_bandstop.svg
.. image:: /static/image/edges_bandstop.svg
..
.. 1-|--------- ----------
Expand All @@ -126,7 +126,7 @@ def design_edges(frequencies, nyq, mode):
The frequency response is (approximately) given by:
.. image:: /../../timeflux_dsp/doc/static/image/edges_lowpass.svg
.. image:: /static/image/edges_lowpass.svg
.. 1-|------------------------
Expand All @@ -147,7 +147,7 @@ def design_edges(frequencies, nyq, mode):
The frequency response is (approximately) given by:
.. image:: /../../timeflux_dsp/doc/static/image/edges_highpass.svg
.. image:: /static/image/edges_highpass.svg
..
Expand Down

0 comments on commit 8ef51d4

Please sign in to comment.