-
Notifications
You must be signed in to change notification settings - Fork 10
fix: docs #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: docs #65
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
|
|
||||||
| .. autoclass:: verda.balance.balance.Balance | ||||||
| .. autoclass:: verda.balance._balance.Balance | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
| 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 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
|
|
||||||
| .. autoclass:: verda.containers.containers.Container | ||||||
| .. autoclass:: verda.containers._containers.Container | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
|
|
||||||
| 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 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
|
|
||||||
| .. autoclass:: verda.images.images.Image | ||||||
| .. autoclass:: verda.images._images.Image | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
| 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 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
|
|
||||||
| .. autoclass:: verda.instance_types.instance_types.InstanceType | ||||||
| .. autoclass:: verda.instance_types._instance_types.InstanceType | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
| 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 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
|
|
||||||
| .. autoclass:: verda.instances.instances.Instance | ||||||
| .. autoclass:: verda.instances._instances.Instance | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
| 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 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
|
|
||||||
| .. autoclass:: verda.ssh_keys.ssh_keys.SSHKey | ||||||
| .. autoclass:: verda.ssh_keys._ssh_keys.SSHKey | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
| 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 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
|
|
||||||
| .. autoclass:: verda.startup_scripts.startup_scripts.StartupScript | ||||||
| .. autoclass:: verda.startup_scripts._startup_scripts.StartupScript | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
| 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 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
|
|
||||||
| .. autoclass:: verda.volume_types.volume_types.VolumeType | ||||||
| .. autoclass:: verda.volume_types._volume_types.VolumeType | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
| 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 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
|
|
||||||
| .. autoclass:: verda.volumes.volumes.Volume | ||||||
| .. autoclass:: verda.volumes._volumes.Volume | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| :members: | ||||||
There was a problem hiding this comment.
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.BalanceServiceinstead.