diff options
Diffstat (limited to '')
-rw-r--r-- | docs/api/destinations.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/api/destinations.md b/docs/api/destinations.md new file mode 100644 index 0000000..780392d --- /dev/null +++ b/docs/api/destinations.md @@ -0,0 +1,16 @@ +```{caution} +This API is not finalised, and may change in a patch version. +``` + +# `installer.destinations` + +```{eval-rst} +.. automodule:: installer.destinations + +.. autoclass:: installer.destinations.WheelDestination + :members: + +.. autoclass:: installer.destinations.SchemeDictionaryDestination() + :members: + :special-members: __init__ +``` |