alteryx/evalml

Audit: write up where we need to add docstring runnable examples

Offen

#207 geöffnet am 12.11.2019

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (93 Forks)auto 404
documentationgood first issuespike

Repository-Metriken

Stars
 (852 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

We should add examples to the doc strings of as many functions as possible.

We can also set these up as doctests, so that when we build the docs, the output of the method call is tested against the example.

We do this in featuretools. For example: https://docs.featuretools.com/en/stable/generated/featuretools.primitives.Count.html#featuretools.primitives.Count

Contributor Guide