mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-05 11:57:46 +03: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
13 lines
194 B
Markdown
13 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
|
|
```
|