mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 19:46:22 +00:00
82ecf8a416
- 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.
18 lines
326 B
ReStructuredText
18 lines
326 B
ReStructuredText
Deluge Web JSON-RPC API
|
|
=======================
|
|
|
|
* Spec: `JSON-RPC v1 <https://www.jsonrpc.org/specification_v1>`_
|
|
* URL: ``/json``
|
|
* :doc:`api`
|
|
|
|
|
|
.. autoclass:: deluge.ui.web.json_api.WebApi
|
|
:members:
|
|
:exported:
|
|
:noindex:
|
|
|
|
.. autoclass:: deluge.ui.web.json_api.WebUtils
|
|
:members:
|
|
:exported:
|
|
:noindex:
|