Dan Čermák
|
b015b91679
|
Stop inheriting from object
This is no longer required in Python3
|
2019-08-22 15:43:27 +02:00 |
|
Marcus Schäfer
|
f8c73e2ca3
|
Cleanup api doc strings
This cleans up and fixes the api documentation for
the public interface of the projects boot source code
files and Fixes #700
|
2018-04-17 17:56:13 +02:00 |
|
Marcus Schäfer
|
e2966efe63
|
Complete bootloader install interface
|
2016-04-13 11:42:28 +02:00 |
|
Marcus Schäfer
|
48695c6125
|
Update bootloader/install inline API documentation
References #49
|
2016-04-13 11:40:25 +02:00 |
|
Thomas Schraitle
|
45bc5a03a7
|
Refactor into subpackage to fix #23
Codecoverage are 100% and tests are green
Changes:
* Refactor archive_*.py -> archive subpackage
* Refactor partitioner_*.py -> partitioner subpackage
* Refactor package_manager_*.py -> package_manager/ subpackage
* Refactor bootloader_config*.py -> bootloader/config/ subpackage
* Refactor bootloader_template*.py -> bootloader/template/ subpackage
* Refactor bootloader_install*.py -> bootloader/install/ subpackage
* Refactor repository*.py -> repository/ subpackage
* Refactor filesystem*.py -> filesystem/ subpackage
* Refactor dist_*.py -> dist/dformat subpackage
The name `dformat` as package name is needed to avoid any name
conflicts with the built-in function `format`.
* Refactor volume_manager*.py -> volume_manager/ subpackage
* Refactor boot_image*.py -> boot/image/ subpackage
|
2016-02-27 10:31:31 +01:00 |
|