From 82dcfaf24e7c8c2434ee8a3ba56ec787adf85615 Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" Date: Mon, 20 Aug 2018 14:19:20 +0200 Subject: [PATCH] doc: added some files to ignore when creating benchmark docs --- doc/source/autodoc_benchmarks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/autodoc_benchmarks.py b/doc/source/autodoc_benchmarks.py index a33ae7d7..30b6b006 100755 --- a/doc/source/autodoc_benchmarks.py +++ b/doc/source/autodoc_benchmarks.py @@ -248,7 +248,7 @@ def implementations(search_path, verbose=False): """Walks through the filesystem looking for benchmark implementations.""" ignore_dirs = ["_utils", "_doc"] - ignore_files = ['empty', 'readme.rst', 'dogma.rst', '.DS_Store', 'README.rst', 'issues.rst', 'bohrium.rst', 'Makefile', '.gitignore'] + ignore_files = ['__init__.py', 'util.py', 'empty', 'readme.rst', 'dogma.rst', '.DS_Store', 'README.rst', 'issues.rst', 'bohrium.rst', 'Makefile', '.gitignore'] meta = {