X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=build.py;h=376204959f810b72d7c5bfe126233c36b2346e01;hb=1f90d2dac9c47951e3740899649fe4aa47a7a5a6;hp=dbe5448e56bdf85a8b9c42ddd07a9a3e586e59ec;hpb=649aea9ef93c962db54eef8b210c7a7ba8ecad74;p=ardour-manual diff --git a/build.py b/build.py index dbe5448..3762049 100755 --- a/build.py +++ b/build.py @@ -312,15 +312,15 @@ def FixInternalLinks(links, content, title): # looking at currently # def BuildList(lst, fs, pagePos, cList): - content = '\n\n
\n' + content = '\n\n
\n' + content = content + '\n\n' return content @@ -398,10 +396,10 @@ def BuildOnePageSidebar(fs): def CreateLinkSidebar(fs, pos, childList): # Build the list recursively from the top level nodes - #content = BuildList(FindTopLevelNodes(fs), fs, pos, childList) content = BuildList(FindTopLevelNodes(fs), fs, pos, childList) # Shove the TOC link and one file link at the top... - content = content[:7] + '
Table of Contents
\n' + content[7:] + active = ' class=active' if pos<0 else '' + content = content.replace('