Skip to content

Commit

Permalink
chore: update to png to preserve fonts
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Sep 26, 2022
1 parent d4ef591 commit 0f50e30
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
Binary file added docs/source/_static/img/interceptor-flow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/source/_static/img/interceptor-flow.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions docs/source/guides/grpc.rst
Expand Up @@ -1066,9 +1066,7 @@ BentoML leverages the field to improve serialization performance between BentoML
Mounting Servicer
~~~~~~~~~~~~~~~~~

With support for :ref:`multiplexing <guides/grpc:Demystifying the misconception of gRPC vs. REST>`
to eliminate :wiki:`head-of-line blocking <Head-of-line_blocking>`,
gPRC enables us to mount additional custom services alongside with BentoService,
gRPC service :ref:`multiplexing <guides/grpc:Demystifying the misconception of gRPC vs. REST>` enables us to mount additional custom servicers alongside with BentoService,
and serve them under the same port.

.. code-block:: python
Expand Down Expand Up @@ -1118,7 +1116,7 @@ BentoML comes with a sets of built-in *async interceptors* to provide support fo

The following diagrams demonstrates the flow of a gRPC request from client to server:

.. image:: /_static/img/interceptor-flow.svg
.. image:: /_static/img/interceptor-flow.png
:alt: Interceptor Flow

Since interceptors are executed in the order they are added, users interceptors will be executed after the built-in interceptors.
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs-requirements.txt
@@ -1,6 +1,6 @@
# Docs dependencies
-r tests-requirements.txt
sphinx==4.5.0
sphinx>=5
setuptools==60.0.0
myst-parser
sphinx-click>=3.0.2
Expand Down

0 comments on commit 0f50e30

Please sign in to comment.