]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Fix link to edit External Links, add additional link (#1669)
authorDavide Fiocco <davidefiocco@users.noreply.github.com>
Fri, 10 Jul 2020 10:21:46 +0000 (12:21 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2020 10:21:46 +0000 (12:21 +0200)
Added a link to the correct link to editing the en docs, plus an additional example (of mine!) which got some buzz on social media:
https://twitter.com/monodavide/status/1276913357388382212
https://madewithml.com/projects/1649/model-serving-using-fastapi-and-streamlit/

docs/en/docs/external-links.md

index a3c79a8d25444cd7014e1b453ea3f9d1ba4be4a6..e4ac156a4ccf9cb16cbd4881016f8c61db1f6fee 100644 (file)
@@ -7,7 +7,7 @@ There are many posts, articles, tools, and projects, related to **FastAPI**.
 Here's an incomplete list of some of them.
 
 !!! tip
-    If you have an article, project, tool, or anything related to **FastAPI** that is not yet listed here, create a <a href="https://github.com/tiangolo/fastapi/edit/master/docs/external-links.md" class="external-link" target="_blank">Pull Request adding it</a>.
+    If you have an article, project, tool, or anything related to **FastAPI** that is not yet listed here, create a <a href="https://github.com/tiangolo/fastapi/edit/master/docs/en/docs/external-links.md" class="external-link" target="_blank">Pull Request adding it</a>.
 
 ## Articles
 
@@ -76,6 +76,8 @@ Here's an incomplete list of some of them.
 
 * <a href="https://netflixtechblog.com/introducing-dispatch-da4b8a2a8072" class="external-link" target="_blank">Introducing Dispatch</a> by <a href="https://netflixtechblog.com/" class="external-link" target="_blank">Netflix</a>.
 
+* <a href="https://davidefiocco.github.io/2020/06/27/streamlit-fastapi-ml-serving.html" class="external-link" target="_blank">Machine learning model serving in Python using FastAPI and streamlit</a> by <a href="https://github.com/davidefiocco" class="external-link" target="_blank">Davide Fiocco</a>.
+
 ### Japanese
 
 * <a href="https://qiita.com/mtitg/items/47770e9a562dd150631d" class="external-link" target="_blank">FastAPI|DB接続してCRUDするPython製APIサーバーを構築</a> by <a href="https://qiita.com/mtitg" class="external-link" target="_blank">@mtitg</a>.