Follow these steps to build library and documentation
pip install setuptools wheel build
cd ~/turkish-lm-tuner
python -m build
This command will compile the project into a distributable format.
First, ensure that the documentation requirements specified in env.yml
are installed.
Use mkdocs to build and serve the documentation:
mkdocs serve
After executing this command, you can view the documentation by visiting 127.0.0.1:8000/boun-tabi-LMG/turkish-lm-tuner/ in your web browser.