From 82578f32527ce491274d3863af3332a42447e72a Mon Sep 17 00:00:00 2001 From: Dirk Roorda Date: Mon, 11 Mar 2019 21:32:21 +0100 Subject: [PATCH] docs --- modules/render.py | 104 ++++++++++++++++----------------- static/js/hebrew2019-03-11d.js | 6 +- 2 files changed, 55 insertions(+), 55 deletions(-) diff --git a/modules/render.py b/modules/render.py index 802d9209..1abb9fc2 100644 --- a/modules/render.py +++ b/modules/render.py @@ -284,14 +284,14 @@ text   - דְּבַ֥ר (qere)   + דְּבַ֥ר (qere)   - כתב (ketiv)   + כתב (ketiv)   - text dāvˈār + text dāvˈār @@ -299,47 +299,47 @@ lexeme   - דָּבָר   + דָּבָר   - דבר/ + דבר/ - text + text - lexeme-v   + lexeme-v   - lexeme-c + lexeme-c - gloss + gloss - nametype   + nametype   - lexical set   + lexical set   - part-of-speech   + part-of-speech   - pdp   + pdp   - language   + language   - monad# + monad# @@ -347,17 +347,17 @@ - gender   + gender   - number   + number   - person   + person   - state   + state   - tense   + tense   - verbal stem + verbal stem @@ -365,17 +365,17 @@ - nme   + nme   - pfm   + pfm   - prs   + prs   - uvf   + uvf   - vbe   + vbe   - vbs + vbs @@ -383,13 +383,13 @@ - freq(lex)   + freq(lex)   - rank(lex)   + rank(lex)   - freq(occ)   + freq(occ)   - rank(occ)   + rank(occ)   @@ -397,9 +397,9 @@ - rela   + rela   - subphrase# + subphrase# @@ -407,19 +407,19 @@ - determination   + determination   - function   + function   - type   + type   - rela   + rela   - rela_a   + rela_a   - phrase_a#   + phrase_a#   - phrase# + phrase# @@ -427,21 +427,21 @@ - txt   + txt   - type   + type   - rela   + rela   - tab   + tab   - pargr   + pargr   - code   + code   - clause_a#   + clause_a#   - clause# + clause# @@ -449,9 +449,9 @@ - sentence_a#   + sentence_a#   - sentence# + sentence# @@ -1105,9 +1105,9 @@ def shebanq_repl(match): return u'''{}{}{}'''.format( match.group(2), ) feature_pat = re.compile(u'''(href=['"])feature:([^)\n\t '"]+)(['"])''') -def feature_repl(match): return u'''{}{}/{}.html{} {}'''.format( +def feature_repl(match): return u'''{}{}/{}{} {}'''.format( match.group(1), - URL('static', 'docs/featuredoc/features/comments', host=True), + URL('static', 'docs/features', host=True), match.group(2), match.group(3), u''' target="_blank" ''', diff --git a/static/js/hebrew2019-03-11d.js b/static/js/hebrew2019-03-11d.js index 71988228..9086610e 100644 --- a/static/js/hebrew2019-03-11d.js +++ b/static/js/hebrew2019-03-11d.js @@ -1641,7 +1641,7 @@ function adaptDocBaseVersion(targetString) { return targetString } function adaptDocName() { - return ''; + return '0_home'; } @@ -2834,7 +2834,7 @@ function special_links(d_md) { d_md = d_md.replace(/(]*)href=['"]([^)\n\t '"]+)[\n\t ]+([^:)\n\t '"]+):([^)\n\t '"]+)['"]([^>]*)>(.*?)(<\/a>)/g, '$1b="$2" c="$3" v="$4" href="#" class="fa fw" $5>$6$7') d_md = d_md.replace(/(]*)href=['"]([^)\n\t '"]+)[\n\t ]+([^)\n\t '"]+)['"]([^>]*)>(.*?)(<\/a>)/g, '$1b="$2" c="$3" v="1" href="#" class="fa fw" $4>$5$6') d_md = d_md.replace(/(href=['"])shebanq:([^)\n\t '"]+)(['"])/g, '$1'+host+'$2$3 class="fa fw fa-bookmark" ') - d_md = d_md.replace(/(href=['"])feature:([^)\n\t '"]+)(['"])/g, '$1'+thisFeaturehost+'/$2.html$3 target="_blank" class="fa fw fa-file-text" ') + d_md = d_md.replace(/(href=['"])feature:([^)\n\t '"]+)(['"])/g, '$1'+thisFeaturehost+'/$2$3 target="_blank" class="fa fw fa-file-text" ') return special_links_m(d_md) } @@ -2844,7 +2844,7 @@ function special_links_m(ntxt) { ntxt = ntxt.replace(/\[([^\]\n\t]+)\]\(([^)\n\t '"]+)[\n\t ]+([^:)\n\t '"]+):([^)\n\t '"]+)\)/g, '$1') ntxt = ntxt.replace(/\[([^\]\n\t]+)\]\(([^)\n\t '"]+)[\n\t ]+([^)\n\t '"]+)\)/g, '$1') ntxt = ntxt.replace(/\[([^\]\n\t]+)\]\(shebanq:([^)\n\t '"]+)\)/g, '$1') - ntxt = ntxt.replace(/\[([^\]\n\t]+)\]\(feature:([^)\n\t '"]+)\)/g, '$1') + ntxt = ntxt.replace(/\[([^\]\n\t]+)\]\(feature:([^)\n\t '"]+)\)/g, '$1') ntxt = ntxt.replace(/\[([^\]\n\t]+)\]\(([^)\n\t '"]+)\)/g, '$1') return ntxt }