From 66a466fe90340dbb6d6c0ade32c3133557f6bf11 Mon Sep 17 00:00:00 2001 From: "Eugeny A. Rostovtsev (REAL) real at altlinux.org" Date: Mon, 27 Jul 2015 14:03:43 +0700 Subject: [PATCH] Tune docs --- create_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_docs.sh b/create_docs.sh index 45d94e1..6507d4c 100644 --- a/create_docs.sh +++ b/create_docs.sh @@ -2,4 +2,4 @@ # to create html docs from docstrings in Cython source. # Use hacked version at https://github.com/jswhit/pdoc # which extracts cython method docstrings and function signatures. -pdoc --html --html-no-source --overwrite --html-dir 'docs' netCDF4 +epydoc --html netCDF4 -- 2.10.3