alibi icon indicating copy to clipboard operation
alibi copied to clipboard

Replace autodoc with autoapi

Open ascillitoe opened this issue 2 years ago • 2 comments

We should aim to replace sphinx autodoc (and sphinx-apidoc) with sphinx-autoapi, for consistency with https://github.com/SeldonIO/alibi-detect/pull/482.

This should largely be straightforward, but ideally, we should avoid using the undoc-members setting, which relies on there not being public classes/functions with missing docstrings (see https://github.com/SeldonIO/alibi-detect/issues/484). This needs to be checked...

ascillitoe avatar Apr 25 '22 16:04 ascillitoe

Adding to 0.7.0 milestone but can remove if this turns out to be a bigger job than expected.

ascillitoe avatar Apr 25 '22 16:04 ascillitoe

Removing from 0.7.0 milestone due to https://github.com/SeldonIO/alibi-detect/pull/498

jklaise avatar May 06 '22 09:05 jklaise