Skip to content

Commit

Permalink
deploy: f762175
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Apr 12, 2024
1 parent 777b4c4 commit 706ce80
Show file tree
Hide file tree
Showing 28 changed files with 84 additions and 79 deletions.
1 change: 0 additions & 1 deletion Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
* `tools/`
* `grammarcheckers/`
* [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-udm/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-udm/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-udm/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript))
Expand Down
18 changes: 16 additions & 2 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 @@ -979,9 +980,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 @@ -999,24 +1005,32 @@ $(LINKS):
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))" ;\
Expand Down
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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-udm/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-udm/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-udm/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-udm/blob/main/src/cg3/functions.cg3)</small>

<small>This (part of) documentation was generated from [src/cg3/functions.cg3](https://github.com/giellalt/lang-udm/blob/main/src/cg3/functions.cg3)</small>
3 changes: 0 additions & 3 deletions src-fst-morphology-affixes-adjectives-old.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,3 @@ Cases here all lead to a determinative suffix
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/adjectives-old.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/affixes/adjectives-old.lexc)</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 @@ -78,6 +78,3 @@ words with this contlex have not been examined
* * *

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

---

3 changes: 0 additions & 3 deletions src-fst-morphology-affixes-adverbs.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ LEXICON ADV_ Undeveloped contlexes
* * *

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

---

3 changes: 0 additions & 3 deletions src-fst-morphology-affixes-nouns-old.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,3 @@ Words from Tatar in *N_TAT* preserve the original stem я in all cases.
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/nouns-old.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/affixes/nouns-old.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 @@ -284,6 +284,3 @@ according to kpv temporary 2019-11-07
* * *

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

---

3 changes: 0 additions & 3 deletions src-fst-morphology-affixes-pronouns.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,3 @@ words with this contlex have not been examined
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/pronouns.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/affixes/pronouns.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 @@ -88,6 +88,3 @@ FEMALE NAMES FROM TEMPLATE
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/propernouns.lexc](https://github.com/giellalt/lang-udm/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-udm/blob/main/src/fst/morphology/affixes/symbols.lexc)</small>

---

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

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/verbs-old.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/affixes/verbs-old.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 @@ -68,6 +68,3 @@ Lexicon **NONFINITES**
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/verbs.lexc](https://github.com/giellalt/lang-udm/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 @@ -168,6 +168,3 @@ Is this really necessary
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/phonology.twolc](https://github.com/giellalt/lang-udm/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 @@ -474,6 +474,3 @@ PcleTag ;
* * *

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

---

3 changes: 0 additions & 3 deletions src-fst-morphology-stems-exceptions.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ Proper names from Bible
* * *

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

---

3 changes: 0 additions & 3 deletions src-fst-morphology-stems-nouns_newwords.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ ADD NOUNS BELOW
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/nouns_newwords.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/stems/nouns_newwords.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 UDMURT language are numbers.
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/numerals.lexc](https://github.com/giellalt/lang-udm/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 @@ -4,6 +4,3 @@ Prefixes in the Udmurt language are bound to beginning of other words.
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/prefixes.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/stems/prefixes.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-udm/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-udm/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc)</small>

---

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ This is for the numerals 20-69
* * *

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

---

3 changes: 2 additions & 1 deletion tools-grammarcheckers-grammarchecker.cg3.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,5 @@ expression **WORD - premodifiers**.
### Grammarchecker sets

* * *
<small>This (part of) documentation was generated from [tools/grammarcheckers/grammarchecker.cg3](https://github.com/giellalt/lang-udm/blob/main/tools/grammarcheckers/grammarchecker.cg3)</small>

<small>This (part of) documentation was generated from [tools/grammarcheckers/grammarchecker.cg3](https://github.com/giellalt/lang-udm/blob/main/tools/grammarcheckers/grammarchecker.cg3)</small>
3 changes: 0 additions & 3 deletions tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,3 @@ Finally we mark as a token any sequence making up a:
* * *

<small>This (part of) documentation was generated from [tools/tokenisers/tokeniser-disamb-gt-desc.pmscript](https://github.com/giellalt/lang-udm/blob/main/tools/tokenisers/tokeniser-disamb-gt-desc.pmscript)</small>

---

3 changes: 0 additions & 3 deletions tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,3 @@ Finally we mark as a token any sequence making up a:
* * *

<small>This (part of) documentation was generated from [tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript](https://github.com/giellalt/lang-udm/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript)</small>

---

3 changes: 0 additions & 3 deletions tools-tokenisers-tokeniser-tts-cggt-desc.pmscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,3 @@ Needs hfst-tokenise to output things differently depending on the tag they get
* * *

<small>This (part of) documentation was generated from [tools/tokenisers/tokeniser-tts-cggt-desc.pmscript](https://github.com/giellalt/lang-udm/blob/main/tools/tokenisers/tokeniser-tts-cggt-desc.pmscript)</small>

---

Loading

0 comments on commit 706ce80

Please sign in to comment.