mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 14:26:24 +00:00
We used recommonmark so that we can use markdown in sphinx but it is buggy and now so switch to better supported MyST-parser. * Fixed incorrect heading warnings in markdown. * Added sphinx toctree to markdown using directive as required by MyST. * Upgraded Sphinx to 4.3 Ref: https://myst-parser.readthedocs.io
14 lines
194 B
Markdown
14 lines
194 B
Markdown
# Development & community
|
|
|
|
Deluge is an open-source project, and relies on its community of users to keep
|
|
getting better.
|
|
|
|
```{toctree}
|
|
:titlesonly:
|
|
|
|
code
|
|
testing
|
|
documentation
|
|
translations
|
|
```
|