@@ -78,7 +78,7 @@ Scikit-ued offers two ways of removing the background.
7878Iterative Baseline Determination using the Discrete Wavelet Transform
7979=====================================================================
8080
81- The procedure and rational for the :code : `baseline_dwt ` routine is described in detail in:
81+ The procedure and rational for the :func : `baseline_dwt ` routine is described in detail in:
8282
8383Galloway et al. 'An Iterative Algorithm for Background Removal in Spectroscopy by Wavelet
8484Transforms', Applied Spectroscopy pp. 1370 - 1376, September 2009.
@@ -140,7 +140,7 @@ Here is a usage example for the data presented above::
140140Iterative Baseline Determination using the Dual-Tree Complex Wavelet Transform
141141==============================================================================
142142
143- In the case of 1D data (or along a 1D axis), there is a more performant alternative to :code : `baseline_dwt `. The
143+ In the case of 1D data (or along a 1D axis), there is a more performant alternative to :func : `baseline_dwt `. The
144144**dual-tree complex wavelet transform ** improves on the discrete wavelet transform in many ways.
145145Therefore, the method presented in this section should be preferred.
146146
@@ -201,7 +201,7 @@ Here is a usage example for the data presented above::
201201 ax.legend()
202202 plt.show()
203203
204- The :code : `baseline_dt ` routine will usually be more accurate than its :code : `baseline_dwt ` counterpart.
205- However, :code : `baseline_dwt ` can be applied to 1D and 2D data.
204+ The :func : `baseline_dt ` routine will usually be more accurate than its :func : `baseline_dwt ` counterpart.
205+ However, :func : `baseline_dwt ` can be applied to 1D and 2D data.
206206
207207:ref: `Return to Top <baseline_tutorial >`
0 commit comments