Python: add Sphinx doc project
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 6 Dec 2014 01:53:34 +0000 (20:53 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 17 Feb 2015 21:22:35 +0000 (16:22 -0500)
commit4f5f37d9512a7fa57b5f98a973b009e47e9f4963
tree26ffb96f69fc482486251eb14e987bbdd6be5e16
parentb3df7a8f0a8bc192cb7f35c7bc3434b216d874c8
Python: add Sphinx doc project

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
31 files changed:
.gitignore
README
configure.ac
doc/Makefile.am
doc/bindings/Makefile.am [new file with mode: 0644]
doc/bindings/python/.gitignore [new file with mode: 0644]
doc/bindings/python/Makefile.am [new file with mode: 0644]
doc/bindings/python/source/_static/.gitignore [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/__init__.py [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/breadcrumbs.html [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/footer.html [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/layout.html [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/layout_old.html [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/search.html [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/searchbox.html [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/css/badge_only.css [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/css/theme.css [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/static/js/theme.js [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/theme.conf [new file with mode: 0644]
doc/bindings/python/source/_themes/sphinx_rtd_theme/versions.html [new file with mode: 0644]
doc/bindings/python/source/conf.py [new file with mode: 0644]
doc/bindings/python/source/constants.rst [new file with mode: 0644]
doc/bindings/python/source/examples.rst [new file with mode: 0644]
doc/bindings/python/source/index.rst [new file with mode: 0644]
doc/bindings/python/source/reader.rst [new file with mode: 0644]
doc/bindings/python/source/writer.rst [new file with mode: 0644]
This page took 0.025641 seconds and 4 git commands to generate.