Adds documentation

[MRG] Adds documentation
This commit is contained in:
Vinayak Mehta
2016-08-09 17:23:50 +05:30
committed by GitHub
parent dda809b286
commit 7e5804f87d
41 changed files with 1133 additions and 55 deletions
+4 -4
View File
@@ -129,9 +129,9 @@ class Lattice:
----------
pdfobject : camelot.pdf.Pdf
fill : None, 'h', 'v', 'hv'
fill : string
Fill data in horizontal and/or vertical spanning
cells. (optional, default: None)
cells. (optional, default: None) {None, 'h', 'v', 'hv'}
scale : int
Scaling factor. Large scaling factor leads to smaller lines
@@ -149,9 +149,9 @@ class Lattice:
Invert pdf image to make sure that lines are in foreground.
(optional, default: False)
debug : 'contour', 'line', 'joint', 'table'
debug : string
Debug by visualizing pdf geometry.
(optional, default: None)
(optional, default: None) {'contour', 'line', 'joint', 'table'}
Attributes
----------