-
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
Conversation
| ======= | ||
|
|
||
| .. autoclass:: verda.balance.balance.BalanceService | ||
| .. autoclass:: verda.balance._balance.BalanceService |
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.BalanceService instead.
| ======= | ||
|
|
||
| .. autoclass:: verda.balance.balance.BalanceService | ||
| .. autoclass:: verda.balance._balance.BalanceService |
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.
| .. autoclass:: verda.balance._balance.BalanceService | |
| .. autoclass:: verda.balance..BalanceService |
| :members: | ||
|
|
||
| .. autoclass:: verda.balance.balance.Balance | ||
| .. autoclass:: verda.balance._balance.Balance |
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.
| .. autoclass:: verda.balance._balance.Balance | |
| .. autoclass:: verda.balance..Balance |
| ========== | ||
|
|
||
| .. autoclass:: verda.containers.containers.ContainersService | ||
| .. autoclass:: verda.containers._containers.ContainersService |
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.
| .. autoclass:: verda.containers._containers.ContainersService | |
| .. autoclass:: verda.containers..ContainersService |
| :members: | ||
|
|
||
| .. autoclass:: verda.containers.containers.Container | ||
| .. autoclass:: verda.containers._containers.Container |
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.
| .. autoclass:: verda.containers._containers.Container | |
| .. autoclass:: verda.containers..Container |
| ====== | ||
|
|
||
| .. autoclass:: verda.images.images.ImagesService | ||
| .. autoclass:: verda.images._images.ImagesService |
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.
| .. autoclass:: verda.images._images.ImagesService | |
| .. autoclass:: verda.images..ImagesService |
| :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 comment
The reason will be displayed to describe this comment to others. Learn more.
| .. autoclass:: verda.startup_scripts._startup_scripts.StartupScript | |
| .. autoclass:: verda.startup_scripts.StartupScript |
| ============ | ||
|
|
||
| .. 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 comment
The reason will be displayed to describe this comment to others. Learn more.
| .. 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 |
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.
| .. autoclass:: verda.volume_types._volume_types.VolumeType | |
| .. autoclass:: verda.volume_types.VolumeType |
| ======= | ||
|
|
||
| .. autoclass:: verda.volumes.volumes.VolumesService | ||
| .. autoclass:: verda.volumes._volumes.VolumesService |
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.
| .. autoclass:: verda.volumes._volumes.VolumesService | |
| .. autoclass:: verda.volumes.VolumesService |
| :members: | ||
|
|
||
| .. autoclass:: verda.volumes.volumes.Volume | ||
| .. autoclass:: verda.volumes._volumes.Volume |
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.
| .. autoclass:: verda.volumes._volumes.Volume | |
| .. autoclass:: verda.volumes.Volume |
|
I made some other changes in a parallel MR, and it also applies the fixes I propose here. #66 |
|
@freetonik @huksley It would be nice to avoid using underscore |
Docs should be working, fixes empty page at https://datacrunch-python.readthedocs.io/en/latest/api/services/instances.html