diff options
author | George Hickman <george@ghickman.co.uk> | 2012-03-20 17:49:22 +0000 |
---|---|---|
committer | George Hickman <george@ghickman.co.uk> | 2012-03-20 17:50:04 +0000 |
commit | c49e68ee3c047c26feb7e7da18813ee6027c39b1 (patch) | |
tree | 0f162249c1f9248bc73d105b23783ed1db3aa0a2 /docs | |
parent | 21f442cecc7b60ba7d2c28983a824e8193fc3b01 (diff) | |
download | django-wkhtmltopdf-c49e68ee3c047c26feb7e7da18813ee6027c39b1.tar.gz django-wkhtmltopdf-c49e68ee3c047c26feb7e7da18813ee6027c39b1.tar.bz2 django-wkhtmltopdf-c49e68ee3c047c26feb7e7da18813ee6027c39b1.zip |
dammit rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index adf2a72..98aadc0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,7 +1,10 @@ +Installation +============ + Package -======= +------- PyPI ----- +~~~~ .. code-block:: bash @@ -9,7 +12,7 @@ PyPI GitHub ------- +~~~~~~ .. code-block:: bash @@ -19,7 +22,7 @@ GitHub Binary -====== +------ Find the relevant download link on the ``wkhtmltopdf`` project `downloads page`_. @@ -49,7 +52,7 @@ This requires libfontconfig (on Ubuntu: ``sudo aptitude install libfontconfig``) .. _this page: http://code.google.com/p/wkhtmltopdf/wiki/static Django -====== +------ Add ``wkhtmltopdf`` to your ``INSTALLED_APPS``: |