Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/api/services/balance.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Balance
=======

.. autoclass:: verda.balance.balance.BalanceService
.. autoclass:: verda.balance._balance.BalanceService
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think those should be in form of verda.balance.BalanceService instead.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.balance._balance.BalanceService
.. autoclass:: verda.balance..BalanceService

:members:

.. autoclass:: verda.balance.balance.Balance
.. autoclass:: verda.balance._balance.Balance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.balance._balance.Balance
.. autoclass:: verda.balance..Balance

:members:
4 changes: 2 additions & 2 deletions docs/source/api/services/containers.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Containers
==========

.. autoclass:: verda.containers.containers.ContainersService
.. autoclass:: verda.containers._containers.ContainersService
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.containers._containers.ContainersService
.. autoclass:: verda.containers..ContainersService

:members:

.. autoclass:: verda.containers.containers.Container
.. autoclass:: verda.containers._containers.Container
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.containers._containers.Container
.. autoclass:: verda.containers..Container

:members:

4 changes: 2 additions & 2 deletions docs/source/api/services/images.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Images
======

.. autoclass:: verda.images.images.ImagesService
.. autoclass:: verda.images._images.ImagesService
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.images._images.ImagesService
.. autoclass:: verda.images..ImagesService

:members:

.. autoclass:: verda.images.images.Image
.. autoclass:: verda.images._images.Image
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.images._images.Image
.. autoclass:: verda.images.Image

:members:
4 changes: 2 additions & 2 deletions docs/source/api/services/instance_types.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Instance Types
==============

.. autoclass:: verda.instance_types.instance_types.InstanceTypesService
.. autoclass:: verda.instance_types._instance_types.InstanceTypesService
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.instance_types._instance_types.InstanceTypesService
.. autoclass:: verda.instance_types.InstanceTypesService

:members:

.. autoclass:: verda.instance_types.instance_types.InstanceType
.. autoclass:: verda.instance_types._instance_types.InstanceType
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.instance_types._instance_types.InstanceType
.. autoclass:: verda.instance_types.InstanceType

:members:
4 changes: 2 additions & 2 deletions docs/source/api/services/instances.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Instances
=========

.. autoclass:: verda.instances.instances.InstancesService
.. autoclass:: verda.instances._instances.InstancesService
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.instances._instances.InstancesService
.. autoclass:: verda.instances.InstancesService

:members:

.. autoclass:: verda.instances.instances.Instance
.. autoclass:: verda.instances._instances.Instance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.instances._instances.Instance
.. autoclass:: verda.instances.Instance

:members:
4 changes: 2 additions & 2 deletions docs/source/api/services/ssh_keys.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SSH Keys
========

.. autoclass:: verda.ssh_keys.ssh_keys.SSHKeysService
.. autoclass:: verda.ssh_keys._ssh_keys.SSHKeysService
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.ssh_keys._ssh_keys.SSHKeysService
.. autoclass:: verda.ssh_keys.SSHKeysService

:members:

.. autoclass:: verda.ssh_keys.ssh_keys.SSHKey
.. autoclass:: verda.ssh_keys._ssh_keys.SSHKey
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.ssh_keys._ssh_keys.SSHKey
.. autoclass:: verda.ssh_keys.SSHKey

:members:
4 changes: 2 additions & 2 deletions docs/source/api/services/startup_scripts.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Startup Scripts
===============

.. autoclass:: verda.startup_scripts.startup_scripts.StartupScriptsService
.. autoclass:: verda.startup_scripts._startup_scripts.StartupScriptsService
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.startup_scripts._startup_scripts.StartupScriptsService
.. autoclass:: verda.startup_scripts.StartupScriptsService

:members:

.. autoclass:: verda.startup_scripts.startup_scripts.StartupScript
.. autoclass:: verda.startup_scripts._startup_scripts.StartupScript
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.startup_scripts._startup_scripts.StartupScript
.. autoclass:: verda.startup_scripts.StartupScript

:members:
4 changes: 2 additions & 2 deletions docs/source/api/services/volume_types.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Volume Types
============

.. autoclass:: verda.volume_types.volume_types.VolumeTypesService
.. autoclass:: verda.volume_types._volume_types.VolumeTypesService
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.volume_types._volume_types.VolumeTypesService
.. autoclass:: verda.volume_types.VolumeTypesService

:members:

.. autoclass:: verda.volume_types.volume_types.VolumeType
.. autoclass:: verda.volume_types._volume_types.VolumeType
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.volume_types._volume_types.VolumeType
.. autoclass:: verda.volume_types.VolumeType

:members:
4 changes: 2 additions & 2 deletions docs/source/api/services/volumes.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Volumes
=======

.. autoclass:: verda.volumes.volumes.VolumesService
.. autoclass:: verda.volumes._volumes.VolumesService
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.volumes._volumes.VolumesService
.. autoclass:: verda.volumes.VolumesService

:members:

.. autoclass:: verda.volumes.volumes.Volume
.. autoclass:: verda.volumes._volumes.Volume
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. autoclass:: verda.volumes._volumes.Volume
.. autoclass:: verda.volumes.Volume

:members: