File: README.rst

package info (click to toggle)
quodlibet 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,228 kB
  • sloc: python: 89,728; sh: 381; xml: 110; makefile: 91
file content (23 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Quod Libet / Ex Falso Documentation
===================================

Dependencies:

* sphinx (http://sphinx-doc.org/)

Development:

make watch
    Start a server and auto rebuild on changes

Build:

make
    Build full documentation

make guide
    Build only the user guide

../setup.py build_sphinx
    Build the user guide and put it into ``../build/sphinx``.
    This is meant for packagers who want to ship and install the user guide.