shawnbrown / datatest

Tools for test driven data-wrangling and data validation.
Other
294 stars 13 forks source link

Split Docs into Unittest- and Pytest-style Pages #35

Closed shawnbrown closed 6 years ago

shawnbrown commented 7 years ago

Seeing the entire API on a single page can create confusion when users aren't familiar with the differences between unittest and pytest style conventions. It's not always apparent which method or function format is appropriate and mixing these different conventions is not advisable.

The API Reference page should be split into two sections:

shawnbrown commented 6 years ago

This was addressed with the sphinx_tabs plugin starting in March, 2018: