##// END OF EJS Templates
More minor doc fixes.
Thomas Kluyver -
Show More
@@ -72,11 +72,9 b" def pandoc(source, fmt, to, extra_args=None, encoding='utf-8'):"
72 def get_pandoc_version():
72 def get_pandoc_version():
73 """Gets the Pandoc version if Pandoc is installed.
73 """Gets the Pandoc version if Pandoc is installed.
74
74
75 Returns
76 -------
77 If the minimal version is not met, it will probe Pandoc for its version, cache it and return that value.
75 If the minimal version is not met, it will probe Pandoc for its version, cache it and return that value.
78 If the minimal version is met, it will return the cached version and stop probing Pandoc
76 If the minimal version is met, it will return the cached version and stop probing Pandoc
79 (unless `clean_cache()` is called).
77 (unless :func:`clean_cache()` is called).
80
78
81 Raises
79 Raises
82 ------
80 ------
General Comments 0
You need to be logged in to leave comments. Login now