I am writing numpy style docstrings and they are showing up in the Parameter section of /docs and /redoc. Is there a way to disable this functionality? This is specific to my code, and not the API.
Thanks!
You can put a form feed character escape sequence (\f) at the start of the docstring. See https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#advanced-description-from-docstring
Thanks for the help here @retnikt ! :clap: :bow:
Thanks for reporting back and closing the issue @mitchbregs :+1:
Most helpful comment
You can put a form feed character escape sequence (
\f) at the start of the docstring. See https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#advanced-description-from-docstring