Go to file
Tristan B. Velloza Kildaire 5deb4f9249
Feature/modman (#2)
* Parsing

- (WIP) Adding information about the module manager sub-system

* Parsing

- Added some stuff (stashing it up)

* MK

* Parsing

- Updated header type

* Parsing

- Update

* Small docs transferred in

* ModMan

- Fixed up formatting - now it builds right

* Updates

* Docs

- Updated

* Resolver

- Updated docs

* Updated docs

* Resolver Docs

- Updated with more information

* Resolver

- Added more docs

* Resolver docs

- Updated

* Resolver docs

- Fixed run-on-lines

* Resolver docs

- Fixed run onlines

* Resolver docs

- Fixed run onlines

* Docs

- Updated

* Docs

- Fixed run over lines

* Resolver docs

- Updated

* Resolver Docs

- Added code example

* Small docs

- Added code insertion

* Config

- Updated docs

* Modules

- Added note on file naming
- Added TODO section

* Command-line

- Added information about `--paths`

* Config

- Added information about the `modman:paths` configuration option

* Language usage

- Documentation added

* Command-line

- Formatting fixed

* Parser

- Work-in-progress for the importing system

* Parser

- Added steps + code example

* Parsing

- More documentation on multi odule added

* Parser

- Updated docs

* Graphs

- Updated

* Parsing

- Added notes on parsing, all done now
2024-04-08 12:45:17 +02:00
docs Feature/modman (#2) 2024-04-08 12:45:17 +02:00
docs_src Feature/modman (#2) 2024-04-08 12:45:17 +02:00
graphs - Updated `.gitignore` 2023-04-18 17:43:35 +02:00
.gitignore - Added `.gitignore` 2023-07-08 11:45:16 +02:00
README.md - Added notes on contributing 2023-07-09 21:11:04 +02:00
build.md - Added build requirements for docs (WIP) 2023-01-13 17:09:50 +02:00
doall.sh Build system 2023-01-22 13:22:57 +02:00
doall_relative.sh Scripts 2023-12-20 20:08:22 +02:00
helpers.sh - Attempt to fix the tables rendering 2023-04-19 17:36:14 +02:00
makead.sh - New scripts all require pre-processing pandoc firstly 2023-04-18 17:39:10 +02:00
makebook.sh - New scripts all require pre-processing pandoc firstly 2023-04-18 17:39:10 +02:00
makegraphs.sh Build system 2023-01-22 13:11:36 +02:00
makemarkdown.sh - New scripts all require pre-processing pandoc firstly 2023-04-18 17:39:10 +02:00
mkdocs.yml Feature/modman (#2) 2024-04-08 12:45:17 +02:00
pandoc-plot-book.conf - Added `pandoc-plot` configuration files 2023-04-18 17:41:26 +02:00
pandoc-plot.conf - Added `pandoc-plot` configuration files 2023-04-18 17:41:26 +02:00

README.md

documentation

Official TLang documentation

Usage

Clone the repository and try running:

mkdocs serve

In the root of the repository, if you get an error you will need to install some PIP dependencies.

Contributing

If you would like to edit the documentation then please edit the files in docs_src/ (and NOT in docs/). The former folder is used for the base documentation files and the latter is the result of the post-processing needed to be applied to the Markdown files before they can be used for generating the LaTeX-based book or the Mkdocs website.

Once you have finished making your changes in the files in docs_src/, please then run the post-processing script:

./makemarkdown.sh

This should produce an updated file in docs/ with the same name as the one you edited in docs_src/, commit BOTH files please.

Then you're done!