Skip to content

Commit

Permalink
fix: Twine check failure of Client SDK wheel package (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol authored Jun 9, 2022
1 parent 860ff43 commit 02eb71e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
1 change: 1 addition & 0 deletions changes/455.fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix upload failures of the Client SDK wheel packages due to a bogus syntax/rendering error of reST caused by specific backslash patterns
17 changes: 3 additions & 14 deletions src/ai/backend/client/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Backend.AI Client
:target: https://codecov.io/gh/lablup/backend.ai-client-py
:alt: Code Coverage

The official API client library for `Backend.AI <https://backend.ai>`_
The official client SDK for `Backend.AI <https://backend.ai>`_


Usage (KeyPair mode)
Expand Down Expand Up @@ -113,19 +113,8 @@ By default, you need to specify language with full version tag like
alias settings, this can be shortened just as ``python``. If you want to
know defined language aliases, contact the admin of Backend.AI server.

You can even run a C code on-the-fly. (Note that we put a dollar sign before
the single-quoted code argument so that the shell to interpret ``'\n'`` as
actual newlines.)

.. code-block:: console
$ backend.ai run gcc:gcc6.4-alpine3.8 -c $'#include <stdio.h>\nint main() {printf("hello world\\n");}'
∙ Client session token: abc06ee5e03fce60c51148c6d2dd6126
✔ Kernel (ID: d1YXvee-uAJTx4AKYyeksA) is ready.
hello world
For larger programs, you may upload multiple files and then build & execute
them. The below is a simple example to run `a sample C program
For more complicated programs, you may upload multiple files and then build &
execute them. The below is a simple example to run `a sample C program
<https://gist.github.com/achimnol/df464c6a3fe05b21e9b06d5b80e986c5>`_.

.. code-block:: console
Expand Down

0 comments on commit 02eb71e

Please sign in to comment.