mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-13 02:59:02 +00:00
a4256d3d2b
Replaced PyQt4 with PyQt5 and made all adjustments necessary to make dupeGuru start up. |
||
---|---|---|
.. | ||
.tx | ||
docs | ||
gui | ||
locale | ||
tests | ||
__init__.py | ||
.gitignore | ||
build.py | ||
conflict.py | ||
currency.py | ||
debug.py | ||
desktop.py | ||
geometry.py | ||
io.py | ||
LICENSE | ||
loc.py | ||
notify.py | ||
path.py | ||
plat.py | ||
pygettext.py | ||
README | ||
reg.py | ||
sphinxgen.py | ||
sqlite.py | ||
testutil.py | ||
trans.py | ||
util.py |
The documentation has to be built with Sphinx. You can get Sphinx at http://sphinx.pocoo.org/ Once you installed it, you can build the documentation with: cd docs sphinx-build . ../docs_html The reason why you have to move in 'docs' is because hscommon.io conflicts with the builtin 'io' module. The documentation is also available online at http://www.hardcoded.net/docs/hscommon