Release notes
Contents
Release notes#
The release notes document changes to the codebase and documentation.
wordie 0.1.0#
13 May 2022
First minor release of the example Python project wordie and its
accompanying documentation tutorial.
Features#
- The
Lettersclass Represents a sequence of letters
Provides a method for shuffling the letters
Provides a method for returning a random letter from the sequence
- The
- User guide
Provides installation instructions and release notes
- Documentation tutorial
Generating documentation with
sphinxPublishing documentation on Read the Docs
Guide to writing docstrings
Extra features to enhance your documentation