Skip to content

Commit adcd643

Browse files
committed
adjustment
1 parent cfcd5c6 commit adcd643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/generate-sdk/languages/python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ generate_python_sdk() {
105105
--git-host ${GIT_HOST} \
106106
--git-user-id ${GIT_USER_ID} \
107107
--git-repo-id ${GIT_REPO_ID} \
108-
--global-property apis,models,modelTests=false,modelDocs=true,apiDocs=true,apiTests=false,supportingFiles \
108+
--global-property apis,models,modelTests=false,modelDocs=false,apiDocs=false,apiTests=false,supportingFiles \
109109
--additional-properties=pythonPackageName="stackit-${service},removeEnumValuePrefix=false" >/dev/null
110110

111111
# Remove unnecessary files

templates/python/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
1010
This package is part of the STACKIT Python SDK. For additional information please visit the [github repository](https://{{gitHost}}/{{{gitUserId}}}/{{{gitRepoId}}}) of the SDK.
1111

1212

13-
## Installation and Usage
13+
## Installation & Usage
1414
### pip install
1515

1616
```sh

0 commit comments

Comments
 (0)