File tree 1 file changed +2
-3
lines changed
services/api-server/src/simcore_service_api_server/core
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
from fastapi .applications import HTMLResponse , Request
5
5
from fastapi .openapi .docs import get_redoc_html
6
6
7
- # from ..__version__ import api_vtag
7
+ # TODO: move all these static resources away from the server!
8
8
9
9
FAVICON = "https://osparc.io/resource/osparc/favicon.png"
10
10
LOGO = "https://raw.githubusercontent.com/ITISFoundation/osparc-manual/b809d93619512eb60c827b7e769c6145758378d0/_media/osparc-logo.svg"
14
14
def compose_long_description (description : str ) -> str :
15
15
desc = f"**{ description } **\n "
16
16
desc += "## Python Library\n "
17
- desc += "- Documentation (https://itisfoundation.github.io/osparc-simcore-python-client/#/ )\n "
17
+ desc += "- Check the [documentation] (https://itisfoundation.github.io/osparc-simcore-python-client)\n "
18
18
desc += "- Quick install: ``pip install git+https://github.com/ITISFoundation/osparc-simcore-python-client.git``\n "
19
-
20
19
return desc
21
20
22
21
You can’t perform that action at this time.
0 commit comments