Skip to content

Commit

Permalink
fixed short line on swagger header
Browse files Browse the repository at this point in the history
  • Loading branch information
RichJackson committed Sep 12, 2024
1 parent 7e35884 commit 942b192
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/kazu_webservice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Install the library with the `webserver` option:
pip install 'kazu[webserver]'
# Get the version of Kazu in a dynamic manner
# Alternatively, you can set the version string manually,
# Alternatively, you can set the version string manually,
# for example: export VERSION=2.1.1
export VERSION=$(python -c "from importlib.metadata import version; print(version('kazu'))")
Expand Down Expand Up @@ -78,7 +78,7 @@ You can find an example from here: http://kazu.korea.ac.kr/


Swagger UI (by FastAPI)
-------
----------------------------

You can see the FastAPI documentation (Swagger UI) at :

Expand All @@ -94,4 +94,3 @@ We tested this tutorial with:

1. Python 3.9.6, Kazu 2.1.1, on a CPU-only Linux server.
2. Python 3.11, Kazu 2.1.1+, on a CPU-only macOS (Intel MacBook).

0 comments on commit 942b192

Please sign in to comment.