mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
15 lines
287 B
Markdown
15 lines
287 B
Markdown
|
# Documentation contributions
|
||
|
|
||
|
## Build
|
||
|
|
||
|
We use Sphinx to create the documentation from source files and docstrings in code.
|
||
|
|
||
|
pip install -r requirements-docs.txt
|
||
|
python setup.py build_docs
|
||
|
|
||
|
The resulting html files are in `docs/build/html`.
|
||
|
|
||
|
## man pages
|
||
|
|
||
|
Located in `docs/man`
|