Docstring formats

quartodoc prefers numpy style for docstrings, but can support other styles by configuring parser in your quartodoc site options of _quarto.yml:

quartodoc:
  parser: google

Currently, google, sphinx, and numpy are supported. Parsing is handled by the tool griffe.

Resources

See the numpydoc sections guide for more information and examples.