Documentation for the proxmoxer python library
This documentation is available at https://proxmoxer.github.io/docs
To build and serve the documentation locally, follow the steps below
pip install -r requirements.txt
- install dependenciesmkdocs serve
- serve the documentationmike serve
- OPTIONAL: serve the multi-version documentation
If you are using Visual Studio Code, you can instead just use the included devcontainer definition to develop within a Docker container. This allows automatically installs all needed dependencies and provides a consistent, repeatable development environment which does not conflict with anything else and can be easily removed.