From 05abe3631696df591c5765ba13426febd6655a30 Mon Sep 17 00:00:00 2001 From: George Hickman Date: Tue, 20 Mar 2012 17:27:10 +0000 Subject: Start the docs --- docs/index.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..04dec19 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,17 @@ +===================================== +django-wkhtmltopdf +===================================== + +Render PDFs in Django using the `wkhtmltopdf`_ library. + +.. _wkhtmltopdf: http://code.google.com/p/wkhtmltopdf/ + +Contents +======== + +.. toctree:: + :maxdepth: 1 + + installation + usage + -- cgit v1.2.3