]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:art: Tweak external links, Markdown format, typos (#881)
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 17 Jan 2020 15:24:05 +0000 (16:24 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Jan 2020 15:24:05 +0000 (16:24 +0100)
commita41a7296826a32bf03819bbc6149a3037a3da0bb
tree46d3af70c4dcc1ad43e2ca126d0de4618c15cc27
parent174e7b1730c6b21eb015a8b8ff3e56e018bc0de3
:art: Tweak external links, Markdown format, typos (#881)
60 files changed:
README.md
docs/alternatives.md
docs/async.md
docs/benchmarks.md
docs/contributing.md
docs/css/custom.css
docs/deployment.md
docs/external-links.md
docs/features.md
docs/help-fastapi.md
docs/history-design-future.md
docs/index.md
docs/project-generation.md
docs/python-types.md
docs/tutorial/additional-responses.md
docs/tutorial/async-sql-databases.md
docs/tutorial/background-tasks.md
docs/tutorial/bigger-applications.md
docs/tutorial/body-fields.md
docs/tutorial/body-nested-models.md
docs/tutorial/body-updates.md
docs/tutorial/body.md
docs/tutorial/cors.md
docs/tutorial/custom-request-and-route.md
docs/tutorial/debugging.md
docs/tutorial/dependencies/dependencies-with-yield.md
docs/tutorial/encoder.md
docs/tutorial/events.md
docs/tutorial/extending-openapi.md
docs/tutorial/extra-data-types.md
docs/tutorial/extra-models.md
docs/tutorial/first-steps.md
docs/tutorial/graphql.md
docs/tutorial/handling-errors.md
docs/tutorial/middleware.md
docs/tutorial/nosql-databases.md
docs/tutorial/openapi-callbacks.md
docs/tutorial/path-operation-configuration.md
docs/tutorial/path-params.md
docs/tutorial/query-params-str-validations.md
docs/tutorial/request-files.md
docs/tutorial/request-forms-and-files.md
docs/tutorial/request-forms.md
docs/tutorial/response-cookies.md
docs/tutorial/response-directly.md
docs/tutorial/response-headers.md
docs/tutorial/response-model.md
docs/tutorial/response-status-code.md
docs/tutorial/security/first-steps.md
docs/tutorial/security/http-basic-auth.md
docs/tutorial/security/oauth2-jwt.md
docs/tutorial/security/simple-oauth2.md
docs/tutorial/sql-databases-peewee.md
docs/tutorial/sql-databases.md
docs/tutorial/static-files.md
docs/tutorial/sub-applications-proxy.md
docs/tutorial/templates.md
docs/tutorial/testing.md
docs/tutorial/using-request-directly.md
docs/tutorial/websockets.md