]> Shamusworld >> Repos - ardour-manual/commitdiff
Fix for non-matching internal links.
authorShamus Hammons <jlhamm@acm.org>
Fri, 4 Aug 2017 01:52:36 +0000 (20:52 -0500)
committerShamus Hammons <jlhamm@acm.org>
Fri, 4 Aug 2017 01:52:36 +0000 (20:52 -0500)
build.py
include/osc58-feedback-and-strip-types-values.html
master-doc.txt

index e427623a98130d4df690275f22b3f3340b6ac87b..144760df2b95cd0766d5c6206447c9b2e0722cc8 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -22,7 +22,7 @@ import argparse
 # This matches all *non* letter/number, ' ', '.', '-', and '_' chars
 cleanString = re.compile(r'[^a-zA-Z0-9 \._-]+')
 # This matches new 'unbreakable' links, up to the closing quote or anchor
-findLinks = re.compile(r'@@[^#"]*')
+findLinks = re.compile(r'"@@[^#"]*"')
 githuburl = 'https://github.com/Ardour/manual/edit/master/include/'
 
 #
@@ -257,7 +257,7 @@ def FindInternalLinks(fs):
 
        for hdr in fs:
                if 'link' in hdr:
-                       linkDict['@@' + hdr['link']] = '/' + hdr['filename'] + '/'
+                       linkDict['"@@' + hdr['link'] + '"'] = '"/' + hdr['filename'] + '/"'
 
        return linkDict
 
index e19a437409c8b7ad2ffc63e6afbde434da7f3aff..b6aba35b0ece02e5c9e72322853b0bace7973824 100644 (file)
@@ -5,7 +5,7 @@
   to turn various kinds of feedback on or off or to determine which
   kinds of strips are currently viewed/controlled.
 </p>
-<p>Both ,<em>feedback</em> and <em>strip-types</em> use bitsets to keep
+<p>Both <em>feedback</em> and <em>strip-types</em> use bitsets to keep
   track what they are doing. Any number in a computer is made out of
   bits that are on or off, but we represent them as normal base 10
   numbers. Any one bit turned on will add a unique value to the
index 80e35c4472ee3d661d0353594e6784bd35fd865b..006ffaaaf8fe494648da235ba0093fd5a90393fd 100644 (file)
@@ -229,6 +229,15 @@ uri: setting-up-your-system/using_more_than_one_audio_device
 part: subchapter
 ---
 
+---
+title: Monitor Setup in Ardour
+menu_title: Monitor Setup in Ardour
+include: monitor-setup-in-ardour.html
+link: monitor-setup-in-ardour
+uri: recording/monitoring/monitor-setup-in-ardour
+part: subchapter
+---
+
 
 ---
 title: Synchronization
@@ -1164,15 +1173,6 @@ uri: recording/monitoring/monitor-signal-flow
 part: subchapter
 ---
 
----
-title: Monitor Setup in Ardour
-menu_title: Setup in Ardour
-include: monitor-setup-in-ardour.html
-link: monitor-setup-in-ardour
-uri: recording/monitoring/monitor-setup-in-ardour
-part: subchapter
----
-
 ---
 title: Punch Recording Modes
 include: punch-recording-modes.html