* Improve automatically generated names of path operations in OpenAPI (in API docs). A function `read_items` instead of having a generated name "Read Items Get" will have "Read Items". PR <ahref="https://github.com/tiangolo/fastapi/pull/155"target="_blank">#155</a>.
* Update `/docs` Swagger UI to enable deep linking. This allows sharing the URL pointing directly to the path operation documentation in the docs. PR <ahref="https://github.com/tiangolo/fastapi/pull/148"target="_blank">#148</a> by <ahref="https://github.com/wshayes"target="_blank">@wshayes</a>.