--------------------
Added
^^^^^
- ``Timer`` class for timing a block of code
- Sphinx based documentation: https://more-ds.readthedocs.io/en/latest/
Changed
^^^^^^^
- Imported data structures in their parent package, shortening the required
import statements. Eg ``from more_ds.network.url import URL`` now becomes
``from more_ds.network import URL``