mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 13:02:47 +01:00
Edit README.rst structure
- Add repository title - Add `Features` header - Move installation instructions to dedicated `Install` header
This commit is contained in:
parent
fee4dd1a68
commit
7f7124348c
1 changed files with 13 additions and 4 deletions
17
README.rst
17
README.rst
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue