From 256dec3beae07114dc5468982c961a4cc660c709 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 27 Jan 2021 21:51:39 -0800 Subject: [PATCH] Doc: Minor formatting. Single colon make the full block to be seen as a comment for sphinx. And make proper underline length. --- lib/matplotlib/__init__.py | 2 +- lib/matplotlib/mlab.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/matplotlib/__init__.py b/lib/matplotlib/__init__.py index fedeb1035837..5d3dfc95e048 100644 --- a/lib/matplotlib/__init__.py +++ b/lib/matplotlib/__init__.py @@ -243,7 +243,7 @@ def _get_executable_info(name): """ Get the version of some executable that Matplotlib optionally depends on. - .. warning: + .. warning:: The list of executables that this function supports is set according to Matplotlib's internal needs, and may change without notice. diff --git a/lib/matplotlib/mlab.py b/lib/matplotlib/mlab.py index c9ab4a6ec612..b6f6173254fd 100644 --- a/lib/matplotlib/mlab.py +++ b/lib/matplotlib/mlab.py @@ -5,7 +5,7 @@ spectral computations. Spectral functions -------------------- +------------------ `cohere` Coherence (normalized cross spectral density)