X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=build.py;h=775e3f800f76b1966d3a43781ecc8eab34f78cc3;hb=e40edb46856cde22d05154ef60fc2ebec1212429;hp=19cf37b984c9c7634f4273d151f94b478e350cc9;hpb=c4f67cf6c2d800a3de739d05ccf1035b0167cbb2;p=ardour-manual diff --git a/build.py b/build.py index 19cf37b..775e3f8 100755 --- a/build.py +++ b/build.py @@ -4,7 +4,7 @@ # finished manual/website. # # by James Hammons -# (C) 2017 Underground Software +# (C) 2020 Underground Software # # Contributors: Ed Ward # @@ -27,8 +27,8 @@ global_screen_template = 'page-template.html' global_onepage_template = 'onepage-template.html' global_pdf_template = 'pdf-template.html' global_master_doc = 'master-doc.txt' +global_pdflink = '' from datetime import datetime -global_today_iso = datetime.today().strftime('%Y-%m-%dT%H%M%S') global_today = datetime.today().strftime('%Y-%m-%d') # This matches all *non* letter/number, ' ', '.', '-', and '_' chars @@ -80,12 +80,12 @@ def ParseHeader(fileObj): # Turn a "part" name into an int # def PartToLevel(s): - level = -1 - lvl = {'part': 0, 'chapter': 1, 'subchapter': 2} + lvl = {'part': 0, 'chapter': 1, 'subchapter': 2, 'section': 3, 'subsection': 4 } + if s in lvl: return lvl[s] - else: - return -1 + + return -1 # @@ -108,7 +108,7 @@ def num2roman(num): # def GetFileStructure(): fs = [] - fnames = [None]*6 + fnames = [None] * 6 content = '' grab = False mf = open(global_master_doc) @@ -212,8 +212,9 @@ def GetParent(fs, pos): # def reheader(txt, delta): for i in range(6, 0, -1): - txt = txt.replace(' 0: #level 0 is the part number which is not shown txtlevel = str(levelNums[j]) + '.' + txtlevel - j = j-1 + j = j - 1 + if len(txtlevel) > 0: txtlevel = txtlevel[:-1] + ' - ' @@ -377,8 +383,9 @@ def BuildOnePageSidebar(fs): anchor = fs[i]['filename'] while lvl < level: - content = content + '