dupeguru/hscommon
Virgil Dupras 508e9a5d94 Reorganized hscommon documentation
Removed hscommon's "docs" folder and moved all documentation directly
into docstrings. Then, in dupeGuru's developer documentation, added
autodoc references to relevant modules.

The result is a much more usable hscommon documentation.
2013-11-16 14:46:34 -05:00
..
.tx Pulled all locs from Transifex 2013-08-03 17:34:02 -04:00
gui Fixed progress under Cocoa which always cancelled the job 2013-08-04 09:11:19 -04:00
locale Pulled all locs from Transifex 2013-08-03 17:34:02 -04:00
tests Refactoring: Path API compatibility with pathlib 2013-11-16 12:06:16 -05:00
.gitignore Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
LICENSE Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
README Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
__init__.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
build.py Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
conflict.py Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
currency.py Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
debug.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
desktop.py Refactoring: Path API compatibility with pathlib 2013-11-16 12:06:16 -05:00
geometry.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
loc.py Added the --normpo build option 2013-08-03 17:13:24 -04:00
notify.py Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
path.py Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
plat.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
pygettext.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
reg.py Refactoring: Created hscommon.desktop 2013-10-12 13:54:13 -04:00
sphinxgen.py Call sphinx-build from withing Python instead of a subprocess 2013-08-19 17:43:32 -04:00
sqlite.py Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
testutil.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
trans.py Added the Vietnamese language 2013-08-03 17:36:53 -04:00
util.py Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00

README

This module is common code used in all Hardcoded Software applications. It has no stable API so
it is not recommended to actually depend on it. But if you want to copy bits and pieces for your own
apps, be my guest.