Skip to content

Development

Scripts

Run formatting:

pdm format

Run linters:

pdm lint

Run tests:

pdm test

Working with documentation

First you need to install requirments:

pdm install -d -G docs

Run the development server:

pdm docs-serve

Build (render) the docs:

pdm docs-build

Build and deploy the documentation to github pages:

pdm docs-deploy