mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
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.
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
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
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user