mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
dgpe help: packagified the help folder.
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40252
This commit is contained in:
parent
6724e710d8
commit
2f153003b3
0
pe/help/__init__.py
Normal file
0
pe/help/__init__.py
Normal file
@ -5,10 +5,8 @@
|
||||
# which should be included with this package. The terms are also available at
|
||||
# http://www.hardcoded.net/licenses/hs_license
|
||||
|
||||
import os
|
||||
|
||||
from hsdocgen import generate_help, filters
|
||||
|
||||
tix = filters.tixgen("https://hardcoded.lighthouseapp.com/projects/31699-dupeguru/tickets/{0}")
|
||||
|
||||
generate_help.main('.', 'dupeguru_pe_help', force_render=True, tix=tix)
|
||||
def generate(windows=False):
|
||||
tix = filters.tixgen("https://hardcoded.lighthouseapp.com/projects/31699-dupeguru/tickets/{0}")
|
||||
generate_help.main('.', 'dupeguru_pe_help', force_render=True, tix=tix, windows=windows)
|
||||
|
Loading…
x
Reference in New Issue
Block a user