jhollowe / docs

Documentation for the proxmoxer python library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxmoxer Documentation

Documentation for the proxmoxer python library

This documentation is available at https://proxmoxer.github.io/docs

Deploy main ("dev") branch

Developing

To build and serve the documentation locally, follow the steps below

  1. pip install -r requirements.txt - install dependencies
  2. mkdocs serve - serve the documentation
  3. mike 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.

About

Documentation for the proxmoxer python library

License:MIT License


Languages

Language:Dockerfile 81.6%Language:HTML 18.4%