chiark / gitweb /
python: build html docs using sphinx
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 9 Feb 2013 20:37:35 +0000 (15:37 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 22 Feb 2013 15:57:43 +0000 (16:57 +0100)
commit9015fa646e04fc3cb180bea24c33d34edbb48ed7
tree11d994d2046f2cb6043add66bc58d57603497836
parentd489071fb348cd180bc4f70e732b0e76d9804448
python: build html docs using sphinx

Build instructions:
   make
   make DESTIDIR=/tmp/... install
   make DESTIDIR=/tmp/... sphinx-html sphinx-man sphinx-epub ...
Makefile.am
README
configure.ac
man/.gitignore
src/python-systemd/.gitignore
src/python-systemd/docs/conf.py [new file with mode: 0644]
src/python-systemd/docs/id128.rst [new file with mode: 0644]
src/python-systemd/docs/index.rst [new file with mode: 0644]
src/python-systemd/docs/journal.rst [new file with mode: 0644]
src/python-systemd/journal.py