supress bulks of warnings regarding unsused files in beat.web, beat.core, and beat.backend.python
This merge requests suppress some of the warnings regarding the unused files in the documentations. This files were excluded using "exclude-patterns=[]" in the conf.py of each separate package, however they were not in the conf.py of the docs and therefore were not ignored.
partially fixes #8 (closed) .