Skip to content

Commit

Permalink
deploy: 0135c85
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Apr 12, 2024
1 parent ec1d5a2 commit 2b5f8ec
Show file tree
Hide file tree
Showing 28 changed files with 120 additions and 80 deletions.
15 changes: 14 additions & 1 deletion Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,23 @@
* `fst/`
* `morphology/`
* `affixes/`
* [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [adjectives.lexc](src-fst-morphology-stems-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/adjectives.lexc))
* [adverbs.lexc](src-fst-morphology-stems-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/adverbs.lexc))
* [conjunctions.lexc](src-fst-morphology-stems-conjunctions.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/conjunctions.lexc))
* [interjections.lexc](src-fst-morphology-stems-interjections.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/interjections.lexc))
* [nouns.lexc](src-fst-morphology-stems-nouns.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/nouns.lexc))
* [numerals.lexc](src-fst-morphology-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/numerals.lexc))
* [prefixes.lexc](src-fst-morphology-stems-prefixes.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/prefixes.lexc))
* [pronouns.lexc](src-fst-morphology-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/pronouns.lexc))
* [verbs.lexc](src-fst-morphology-stems-verbs.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/verbs.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
Expand All @@ -15,7 +29,6 @@
* `tools/`
* `grammarcheckers/`
* [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/tools/grammarcheckers/grammarchecker.cg3))
* `/`
* `tokenisers/`
* [tokeniser-disamb-gt-desc.pmscript](tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/tools/tokenisers/tokeniser-disamb-gt-desc.pmscript))
* [tokeniser-gramcheck-gt-desc.pmscript](tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript))
Expand Down
27 changes: 24 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ GLANGUAGE = @GLANGUAGE@
GRAMCHECKVERSION = @GRAMCHECKVERSION@
GTCORE = @GTCORE@
GTCORESH = @GTCORESH@
GTGRAMTOOL = @GTGRAMTOOL@
GTLANG = @GTLANG@
GTLANG2 = @GTLANG2@
GTLANGUAGE = @GTLANGUAGE@
Expand Down Expand Up @@ -940,7 +941,7 @@ regenerate-markdown: generate-markdown

# Generate endpoint json file for shield.io lemma count badge.
# Only to be stored in the gh-pages branch, ignored in main.
$(srcdir)/lemmacount.json: $(top_srcdir)/src/fst/morphology/stems/*.lexc
$(srcdir)/lemmacount.json:
$(AM_V_GEN)$(GTCORE)/scripts/make-lemmacount.json.sh $(abs_top_srcdir) > $@

# Generate a maturity.json file as endpoint for the maturity badge.
Expand Down Expand Up @@ -978,9 +979,14 @@ $(foreach f,$(DOCSRC_XEROX),$(eval $(call make_md_files,$(f))))
$(foreach f,$(DOCSRC_CG3),$(eval $(call make_md_files_cg3,$(f))))

# Collect all target files into one big MD file:
# Remove the VPATH prefix to create the header for each file/chapter:
$(ALLINONE_MD_PAGE): $(VPATH_MDFILES)
$(AM_V_GEN)printf "# $(GLANGUAGE) description \n\nAll documents in one file\n\n" \
| cat - $(VPATH_MDFILES) > $@
$(AM_V_GEN)printf "# $(GLANGUAGE) language model documentation\n\nAll doc-comment documentation in one large file.\n" > $@
for f in $(VPATH_MDFILES); do \
header=$${f#"$(top_srcdir)/docs/"};\
printf "\n---\n\n# $$header \n\n" >> $@ ;\
cat $$f >> $@ ;\
done

$(LINKS):
$(AM_V_GEN)for doc2md in $(DOCSRC_MDFILES) ; do \
Expand All @@ -994,27 +1000,42 @@ $(LINKS):
d2=`echo "$$d" | cut -d '/' -f 2` ;\
d3=`echo "$$d" | cut -d '/' -f 3` ;\
d4=`echo "$$d" | cut -d '/' -f 4` ;\
d5=`echo "$$d" | cut -d '/' -f 5` ;\
if test "x$$d1" != "x$$oldd1" ; then \
echo "* \`$$d1/\`" ;\
oldd1=$$d1 ;\
oldd2="";\
oldd3="";\
oldd4="";\
fi ; \
if test "x$$d2" = x ; then \
echo " * [$$docname]($$html) ([src]($(REPOURL)/$$doc))" ;\
elif test "x$$d2" != "x$$oldd2" ; then \
echo " * \`$$d2/\`" ;\
oldd2=$$d2 ;\
oldd3="";\
oldd4="";\
oldd5="";\
fi ; \
if test "x$$d3" = x -a "x$$d2" != x; then \
echo " * [$$docname]($$html) ([src]($(REPOURL)/$$doc))" ;\
elif test "x$$d3" != "x$$oldd3" ; then \
echo " * \`$$d3/\`" ;\
oldd3=$$d3 ;\
oldd4="";\
fi ; \
if test "x$$d4" = x -a "x$$d3" != x ; then \
echo " * [$$docname]($$html) ([src]($(REPOURL)/$$doc))" ;\
elif test "x$$d4" != "x$$oldd4" ; then \
echo " * \`$$d4/\`" ;\
oldd4=$$d4 ;\
oldd5="";\
fi ; \
if test "x$$d5" = x -a "x$$d4" != x ; then \
echo " * [$$docname]($$html) ([src]($(REPOURL)/$$doc))" ;\
elif test "x$$d5" != "x$$oldd5" ; then \
echo " * \`$$d5/\`" ;\
oldd5=$$d5 ;\
fi ; \
done > $@

Expand Down
15 changes: 14 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,23 @@ Below is an autogenerated list of documentation pages built from structured comm
* `fst/`
* `morphology/`
* `affixes/`
* [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [adjectives.lexc](src-fst-morphology-stems-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/adjectives.lexc))
* [adverbs.lexc](src-fst-morphology-stems-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/adverbs.lexc))
* [conjunctions.lexc](src-fst-morphology-stems-conjunctions.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/conjunctions.lexc))
* [interjections.lexc](src-fst-morphology-stems-interjections.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/interjections.lexc))
* [nouns.lexc](src-fst-morphology-stems-nouns.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/nouns.lexc))
* [numerals.lexc](src-fst-morphology-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/numerals.lexc))
* [prefixes.lexc](src-fst-morphology-stems-prefixes.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/prefixes.lexc))
* [pronouns.lexc](src-fst-morphology-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/pronouns.lexc))
* [verbs.lexc](src-fst-morphology-stems-verbs.lexc.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/verbs.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
Expand All @@ -34,7 +48,6 @@ Below is an autogenerated list of documentation pages built from structured comm
* `tools/`
* `grammarcheckers/`
* [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/tools/grammarcheckers/grammarchecker.cg3))
* `/`
* `tokenisers/`
* [tokeniser-disamb-gt-desc.pmscript](tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/tools/tokenisers/tokeniser-disamb-gt-desc.pmscript))
* [tokeniser-gramcheck-gt-desc.pmscript](tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-tlh/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript))
Expand Down
3 changes: 2 additions & 1 deletion src-cg3-functions.cg3.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,5 @@ These were the set types.
## HNOUN MAPPING

* * *
<small>This (part of) documentation was generated from [src/cg3/functions.cg3](https://github.com/giellalt/lang-tlh/blob/main/src/cg3/functions.cg3)</small>

<small>This (part of) documentation was generated from [src/cg3/functions.cg3](https://github.com/giellalt/lang-tlh/blob/main/src/cg3/functions.cg3)</small>
3 changes: 0 additions & 3 deletions src-fst-morphology-affixes-adjectives.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ No adjectives in Klingon
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/adjectives.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/adjectives.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-affixes-nouns.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,3 @@ case marker is optional, nominative being the unmarked form
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/nouns.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/nouns.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-affixes-propernouns.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ proper nouns inflect like nominals
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/propernouns.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/propernouns.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-affixes-symbols.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/symbols.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/symbols.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-affixes-verbs.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,3 @@ Verbs can always be derived into nouns with wI’:
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/verbs.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/affixes/verbs.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-phonology.twolc.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ The Klingon morphophonological/twolc rules file
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/phonology.twolc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/phonology.twolc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-root.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,3 @@ imperative mood
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/root.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/root.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-stems-adjectives.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ There are no adjectives in Klingon language, see verbs instead.
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/adjectives.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/adjectives.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-stems-adverbs.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ Adverbs in Klingon
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/adverbs.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/adverbs.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-stems-conjunctions.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ Conjunctions in Klingon join sentences or nouns.
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/conjunctions.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/conjunctions.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-stems-interjections.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ Interjections in Klingon are exclamations.
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/interjections.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/interjections.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-stems-nouns.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ Nouns in Klingon language are things. Noo, they **denote** things.
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/nouns.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/nouns.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-stems-numerals.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ Numerals in Klingon language are numbers.
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/numerals.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/numerals.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-stems-prefixes.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ with other verb inflection.
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/prefixes.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/prefixes.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-stems-pronouns.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ Pronouns in Klingon language are references to things.
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/pronouns.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/pronouns.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-morphology-stems-verbs.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ Verbs in Klingon language are used for both actions and adjectival properties
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/verbs.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/morphology/stems/verbs.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-phonetics-txt2ipa.xfscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,3 @@ retracted tongue root _q
* * *

<small>This (part of) documentation was generated from [src/fst/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-tlh/blob/main/src/fst/phonetics/txt2ipa.xfscript)</small>

---

3 changes: 0 additions & 3 deletions src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ For example:
* * *

<small>This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc)</small>

---

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@
* * *

<small>This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-numbers-digit2text.lexc](https://github.com/giellalt/lang-tlh/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc)</small>

---

Loading

0 comments on commit 2b5f8ec

Please sign in to comment.