mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-03 23:23:27 +00:00
24aa48187e
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
11 lines
160 B
Markdown
11 lines
160 B
Markdown
# Developer tutorials
|
|
|
|
A list of articles to help developers get started with Deluge.
|
|
|
|
```{toctree}
|
|
:numbered: 1
|
|
:titlesonly:
|
|
|
|
Development setup <01-setup>
|
|
```
|