| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Attempting to move to weblate but need deluge.pot in the repo
|
| |
|
| |
|
|
|
|
|
| |
With the move to pytest remove remainings documentation or comments that
refer to Trial.
|
|
|
|
|
| |
Removed in libtorrent v2.0.0:
https://github.com/arvidn/libtorrent/commit/569d47c3914d1f4a8672b92166ee461b4ae33aef
|
|
|
|
|
| |
- pip install creates dist-info directories
- add __pycache__ for compelteness and other byte compiled file types.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
| |
All of the non-standard docstring file headers were being added to
minified files, increasing the file size. Replace with jsdoc `/**`.
Remove ext-extensions from git as will be generated by minify script.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Added a pre-commit config for code linting and formatting. It will
auto-format python, javascript, CSS, YAML and markdown files to save
manually doing so. To install:
pip install pre-commit
pre-commit install
- Added a default virtual environment directory to gitignore.
|
|
|
|
| |
Ignore .cache
|
| |
|
|
|
|
| |
* Add sphinx-apidoc to setup.py build_docs
|
| |
|
|
|
|
| |
This reverts commit 522815d2669d6a278c10355445a31cb0ec373f48.
|
| |
|
|
|
|
|
|
| |
* glade3 files require workaround with intltool-extract
* webui javascript files are now included
* fix multiline string for parse
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Conflicts:
setup.py
|
| |
|
| |
|
| |
|
|
|