-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various improvements to docs and code (#151)
First a number of sections have been added to the docs: - `clean_storage` is now mentioned in the basic usage - we also add basic examples of the new CompressMode.AUTO functionality - Maintenance operations are documented and explained - We discuss the long-term support of data even without this library (fixes #100) - Links to the original performance tests - Document the new compression modes - Explain that nowadays `clean_storage` is safe to use concurrently on all platforms - Explain how to reclaim space with `repacking` of packs after deletion In addition, some changes to the code have been performed: - `utf8` is explicitly specified for the config.json file - `get_hash` is renamed to `get_hash_cls` (and `get_hash` is deprecated`) - Some of these changes address the remaining comments and thus fix #101, as well as the remaining comments and thus fix #3. Extending the documentation
- Loading branch information
1 parent
afdae26
commit 5ba9316
Showing
8 changed files
with
237 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.