Skip to content

Commit

Permalink
docs: update toc of tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed May 9, 2020
1 parent ef92cb1 commit dd40719
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,15 @@ Learn how to increase the performance by using prefetching and sharding
<td><h3>🕊</h3></td>
</tr>


<tr>
<td>
<h4><a href="https://github.com/jina-ai/examples/tree/master/helloworld-in-cs">Revisit "Hello, World!" in a Client-Server Architecture</a></h4>
Learn how to run a Flow remotely and use a local client to connect to it
</td>
<td><h3>🕊</h3></td>
</tr>

<tr>
<td>
<h4><a href="https://docs.jina.ai/chapters/remote/main.html">Distribute Your Workflow Remotely</a></h4>
Expand Down
8 changes: 8 additions & 0 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,14 @@ Learn how to increase the performance by using prefetching and sharding
<td><h3>🕊</h3></td>
</tr>

<tr>
<td>
<h4><a href="https://github.com/jina-ai/examples/tree/master/helloworld-in-cs">Revisit "Hello, World!" in a Client-Server Architecture</a></h4>
Learn how to run a Flow remotely and use a local client to connect to it
</td>
<td><h3>🕊</h3></td>
</tr>

<tr>
<td>
<h4><a href="https://docs.jina.ai/chapters/remote/main.html">Distribute Your Workflow Remotely</a></h4>
Expand Down
8 changes: 8 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,14 @@ Learn how to increase the performance by using prefetching and sharding
<td><h3>🕊</h3></td>
</tr>

<tr>
<td>
<h4><a href="https://github.com/jina-ai/examples/tree/master/helloworld-in-cs">Revisit "Hello, World!" in a Client-Server Architecture</a></h4>
Learn how to run a Flow remotely and use a local client to connect to it
</td>
<td><h3>🕊</h3></td>
</tr>

<tr>
<td>
<h4><a href="https://docs.jina.ai/chapters/remote/main.html">Distribute Your Workflow Remotely</a></h4>
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,14 @@ Learn how to increase the performance by using prefetching and sharding
<td><h3>🕊</h3></td>
</tr>

<tr>
<td>
<h4><a href="https://github.com/jina-ai/examples/tree/master/helloworld-in-cs">Revisit "Hello, World!" in a Client-Server Architecture</a></h4>
Learn how to run a Flow remotely and use a local client to connect to it
</td>
<td><h3>🕊</h3></td>
</tr>

<tr>
<td>
<h4><a href="https://docs.jina.ai/chapters/remote/main.html">Distribute Your Workflow Remotely</a></h4>
Expand Down
8 changes: 8 additions & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,14 @@ Learn how to increase the performance by using prefetching and sharding
<td><h3>🕊</h3></td>
</tr>

<tr>
<td>
<h4><a href="https://github.com/jina-ai/examples/tree/master/helloworld-in-cs">Revisit "Hello, World!" in a Client-Server Architecture</a></h4>
Learn how to run a Flow remotely and use a local client to connect to it
</td>
<td><h3>🕊</h3></td>
</tr>

<tr>
<td>
<h4><a href="https://docs.jina.ai/chapters/remote/main.html">Distribute Your Workflow Remotely</a></h4>
Expand Down
8 changes: 8 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,14 @@ Learn how to increase the performance by using prefetching and sharding
<td><h3>🕊</h3></td>
</tr>

<tr>
<td>
<h4><a href="https://github.com/jina-ai/examples/tree/master/helloworld-in-cs">Revisit "Hello, World!" in a Client-Server Architecture</a></h4>
Learn how to run a Flow remotely and use a local client to connect to it
</td>
<td><h3>🕊</h3></td>
</tr>

<tr>
<td>
<h4><a href="https://docs.jina.ai/chapters/remote/main.html">Distribute Your Workflow Remotely</a></h4>
Expand Down
1 change: 0 additions & 1 deletion jina/main/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def flow(args):
f = Flow.load_config(args.yaml_path)
f._update_args(args)
with f:

try:
Event().wait()
except KeyboardInterrupt:
Expand Down

0 comments on commit dd40719

Please sign in to comment.