Pārlūkot izejas kodu

Address #76 and #77 via some documentation updates

dpetzel 11 gadi atpakaļ
vecāks
revīzija
572c1df0a1
1 mainītis faili ar 18 papildinājumiem un 0 dzēšanām
  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