Edit README.rst structure

- Add repository title
- Add `Features` header
- Move installation instructions to dedicated `Install` header
This commit is contained in:
Owen Campbell 2018-03-29 00:22:04 -07:00 committed by GitHub
parent fee4dd1a68
commit 7f7124348c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
Beets
=====
.. image:: http://img.shields.io/pypi/v/beets.svg
:target: https://pypi.python.org/pypi/beets
@ -26,6 +28,9 @@ Here's an example of beets' brainy tag corrector doing its thing::
* White Light Generation -> Whitelightgenerator
* All the Way -> All the Way...
Features
---------
Because beets is designed as a library, it can do almost anything you can
imagine for your music collection. Via `plugins`_, beets becomes a panacea:
@ -72,17 +77,21 @@ shockingly simple if you know a little Python.
.. _MusicBrainz: http://musicbrainz.org/
.. _Beatport: https://www.beatport.com
Install
---------
You can install beets by typing ``pip install beets``. Then check out the
`Getting Started`_ guide.
.. _Getting Started: http://beets.readthedocs.org/page/guides/main.html
Read More
---------
Learn more about beets at `its Web site`_. Follow `@b33ts`_ on Twitter for
news and updates.
You can install beets by typing ``pip install beets``. Then check out the
`Getting Started`_ guide.
.. _its Web site: http://beets.io/
.. _Getting Started: http://beets.readthedocs.org/page/guides/main.html
.. _@b33ts: http://twitter.com/b33ts/
Authors