beets/docs/dev/index.rst
jtpavlock c9f59ee38d
Add broken link checker to integration test (#3703)
* fix broken links
* add link check command to tox
* add link check to the weekly integration test
2020-09-04 15:42:36 -05:00

17 lines
402 B
ReStructuredText

For Developers
==============
This section contains information for developers. Read on if you're interested
in hacking beets itself or creating plugins for it.
See also the documentation for `MediaFile`_, the library used by beets to read
and write metadata tags in media files.
.. _MediaFile: https://mediafile.readthedocs.io/en/latest/
.. toctree::
plugins
library
importer
cli