Skip to content

Repository for Creative Commons licensed reviews

License

Notifications You must be signed in to change notification settings

metabrainz/critiquebrainz

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CritiqueBrainz

CritiqueBrainz is a repository for Creative Commons licensed reviews.

Documentation

Documentation is available at https://critiquebrainz.readthedocs.org/.

Building documentation

In case you want to build documentation yourself follow the following steps (make sure that you use Python 3):

$ cd ./docs
$ pip3 install -r requirements.txt
$ make html

After that open ./docs/_build/html/index.html in your favourite browser.