|
2 years ago | |
---|---|---|
.. | ||
_static | 2 years ago | |
_templates | 2 years ago | |
appendix | 2 years ago | |
chords-and-scales | 2 years ago | |
configuration | 2 years ago | |
contributing | 2 years ago | |
credits | 2 years ago | |
editing | 2 years ago | |
exporting | 2 years ago | |
getting-started | 2 years ago | |
glossary | 2 years ago | |
invoking-from-command-line | 2 years ago | |
krita_work | 4 years ago | |
locale | 2 years ago | |
mixing | 2 years ago | |
modulators | 2 years ago | |
playback-and-recording | 2 years ago | |
plugins-files | 2 years ago | |
projects | 2 years ago | |
routing | 2 years ago | |
scripting | 2 years ago | |
theming | 2 years ago | |
tracks | 2 years ago | |
user-media | 2 years ago | |
zrythm-interface | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
bundle_manual.sh | 2 years ago | |
conf.py.in | 2 years ago | |
index.rst | 2 years ago | |
meson.build | 2 years ago | |
post_process_po.py | 2 years ago | |
run_sphinx_build.sh | 2 years ago |
README.md
Zrythm User Manual
Dependencies
- Sphinx doc
- furo theme for HTML output
- sphinx-intl
- sphinx-copybutton
- sphinxcontrib-svg2pdfconverter
- guile
guix build utils
guile module (installed with guix package)- texlive (for PDF)
- texi2html (for Guile API)
- pandoc (for Guile API)
Building
This is built using ninja -C build manual_bundle
Tips
-
To reference the
Plugin Ports
section in the fileplugin-info.rst
, use:ref:
plugins-files/plugins/plugin-info:Plugin Ports
-
To reference
editing/clip-editors/ruler.rst
, depending on where the current document is use:doc:
../editing/clip-editors/ruler
-
To reference a specific subsection anywhere, add
.. _audio-bus-track:
right before it, and reference it with:ref:
audio-bus-track
-
To use zrythm-dark icons, use
|icon_zoom-in|
Generally, prefer the 3rd option because files may move around, unless the reference needs to be more specific.
License
This manual is licensed under the GNU Free Documentation License, version 1.3 or later. See the index.rst file for details.
The full text of the license can be found in the root of this distribution.
Copyright (C) 2019-2021 Alexandros Theodotou
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.