Skip to content

Your project documentation

Next steps

If you want to include this documentation as a sub-documentation in another repository, add the following line to the mkdocs_custom.yml of the other repository.

cd submodules
git submodule add your-repo-name
- Your project documentation: '!include ./submodules/your-repo-name/mkdocs.yml'

Reference

  • Markdown/Material for MkDocs: https://squidfunk.github.io/mkdocs-material/reference/
  • Snippets: https://facelessuser.github.io/pymdown-extensions/extensions/snippets/

Testing framework

For writing tests that run Netlab labs locally or via the Remote Lab server, see the Testing Framework guide under Development: ./development/10-setting_up_pytest/

Device Connections

For connecting to network devices in function blocks, start with the Device Connections series:

For API documentation, see: Connection Module API