From 4abe53164611eb3e2b78470759441bcab37e3b43 Mon Sep 17 00:00:00 2001 From: Sourabh Bajaj Date: Mon, 3 Apr 2017 12:06:26 -0700 Subject: [PATCH] [BEAM-1719] Remove test modules from PyDoc --- sdks/python/generate_pydoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/generate_pydoc.sh b/sdks/python/generate_pydoc.sh index 1fe7ddfbc2a3..b04e27a9b9a5 100755 --- a/sdks/python/generate_pydoc.sh +++ b/sdks/python/generate_pydoc.sh @@ -39,7 +39,7 @@ excluded_internal_clients=( apache_beam/examples/complete/juliaset/setup.py) python $(type -p sphinx-apidoc) -f -o target/docs/source apache_beam \ - "${excluded_internal_clients[@]}" + "${excluded_internal_clients[@]}" "*_test.py" # Remove Cython modules from doc template; they won't load sed -i -e '/.. automodule:: apache_beam.coders.stream/d' \