Sebastián Ramírez
e8bd645fa9
📝 Update data structure and render for external-links ( #10495 )
* 📝 Update data structure and render for external-links
* 📝 Update translations for external links
2 years ago
Sebastián Ramírez
dc7838eec3
🔥 Drop/close Gitter chat. Questions should go to GitHub Discussions, free conversations to Discord. ( #10485 )
2 years ago
Sebastián Ramírez
2ba7586ff3
⬆️ Drop support for Python 3.7, require Python 3.8 or above ( #10442 )
* 📝 Update docs, require Python 3.8+, drop 3.7
* 🔧 Update pyproject.toml, drop support for Python 3.7, require Python 3.8+
* 👷 Update CI GitHub Actions, drop support for Python 3.7, require 3.8+
* 📝 Update docs' references to Python 3.6 and 3.7, use Python 3.8
2 years ago
Yusuke Tamura
3106a3a50e
🌐 Add Japanese translation for `docs/ja/docs/deployment/https.md` ( #10298 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Sebastián Ramírez
8cd7cfc2b6
📝 Add new docs section, How To - Recipes, move docs that don't have to be read by everyone to How To ( #10114 )
* 📝 Start How To docs section, move Peewee, remove Peewee from dependencies
* 🚚 Move em files to new locations
* 🚚 Move and re-structure advanced docs, move relevant to How To
* 🔧 Update MkDocs config, new files in How To
* 📝 Move docs for Conditional OpenAPI for Japanese to How To
* 📝 Move example source files for Extending OpenAPI into each of the new sections
* ✅ Update tests with new locations for source files
* 🔥 Remove init from Peewee examples
2 years ago
Sebastián Ramírez
d4201a49bc
📝 Restructure docs for cloud providers, include links to sponsors ( #10110 )
2 years ago
Yusuke Tamura
25059a7717
🌐 Add Japanese translation for `docs/ja/docs/deployment/concepts.md` ( #10062 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Yusuke Tamura
2a5cc5fff3
🌐 Add Japanese translation for `docs/ja/docs/deployment/server-workers.md` ( #10064 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Yusuke Tamura
9d6ce823c1
🌐 Update Japanese translation for `docs/ja/docs/deployment/docker.md` ( #10073 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Sebastián Ramírez
51d3a8ff12
🔨 Add MkDocs hook that renames sections based on the first index file ( #9737 )
2 years ago
я котик пур-пур
cfc06a3a3d
📝 Update docs on Pydantic using ujson internally ( #5804 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Sebastián Ramírez
6595658324
⬇️ Separate requirements for development into their own requirements.txt files, they shouldn't be extras ( #9655 )
2 years ago
Sebastián Ramírez
69673548bc
📝 Update order of examples, latest Python version first, and simplify version tab names ( #9269 )
* 📝 Simplify names in Python versions in tabs in docs
* 📝 Update docs for Types Intro, explain Python 3.6+, Python 3.9+, Python 3.10+
* 📝 Re-order all Python examples, show latest Python versions first
2 years ago
Sebastián Ramírez
f92f87d379
📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras ( #5628 )
2 years ago
Ryusei Ishikawa
59208e4ddc
🌐 Add Japanese translation for `docs/ja/docs/advanced/websockets.md` ( #4983 )
Co-authored-by: tokusumi <[email protected] >
Co-authored-by: komtaki <[email protected] >
2 years ago
nikkie
0781a91d19
🌐 Fix highlight lines for Japanese translation for `docs/tutorial/query-params.md` ( #2969 )
Co-authored-by: Sebastián Ramírez <[email protected] >
Fix https://github.com/tiangolo/fastapi/issues/2966
2 years ago
zhangbo
22524a1610
✏ Fix typo in docs about contributing, for compatibility with `pip` in Zsh ( #5523 )
Co-authored-by: zhangbo <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Ofek Lev
4267bd1f4f
🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch ( #5240 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Yumihiki
38802eefeb
📝 Quote `pip install` command for Zsh compatibility in multiple languages ( #5214 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
sUeharaE4
e23fa40e6c
🌐 Add Japanese translation for `docs/ja/docs/advanced/nosql-databases.md` ( #4205 )
Co-authored-by: tokusumi <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
wakabame
80cb57e4b2
🌐 Add Japanese translation for `docs/ja/docs/advanced/index.md` ( #5043 )
Co-authored-by: Amazyra <[email protected] >
Co-authored-by: tokusumi <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
ca437cdfab
📝 Add docs recommending `Union` over `Optional` and migrate source examples ( #4908 )
* 📝 Add docs recommending Union over Optional
* 📝 Update docs recommending Union over Optional
* 📝 Update source examples for docs, recommend Union over Optional
* 📝 Update highlighted lines with updated source examples
* 📝 Update highlighted lines in Markdown with recent code changes
* 📝 Update docs, use Union instead of Optional
* ♻️ Update source examples to recommend Union over Optional
* 🎨 Update highlighted code in Markdown after moving from Optional to Union
3 years ago
Sebastián Ramírez
3d0f130ff3
🔧 Add pre-commit with first config and first formatting pass ( #4888 )
* 🔧 Add first pre-commit config
* 🎨 Format YAML files with pre-commit
* 🎨 Format Markdown with pre-commit
* 🎨 Format SVGs, drawio, JS, HTML with pre-commit
* ➕ Add pre-commit to dev dependencies
* ⬇️ Extend pre-commit range to support Python 3.6
3 years ago
水上 皓登
a38b0a7fac
🌐 Fix code examples in Japanese translation for `docs/ja/docs/tutorial/testing.md` ( #4623 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Kinuax
cb5a200a7c
✏ Fix links to Pydantic docs ( #4670 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
alm
c0d6865c10
🌐 Remove translation docs references to aiofiles as it's no longer needed since AnyIO ( #3594 )
Co-authored-by: AlonMenczer <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
wakabame
e5980a71c2
🌐 Fix live docs server for translations for some languages ( #4729 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sho Nakamura
944f06a901
🌐 Add Japanese translation for `docs/ja/docs/advanced/conditional-openapi.md` ( #2631 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
a-takahashi223
d286e6a5be
🌐 Fix Japanese translation of `docs/ja/docs/tutorial/body.md` ( #3062 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
mori yuta
e423c8241a
✏ Fix link in Japanese docs for `docs/ja/docs/deployment/docker.md` ( #3245 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Sebastián Ramírez
53a86a885d
✨ Update computation of FastAPI People and sponsors ( #3714 )
4 years ago
Sebastián Ramírez
4d4452ede5
🔥 Remove/clean extra imports from examples in docs for features ( #3709 )
4 years ago
Yuya Sato
bb6c6ed5d1
🌐 Add Japanese translation for `docs/tutorial/security/oauth2-jwt.md` ( #3526 )
Co-authored-by: tokusumi <[email protected] >
Co-authored-by: Sho Nakamura <[email protected] >
4 years ago
Marcelo Trylesinski
fc35b7d18d
🎨 Improve style for sponsors, add radius border ( #2388 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Thomas Grainger
2d296c5d07
🔧 Configure strict pytest options and update/refactor tests ( #2790 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
T. Tokusumi
08cbc6c8ff
🌐 Add Japanese translation for Deployment - Docker ( #2312 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sho Nakamura <[email protected] >
4 years ago
T. Tokusumi
20360c207e
🌐 Add Japanese translation for Deployment - Versions ( #2310 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sho Nakamura <[email protected] >
4 years ago
T. Tokusumi
7122687f25
🌐 Add Japanese translation for Tutorial - Static files ( #2260 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sho Nakamura <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
T. Tokusumi
cd8b90a5a4
🌐 Add Japanese translation for Tutorial - Testing ( #2259 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sho Nakamura <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
T. Tokusumi
17781e3596
🌐 Add Japanese translation for Tutorial - Debugging ( #2256 )
Co-authored-by: Sho Nakamura <[email protected] >
4 years ago
T. Tokusumi
5828043b69
🌐 Add Japanese translation for Tutorial - Middleware ( #2255 )
Co-authored-by: Sho Nakamura <[email protected] >
4 years ago
T. Tokusumi
faec713e0d
🌐 Add Japanese translation for Concurrency and async / await ( #2058 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sho Nakamura <[email protected] >
4 years ago
Sebastián Ramírez
bf290fa5f0
🔧 Add new Bronze Sponsor(s) 🥉 🎉 ( #2622 )
* 🔧 Update FastAPI People sponsors, include new Bronze Sponsor 🎉
* 📝 Update FastAPI People in Japanese
4 years ago
T. Tokusumi
9442845ca5
🌐 Add Japanese translation for Deployment - Deta ( #2314 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
T. Tokusumi
2b49b8c70a
🌐 Add Japanese translation for Deployment - Manually ( #2313 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
T. Tokusumi
c7742e3c56
🌐 Add Japanese translation for Deployment - Intro ( #2309 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
T. Tokusumi
07a8f7b5b5
🌐 Add Japanese translation for FastAPI People ( #2254 )
Co-authored-by: Taki Komiyama <[email protected] >
4 years ago
atsumi
5a4a61ca67
🌐 Add Japanese translation for Advanced - Path Operation Advanced Configuration ( #2124 )
Co-authored-by: T. Tokusumi <[email protected] >
4 years ago
T. Tokusumi
68dca8f42d
🌐 Add Japanese translation for External Links ( #2070 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
SwftAlpc
ca26f2274c
🌐 Add Japanese translation for Tutorial - Body - Updates ( #1956 )
Co-authored-by: T. Tokusumi <[email protected] >
Co-authored-by: ryusuke.miyaji <[email protected] >
Co-authored-by: ryuckel <[email protected] >
Co-authored-by: tokusumi <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago