Parcourir la source

Address #76 and #77 via some documentation updates

dpetzel il y a 11 ans
Parent
commit
572c1df0a1
1 fichiers modifiés avec 18 ajouts et 0 suppressions
  1. 18 0
      pdf/Readme.rst

+ 18 - 0
pdf/Readme.rst

@@ -5,3 +5,21 @@ PDF Generator
 The PDF Generator plugin automatically exports RST articles and pages
 as PDF files as part of the site-generation process. PDFs are saved to
 output/pdf/
+
+Requirements
+------------
+You should ensure you have the ```rst2pdf`` module installed::
+
+	pip install rst2pdf
+	
+Usage
+-----
+In order to use this plugin you should add the following to your config file::
+
+	PDF_STYLE = ''
+	PDF_STYLE_PATH = ''
+
+Known Issues
+------------
+Relative links in the form of ``|filename|images/test.png`` are not yet handled 
+by the pdf generator