Sebastián Ramírez
85bd4067c2
📝 Add documentation for non-translated pages and scripts to verify them ( #12020 )
2024-08-14 17:57:10 -05:00
Sebastián Ramírez
0cd844d387
🔧 Update docs setup with latest configs and plugins ( #11953 )
2024-08-05 23:48:30 -05:00
P-E. Brian
dc384c4f8d
🌐 Add French translation for `docs/fr/docs/tutorial/body-multiple-params.md` ( #11796 )
2024-08-05 10:48:45 -05:00
P-E. Brian
e4ab536dc5
🌐 Add French translation for `docs/fr/docs/tutorial/path-params-numeric-validations.md` ( #11788 )
2024-08-02 14:37:52 -05:00
Sebastián Ramírez
221e59b0d1
🚚 Rename GitHub links from tiangolo/fastapi to fastapi/fastapi ( #11913 )
2024-07-29 18:35:07 -05:00
Sebastián Ramírez
81234084cd
📝 Re-structure docs main menu ( #11904 )
2024-07-27 19:03:57 -05:00
kittydoor
60f7fe4006
📝 Update Hypercorn links in all the docs ( #11744 )
2024-07-14 12:06:59 -05:00
P-E. Brian
6b0dddf55a
📝 Fix image missing in French translation for `docs/fr/docs/async.md` ( #11787 )
2024-07-02 21:15:55 -05:00
Benjamin Vandamme
b7a0fc7e12
🌐 Add French translation for `docs/fr/docs/learn/index.md` ( #11712 )
2024-06-20 14:09:17 -05:00
Sebastián Ramírez
7b55bf37b5
📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit ( #11496 )
2024-04-28 22:18:04 -07:00
Sebastián Ramírez
a901e2f449
📝 Update references to UJSON ( #11464 )
2024-04-18 18:58:47 -05:00
Nils Lindemann
ebc8ac7295
📝 Tweak docs and translations links, typos, format ( #11389 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-18 14:53:19 -05:00
Sebastián Ramírez
c1796275f9
📝 Tweak docs and translations links and remove old docs translations ( #11381 )
2024-03-31 18:52:53 -05:00
Alejandra
93034fea48
📝 Update links to Pydantic docs to point to new website ( #11328 )
2024-03-21 20:42:11 -05:00
水上 皓登
f29b30b784
🔥 Remove link to Pydantic's benchmark, on other i18n pages. ( #11224 )
2024-03-20 20:10:47 -05:00
Sebastián Ramírez
f0becc4452
♻️ Refactor computing FastAPI People, include 3 months, 6 months, 1 year, based on comment date, not discussion date ( #11304 )
2024-03-16 18:54:24 -05:00
Joshua Hanson
0e2f2d6d3a
📝 Update `python-multipart` GitHub link in all docs from ` https://andrew-d.github.io/python-multipart/ ` to ` https://github.com/Kludex/python-multipart ` ( #11239 )
2024-03-13 20:02:19 +01:00
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
2023-10-22 11:35:13 +04:00
Sebastián Ramírez
dc7838eec3
🔥 Drop/close Gitter chat. Questions should go to GitHub Discussions, free conversations to Discord. ( #10485 )
2023-10-20 12:39:03 +04:00
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
2023-10-17 09:59:11 +04:00
Samuel Rigaud
69f82e5222
🌐 Fix typos in French translations for `docs/fr/docs/advanced/path-operation-advanced-configuration.md`, `docs/fr/docs/alternatives.md`, `docs/fr/docs/async.md`, `docs/fr/docs/features.md`, `docs/fr/docs/help-fastapi.md`, `docs/fr/docs/index.md`, `docs/fr/docs/python-types.md`, `docs/fr/docs/tutorial/body.md`, `docs/fr/docs/tutorial/first-steps.md`, `docs/fr/docs/tutorial/query-params.md` ( #10154 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-09-27 15:52:31 -05:00
Sebastián Ramírez
d4201a49bc
📝 Restructure docs for cloud providers, include links to sponsors ( #10110 )
2023-08-19 15:11:35 +02:00
Sam Courtemanche
04b9a67cbb
🌐 Add French translation for `docs/fr/docs/tutorial/query-params-str-validations.md` ( #4075 )
...
Co-authored-by: Julian Maurin <julian.maurin.perso@pm.me>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-07-27 20:53:21 +02:00
Julian Maurin
e79dc9697c
🌐 Add French translation for `docs/fr/docs/tutorial/index.md` ( #2234 )
...
Co-authored-by: Ruidy <ruidy.nemausat@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-07-27 20:51:55 +02:00
Julian Maurin
2dcf78f295
🌐 Add French translation for `docs/fr/docs/contributing.md` ( #2132 )
...
Co-authored-by: Ruidy <ruidy.nemausat@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-07-27 20:51:07 +02:00
Clément Sauvage
3ffebbcf01
🌐 Add French translation for `docs/fr/docs/benchmarks.md` ( #2155 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sam Courtemanche <smlep.pro@gmail.com>
Co-authored-by: Ruidy <ruidy.nemausat@gmail.com>
2023-07-27 20:49:56 +02:00
Sebastián Ramírez
51d3a8ff12
🔨 Add MkDocs hook that renames sections based on the first index file ( #9737 )
2023-06-24 16:47:15 +02:00
я котик пур-пур
cfc06a3a3d
📝 Update docs on Pydantic using ujson internally ( #5804 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-06-22 17:06:25 +00:00
Axel
eb1b858c4f
🌐 Add French translation for `docs/fr/docs/advanced/response-directly.md` ( #9415 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-04-25 12:12:00 -07:00
Axel
da2f365db4
🌐 Add French translation for `docs/fr/docs/advanced/index.md` ( #5673 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-04-13 18:17:42 +00:00
Cedric Fraboulet
1ae5466140
🌐 Add French translation for `docs/fr/docs/index.md` ( #9265 )
...
* docs(index): copy the new index.md from docs/en
* docs(index): add translation for docs/index.md
* Apply rjNemo's suggestions
* Apply Viicos's suggestions
2023-04-13 10:59:44 -07:00
Axel
31e148ba8e
🌐 Add French translation for `docs/fr/docs/advanced/path-operation-advanced-configuration.md` ( #9221 )
...
Co-authored-by: Julian Maurin <julian.maurin.perso@pm.me>
Co-authored-by: Cedric Fraboulet <62244267+frabc@users.noreply.github.com>
2023-03-06 17:28:40 +01:00
Cedric Fraboulet
c5f72f02cd
🌐 Add French translation for `docs/tutorial/debugging.md` ( #9175 )
2023-03-06 17:26:49 +01:00
Ruidy
30a9d68232
🌐 Add French translation for `deployment/manually.md` ( #3693 )
...
Co-authored-by: Sam Courtemanche <smlep.pro@gmail.com>
Co-authored-by: Ruidy <r.nemausat@empfohlen.de>
Co-authored-by: Ruidy <rnemausat@newstore.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-03-04 12:02:09 +00:00
Sebastián Ramírez
f92f87d379
📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras ( #5628 )
2022-11-13 16:20:05 +01:00
axel584
ba5310f731
🌐 Add French translation for `docs/fr/docs/advanced/additional-status-code.md` ( #5477 )
...
Co-authored-by: Julian Maurin <julian.maurin.perso@pm.me>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-11-13 14:03:48 +00:00
Ruidy
c7fe6fea33
🌐 Add French translation for `deployment/deta.md` ( #3692 )
...
Co-authored-by: Sam Courtemanche <smlep.pro@gmail.com>
Co-authored-by: Ruidy <r.nemausat@empfohlen.de>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-10-31 18:07:22 +00:00
Ruidy
7ff62468a0
🌐 Add French translation for `deployment/https.md` ( #3691 )
...
Co-authored-by: Sam Courtemanche <smlep.pro@gmail.com>
Co-authored-by: Ruidy <r.nemausat@empfohlen.de>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-31 17:45:30 +00:00
Ruidy
1613749cc3
🌐 Add French translation for `deployment/versions.md` ( #3690 )
...
Co-authored-by: Sam Courtemanche <smlep.pro@gmail.com>
Co-authored-by: Ruidy <r.nemausat@empfohlen.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-31 18:39:54 +01:00
Julian Maurin
f3086a7b15
🌐 Add French translation for `docs/fr/docs/help-fastapi.md` ( #2233 )
...
Co-authored-by: Ruidy <ruidy.nemausat@gmail.com>
2022-10-31 18:34:09 +01:00
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 <tiangolo@gmail.com>
2022-09-14 20:31:19 +02:00
Yumihiki
38802eefeb
📝 Quote `pip install` command for Zsh compatibility in multiple languages ( #5214 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-18 16:16:54 +00:00
Ruidy
e5eb56f0b5
🌐 Add French translation for `docs/fr/docs/deployment/index.md` ( #3689 )
...
Co-authored-by: Arthur Rio <arthurio@users.noreply.github.com>
Co-authored-by: Ruidy <r.nemausat@empfohlen.de>
Co-authored-by: Ruidy <rnemausat@newstore.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-08-18 18:02:40 +02:00
Ruidy
48ca7a6368
🌐 Add French translation for `docs/fr/docs/history-design-future.md` ( #3451 )
...
Co-authored-by: Sam Courtemanche <smlep.pro@gmail.com>
Co-authored-by: Arthur Rio <arthurio@users.noreply.github.com>
Co-authored-by: Ruidy <r.nemausat@empfohlen.de>
Co-authored-by: Ruidy <rnemausat@newstore.com>
2022-08-18 18:01:14 +02:00
Carlton Gibson
623b0f37de
📝 Remove unneeded Django/Flask references from async topic intro ( #5280 )
2022-08-18 17:24:28 +02:00
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
2022-05-14 06:59:59 -05:00
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
2022-05-12 00:06:16 +00:00
Samuel Borges
441f75a06c
📝 Updates links for Celery documentation ( #4736 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-11 12:35:04 -05:00
Kinuax
cb5a200a7c
✏ Fix links to Pydantic docs ( #4670 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-11 17:03:41 +00:00
alm
c0d6865c10
🌐 Remove translation docs references to aiofiles as it's no longer needed since AnyIO ( #3594 )
...
Co-authored-by: AlonMenczer <alonm@spotnix.io>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-09 20:07:37 -05:00