Repository: beam Updated Branches: refs/heads/master 8a8dbcfc5 -> 6d223bb13
[BEAM-1719] Remove test modules from PyDoc Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/f3385b25 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/f3385b25 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/f3385b25 Branch: refs/heads/master Commit: f3385b25a8af6169c81fb2d7f4ad60b132ea0150 Parents: 8a8dbcf Author: Sourabh Bajaj <[email protected]> Authored: Mon Apr 3 12:06:26 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Mon Apr 3 13:04:00 2017 -0700 ---------------------------------------------------------------------- sdks/python/generate_pydoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/f3385b25/sdks/python/generate_pydoc.sh ---------------------------------------------------------------------- diff --git a/sdks/python/generate_pydoc.sh b/sdks/python/generate_pydoc.sh index 1fe7ddf..b04e27a 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' \
