fix: Remove empty python bindings documentation
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 3 Feb 2020 17:05:55 +0000 (12:05 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 3 Feb 2020 19:49:53 +0000 (14:49 -0500)
commite3757f6fa576bff11a35bfc68c6efa45a1667d88
tree2cb4c6d189fa68a895d046e95b7b8ca23f08887e
parentf1f3b0459d21956e310838dcd1b57ad4ad58f9e5
fix: Remove empty python bindings documentation

The python bindings documentation doesn't exist yet but the build system
contains remnants of the bt1 doc. Moreover, it contains a Sphinx theme
without any copyright or licensing information which makes our distro
friends a bit nervous.

Remove everything for now, it can be re-introduced when the doc is
actually written.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: I11b23822c8bf98c54a88c7e856d606d01102797f
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2941
Reviewed-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
40 files changed:
README.adoc
configure.ac
doc/Makefile.am
doc/bindings/Makefile.am [deleted file]
doc/bindings/python/.gitignore [deleted file]
doc/bindings/python/Makefile.am [deleted file]
doc/bindings/python/source/_static/.gitignore [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/__init__.py [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/breadcrumbs.html [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/footer.html [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/layout.html [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/search.html [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/searchbox.html [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/css/badge_only.css [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/css/badge_only.css.map [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/css/theme.css [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/css/theme.css.map [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/Inconsolata-Bold.ttf [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/Inconsolata-Regular.ttf [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/Lato-Bold.ttf [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/Lato-Regular.ttf [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/RobotoSlab-Bold.ttf [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/RobotoSlab-Regular.ttf [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff2 [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/js/modernizr.min.js [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/js/theme.js [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/theme.conf [deleted file]
doc/bindings/python/source/_themes/sphinx_rtd_theme/versions.html [deleted file]
doc/bindings/python/source/conf.py [deleted file]
doc/bindings/python/source/constants.rst [deleted file]
doc/bindings/python/source/examples.rst [deleted file]
doc/bindings/python/source/index.rst [deleted file]
doc/bindings/python/source/reader.rst [deleted file]
doc/bindings/python/source/writer.rst [deleted file]
m4/check_sphinx.m4 [deleted file]
This page took 0.027431 seconds and 4 git commands to generate.