Merge branch 'RefactorPrint'
- Modifies printing model to be similar to glabels-3.x. - Allow simple projects to print by-the-page (#51) - Added collated vs uncollated document merges - Added ability to separate merge groups by page - Updated man pages - Updated misc developer documentation
This commit is contained in:
+3
-3
@@ -47,7 +47,7 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = 'gLabels'
|
||||
copyright = '2018, Jim Evins <evins@snaught.com>'
|
||||
copyright = '2020, Jim Evins <evins@snaught.com>'
|
||||
author = 'Jim Evins'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
@@ -149,8 +149,8 @@ latex_documents = [
|
||||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('man/glabels-qt', 'glabels-qt', 'create labels and business cards', [author], 1),
|
||||
('man/glabels-batch-qt', 'glabels-batch-qt', 'batch creation of labels and business cards', [author], 1)
|
||||
('man/glabels-qt', 'glabels-qt', 'create labels and business cards', [], 1),
|
||||
('man/glabels-batch-qt', 'glabels-batch-qt', 'batch creation of labels and business cards', [], 1)
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user