-
-
Notifications
You must be signed in to change notification settings - Fork 507
Open
Labels
Description
Original bug: Pulling random lines out of the tests in doc
doesn't cause python3 runtests.py
to fail. Tests in function docstrings are picked up (at least as of #163).
Update: It looks like there are a lot of documentation/doctest cleanups to be done.
- Consolidate "Usage Examples" (
doc/source/regression
) anddemo
- The "Usage Examples" page was the only tests, now we have unit tests. They should be edited to be better examples.
- The
demo
folder is untested, so they should be migrated to the documentation and tested with doctest.
- Include doctests in CI
- Consolidate API reference and docstrings
- Most of the API reference pages duplicate docstrings, so they can be merged.
Minor issues:
- Clean up release notes
- Currently the ones in
doc/source
just include the ones indoc/release
, unnecessary clutter
- Currently the ones in
- Add status badge for AppVeyor
- Remove PyWavelets table of contents page (basically just a link to an expanded table of contents)
- Remove section about Python 3 support (doesn't need an entire section, if mentioned at all)
- Remove "Documentation" section (a link to itself, plus a mention of
demo
folder which will be removed)