Development
Qwen uses different tools during its development.
Linter
Code syntax is analyzed before submitting the code.
To run the linter tools suite you may use pre-commit.
pip install pre-commit
pre-commit run -a
Documentation
Setup
Install the needed dependencies through:
npm config set @doc:registry=https://gitlab.teklia.com/api/v4/groups/676/-/packages/npm/
npm i
Build the documentation using make antora. Run a server using python -m http.server inside the ./public directory. You can then write in Asciidoc in the relevant docs/*.adoc files, and see output on http://localhost:8000.