rstudio / vetiver-python

Version, share, deploy, and monitor models.
https://rstudio.github.io/vetiver-python/stable/
MIT License
60 stars 17 forks source link

Changing language from "Example" to "Examples" for docstrings #146

Closed isabelizimm closed 1 year ago

isabelizimm commented 1 year ago

Sphinx is not picky about the exact language to generate "Example" code sections. However, for quartodoc, the word must be "Examples" to be understood as a code chunk. This change updates all places where Example is used to be compliant.

see https://github.com/machow/quartodoc/issues/10 for more information.