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
1 year 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
Lili_DL
41ff599d4b
🌐 Fix typo in Spanish translation for `docs/es/docs/tutorial/first-steps.md` ( #9571 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Andres Bermeo
7cdee0eb63
🌐 Update Spanish translation including new illustrations in `docs/es/docs/async.md` ( #9483 )
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
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
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
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
Jorge Alvarado
b1508dcacc
✏ Re-word and combine 2 paragraphs into 1 for readability ( #3346 )
4 years ago
Sebastián Ramírez
4d4452ede5
🔥 Remove/clean extra imports from examples in docs for features ( #3709 )
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
Camila Gutierrez
6ebf60b175
🌐 Add Spanish translation for `tutorial/query-params.md` ( #2243 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Juan Funez
c235e9b78c
🌐 Add Spanish translation for `advanced/response-directly.md` ( #1253 )
Co-authored-by: Camila Gutierrez <[email protected] >
4 years ago
Juan Funez
3d1b107d70
🌐 Add Spanish translation for `advanced/additional-status-codes.md` ( #1252 )
Co-authored-by: Camila Gutierrez <[email protected] >
4 years ago
Juan Funez
f16c7729bd
🌐 Add Spanish translation for `advanced/path-operation-advanced-configuration.md` ( #1251 )
Co-authored-by: Camila Gutierrez <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: Camila Gutierrez <[email protected] >
4 years ago
Camila Gutierrez
faec748ef6
🌐 Add Spanish translation of Tutorial - Path Parameters ( #2219 )
Co-authored-by: Pedro A. Moreno <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Camila Gutierrez
8a1f0aa3b6
🌐 Add Spanish translation of Tutorial - First Steps ( #2208 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Sebastián Ramírez
e2a6341c60
📝 Update Uvicorn installation instructions to use uvicorn[standard] (includes uvloop) ( #2543 )
4 years ago
Sebastián Ramírez
ac99792762
✨ Add Discord chat ( #2322 )
Co-authored-by: Marcelo Trylesinski <[email protected] >
4 years ago
谭九鼎
8355832c7c
📝 Update/fix links in docs to use HTTPS ( #2165 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Sebastián Ramírez
a42c690496
📝 Add deployment to Deta, the first gold sponsor 🎉 ( #2303 )
* 📝 Add docs for sponsors
* 📝 Add docs for deploying on Deta
* 🍱 Add Deta docs screenshots
* ♻️ Refactor and separate deployment docs
* 📝 Update internal docs links to Deployment
* 📝 Update links in Deta tutorial
* 🍱 Update sponsors images
* 🔧 Use sponsors data from YAML
* 📝 Update sponsors in languages docs
* ✨ Update docs generation scripts
* ✅ Update README.md testing
* 📝 Update main README
* 🔧 Update fastapi-people action handling individual sponsors
* ✏️ Fix typos in Deta tutorial
4 years ago
Juan Sebastian Avila Rodriguez
e9413f2711
✏ Fix typo in Spanish tutorial index ( #2020 )
5 years ago
Brock Friedrich
be669059fb
🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range ( #1863 )
5 years ago
Sebastián Ramírez
8bafe2a482
🚀 GitHub Actions update, use commit from PR, not pre-merge ( #1761 )
* 🔥 Remove deploy badge that won't show correctly until next release
after the fixes to the Gitter bot
* 🐛 Fix GitHub Action to upload docs artifacts with commit from PR, not pre-merge
* ♻️ Run zip docs and artifact upload only on PRs
5 years ago
Sebastián Ramírez
e7be5c8ac5
💄 Update badges, remove Travis ( #1736 )
* 💄 Update badges
* 🔥 Remove Travis
5 years ago
Sebastián Ramírez
1f01ce9615
📝 Use Optional in docs ( #1644 )
* Updated .py files with Optional tag (up to body_nested_models)
* Update optionals
* docs_src/ all updates, few I was unsure of
* Updated markdown files with Optional param
* es: Add Optional typing to index.md
* Last of markdown files updated with Optional param
* Update highlight lines
* it: Add Optional typings
* README.md: Update with Optional typings
* Update more highlight increments
* Update highlights
* schema-extra-example.md: Update highlights
* updating highlighting on website to reflect .py changes
* Update highlighting for query-params & response-directly
* Address PR comments
* Get rid of unnecessary comment
* ⏪ Revert Optional in Chinese docs as it probably also requires changes in text
* 🎨 Apply format
* ⏪ Revert modified example
* ♻️ Simplify example in docs
* 📝 Update OpenAPI callback example to use Optional
* ✨ Add Optional types to tests
* 📝 Update docs about query params, default to using Optional
* 🎨 Update code examples line highlighting
* 📝 Update nested models docs to use "type parameters" instead of "subtypes"
* 📝 Add notes about FastAPI usage of None
including:
= None
and
= Query(None)
and clarify relationship with Optional[str]
* 📝 Add note about response_model_by_alias
* ♻️ Simplify query param list example
* 🔥 Remove test for removed example
* ✅ Update test for updated example
Co-authored-by: Christopher Nguyen <[email protected] >
Co-authored-by: yk396 <[email protected] >
Co-authored-by: Kai Chen <[email protected] >
5 years ago
Sebastián Ramírez
b0414b9929
📝 Add new links ( #1467 )
* 📝 Update opinions including Netflix and add format
* 📝 Add new external links
* 📝 Update README
5 years ago
Sebastián Ramírez
22f7eae3f2
✏️ Make sure the * in the README is consistent in the docs ( #1424 )
5 years ago
Sebastián Ramírez
f8f0a6e462
✏️ Fix typos in async docs ( #1423 )
5 years ago
Alvaro Pernas
741de7f927
🌐 Add Spanish translation for Concurrency and async / await ( #1290 )
* final touches to async section ES translation
* minor fixes
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <[email protected] >
* 📝 Update async/await docs in EN with emojis
* 📝 Update wording, format, and emojis for async/await in ES
* 🔧 Add async.md to MkDocs for Spanish
Co-authored-by: Camila Gutierrez <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Juan Funez
046d6b7fa0
🌐 Add Spanish translation for advanced/index.md ( #1250 )
* spanish translation for advanced/index.md
* Ajustes sugeridos
* ✏️ Capitalize docs title
* 🔧 Add config to MkDocs for spanish
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
MartinEliasQ
9812684178
🌐 Add Spanish translation for the tutorial-user-guide index page ( #1244 )
* Spanish translation for the tutorial-user-guide index page
* Improve some parts of the text in terms of writing
* Change the wording to keep the documentation consistent.
* 📝 Add small wording and consistency changes
* 🎨 Apply the same consistency changes to EN 🤷
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Camila Gutierrez
bd1e85a8d3
📝 Add Spanish translation for the Python Types Intro page ( #1237 )
* Spanish translation Python Types Intro page
* 📝 Fix tuple docs in Types intro
* ✏️ Fix typos and wording nitpicks
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Camila Gutierrez
a7b4c73663
📝 Add Spanish translation for the Features page ( #1220 )
* Spanish translation for the Features page
* ✏️ Fix small typos and wording nitpicks
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Gao Chao
651ee5e4d2
🎨 Update log style in main page, for GitHub Markdown compatibility ( #1200 )
* Update README.md
fix string format
* 🎨 Update log style in main page, for GitHub Markdown compatibility
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Camila Gutierrez
3a0c22ce7d
🌐 Translate index to Spanish ( #1201 )
5 years ago
Sebastián Ramírez
53a7798e58
🎨 Update badge for coverage ( #1175 )
from shields.io, as Codecov's one shows coverage for the last PR from a fork at master
5 years ago
Sebastián Ramírez
6205935323
✨ Add support for docs translations ( #1168 )
* 🌐 Refactor file structure to support internationalization
* ✅ Update tests changed after i18n
* 🔀 Merge Typer style from master
* 🔧 Update MkConfig with Typer-styles
* 🎨 Format mkdocs.yml with cannonical form
* 🎨 Format mkdocs.yml
* 🔧 Update MkDocs config
* ➕ Add docs translation scripts dependencies
* ✨ Add Typer scripts to handle translations
* ✨ Add missing translation snippet to include
* ✨ Update contributing docs, add docs for translations
* 🙈 Add docs_build to gitignore
* 🔧 Update scripts with new locations and docs scripts
* 👷 Update docs deploy action with translations
* 📝 Add note about languages not supported in the theme
* ✨ Add first translation, for Spanish
5 years ago