Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: groups.py doctest fixes (#4374)
* part of #3925 (doc test mega issue) * Fixed all failing doctests in groups.py using sphinx directives NOTE: These tests will not pass using `pytest -v --disable-pytest-warnings --doctest-modules` since I used sphinx directives to allow for concise example code. This can be changed but the documentation will become more verbose. * Updated CHANGELOG
- Loading branch information