GiellaLT provides an infrastructure for rule-based language technology aimed at minority and indigenous languages, and streamlines building anything from keyboards to speech technology. Read more about Why. See also How to get started and our Privacy document.
When running make
, the in-source documentation will be extracted and stored in Markdown documents in the docs/
directory. After you commit your changes (and push them, if using git), you can view the documentation on GitHub Pages.
But what if the result does not look like you expected?
The most common errors in the generated documentation are the following:
**word**
but write **word*
.
The former is correct and gives boldface, the latter
will make one * visible, and render the rest differently.The Markdown syntax is described elsewhere.
In lang-XXX/docs/
do:
make
Then open index.md
in a Markdown editor, and start browsing, looking for errors.
Here some advices:
!!
does not mean “very important”,
it means “will be included in a document”