Skip to content

Commit

Permalink
Formating fixes for the README.rst. Add explicit mimetype for the
Browse files Browse the repository at this point in the history
longtext.
  • Loading branch information
JeremyGibson committed Feb 11, 2022
1 parent a0b77af commit 3ae10c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
20 changes: 7 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -434,13 +434,10 @@ count_backups

Params:

`c` (invoke.Context): The running context
`bucket_identifier` (str, optional): The name of the bucket that holds the backups.
DEFAULT: `caktus-hosting-services-backups`
`profile` (str, optional): The AWS profile with list access to the bucket.
DEFAULT: `caktus`
`extra_schedules` (str, optional): A comma delimited string with each additional schedule name no spaces.
EXAMPLE: `'every2hours,every-hour,every-thursday'`
`c` (invoke.Context): The running context
`bucket_identifier` (str, optional): The name of the bucket that holds the backups. DEFAULT: `caktus-hosting-services-backups`
`profile` (str, optional): The AWS profile with list access to the bucket. DEFAULT: `caktus`
`extra_schedules` (str, optional): A comma delimited string with each additional schedule name no spaces. EXAMPLE: `'every2hours,every-hour,every-thursday'`

list_backup_schedules
~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -449,9 +446,6 @@ list_backup_schedules

Params:

`c` (invoke.Context): The running context
`bucket_identifier` (str, optional): The name of the bucket that holds the backups.
DEFAULT: `caktus-hosting-services-backups`
`profile` (str, optional): The AWS profile with list access to the bucket.
DEFAULT: `caktus`

`c` (invoke.Context): The running context
`bucket_identifier` (str, optional): The name of the bucket that holds the backups. DEFAULT: `caktus-hosting-services-backups`
`profile` (str, optional): The AWS profile with list access to the bucket. DEFAULT: `caktus`
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
author_email="solutions@caktusgroup.com",
description="An invoke tasks library to manage a kubernetes project.",
long_description=open("README.rst").read(),
long_description_content_type='text/x-rst',
license="BSD",
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 3ae10c5

Please sign in to comment.