From 83231b96e486edc781c04c9f82e0e91d116df535 2014-01-29 23:24:35 From: Thomas Kluyver Date: 2014-01-29 23:24:35 Subject: [PATCH] More minor doc fixes. --- diff --git a/IPython/nbconvert/utils/pandoc.py b/IPython/nbconvert/utils/pandoc.py index c2feeb8..d2e9197 100644 --- a/IPython/nbconvert/utils/pandoc.py +++ b/IPython/nbconvert/utils/pandoc.py @@ -72,11 +72,9 @@ def pandoc(source, fmt, to, extra_args=None, encoding='utf-8'): def get_pandoc_version(): """Gets the Pandoc version if Pandoc is installed. - Returns - ------- If the minimal version is not met, it will probe Pandoc for its version, cache it and return that value. If the minimal version is met, it will return the cached version and stop probing Pandoc - (unless `clean_cache()` is called). + (unless :func:`clean_cache()` is called). Raises ------