This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
deluge
Watch
1
Star
0
Fork
0
You've already forked deluge
mirror of
https://github.com/logos-storage/deluge.git
synced
2026-01-03 05:33:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
deluge
/
docs
/
source
/
devguide
/
packaging
/
index.md
10 lines
91 B
Markdown
Raw
Normal View
History
Unescape
Escape
[Docs] Reorganise and add sections from wiki - Change the layout and contents of docs to be better organised and follow ideas from: https://www.divio.com/blog/documentation/ - Use markdown for non-technical documents to speed up writing. - Added new sections and imported documents from Trac wiki. Build fixes: - Added a patch to fix recommonmark 0.4 and doc referencing: https://github.com/rtfd/recommonmark/issues/93 - Set docs build in tox to Py2.7 since there are problems with autodoc mocking multiple inheritance on Python 3 resulting in metaclass errors. - Supressed warning about `modules.rst` not in the toctree by creating a static `modules.rst` with `:orphan:` file directive and add to git. Also skip creating this toc file with sphinx-apidoc in setup and tox. - Simplified finding exported RPC and JSON API methods by adding an autodoc custom class directive. Removed unneeded __rpcapi.py.
2018-10-05 09:33:26 +01:00
# Packaging documentation
[Docs] Replace recommonmark with MyST parser 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
2021-12-12 15:29:41 +00:00
```{toctree}
:titlesonly:
release
launchpad-recipe
windows
```
Reference in New Issue
Copy Permalink