From 5d85987a4cbc1f41909128e48c87ff308caaec8a Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Mon, 11 Dec 2017 19:52:35 +0100 Subject: [PATCH 1/2] DOC: fix options table --- doc/source/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/options.rst b/doc/source/options.rst index db3380bd4a3e7..505a5ade68de0 100644 --- a/doc/source/options.rst +++ b/doc/source/options.rst @@ -433,7 +433,7 @@ compute.use_numexpr True Use the numexpr library to computation if it is installed. plotting.matplotlib.register_converters True Register custom converters with matplotlib. Set to False to de-register. -======================================= ============ ======================================== +======================================= ============ ================================== .. _basics.console_output: From 6c963a5a1a247e613f84f388208cf2beaf744b83 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Mon, 11 Dec 2017 21:16:51 +0100 Subject: [PATCH 2/2] additional fix --- doc/source/computation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/computation.rst b/doc/source/computation.rst index 49ac516af6d37..a6bc9431d3bcc 100644 --- a/doc/source/computation.rst +++ b/doc/source/computation.rst @@ -340,7 +340,7 @@ The following methods are available: The weights used in the window are specified by the ``win_type`` keyword. The list of recognized types are the `scipy.signal window functions - `__: +`__: - ``boxcar`` - ``triang``