(docs) Began writing module descriptions

This commit is contained in:
2024-12-21 18:09:37 -05:00
parent c2f6225500
commit e45c7a3076
5 changed files with 15 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# libWiiPy.archive.ash Module
The `libWiiPy.archive.ash` module provides support for handling ASH files, which are a compressed format primarily used in the Wii Menu, but also in some other titles such as My Pokémon Ranch.
At present, libWiiPy only has support for decompressing ASH files, with compression as a planned feature for the future.
## Module Contents
```{eval-rst}

View File

@@ -1,5 +1,9 @@
# libWiiPy.archive.u8 Module
The `libWiiPy.archive.u8` module provides support for handling U8 archives, which are a non-compressed archive format used extensively on the Wii to join multiple files into one.
This module exposes functions for both packing and unpacking U8 archives, as well as code to parse IMET headers. IMET headers are a header format used specifically for U8 archives containing the banner of a channel, as they store the localized name of the channel along with other banner metadata.
## Module Contents
```{eval-rst}