Skip to content
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

python-sdk documentation update #27

Merged
merged 8 commits into from
Oct 5, 2022
Merged

Conversation

singhpranjali
Copy link
Contributor

Addressing #26

docs/source/jupyter/sdk.ipynb Outdated Show resolved Hide resolved
docs/source/jupyter/sdk.ipynb Outdated Show resolved Hide resolved
"class MyMarketPlaceApp(MarketPlaceApp):\n",
" def heartbeat(self) -> str:\n",
"from marketplace.app.v0 import MarketPlaceApp\r\n",
"class MyMarketPlaceApp(MarketPlaceApp):\r\n",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Still not sure whether this is a good idea, but then we probably have to provide some kind of app_type parameter or so to the get_app() function.

@singhpranjali singhpranjali requested a review from csadorf August 23, 2022 18:01
@singhpranjali singhpranjali force-pushed the sdk-documentation-update branch from 3f3248c to c86cf93 Compare August 23, 2022 18:01
"In order to easily and effectively communicate with a registered application in MarketPlace via Python, the Python Software Development Kit (SDK) can be used. Follow the instructions on the [application registration](../apps/registration.md) page to register an application with MarketPlace. Once the application is registered, you will find the `client_id` in the registration output.\n",
"\n",
"# MarketPlace SDK\r\n",
"\r\n",
Copy link
Collaborator

Choose a reason for hiding this comment

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

It seems like this PR is introducing mixed line endings (\r\n vs \n). I thought that the mixed-line-ending pre-commit hook should fix that, but it does not seem to be the case. Can you briefly look into that?

docs/source/jupyter/sdk.ipynb Outdated Show resolved Hide resolved
docs/source/jupyter/sdk.ipynb Show resolved Hide resolved
docs/source/jupyter/sdk.ipynb Outdated Show resolved Hide resolved
docs/source/jupyter/sdk.ipynb Outdated Show resolved Hide resolved
@singhpranjali singhpranjali requested a review from csadorf August 29, 2022 07:14
@pablo-de-andres pablo-de-andres merged commit 9c073a8 into dev Oct 5, 2022
@pablo-de-andres pablo-de-andres deleted the sdk-documentation-update branch October 5, 2022 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants