Generic docs need reST

Conversion of all docs to reST so that the generic docs can link easily
with the rest of the docs.
This commit is contained in:
Dave Jones
2015-10-27 21:08:36 +00:00
parent bcb8758dcf
commit 0bc62aee73
44 changed files with 5315 additions and 2010 deletions

8
debian/rules vendored
View File

@@ -5,7 +5,7 @@
export DH_OPTIONS
%:
dh $@ --with python2,python3 --buildsystem=python_distutils
dh $@ --with python2,python3,sphinxdoc --buildsystem=python_distutils
override_dh_auto_install:
python setup.py install --root debian/python-gpiozero --install-layout=deb
@@ -14,7 +14,7 @@ override_dh_auto_install:
#override_dh_auto_test:
# # Don't run the tests!
#override_dh_installdocs:
# python setup.py build_sphinx -b html
# dh_installdocs
override_dh_installdocs:
python setup.py build_sphinx -b html
dh_installdocs