File: README.rst

package info (click to toggle)
quodlibet 4.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,016 kB
  • sloc: python: 85,817; sh: 385; xml: 110; makefile: 91
file content (23 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (2)
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.