(doc) Workaround for ScrollSpy issue breaking TOC

This commit is contained in:
2025-01-25 20:40:44 -05:00
parent 6552dc5fa8
commit 5ae867197b
23 changed files with 57 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
# libWiiPy.media.banner Module
## Description
The `libWiiPy.media.banner` module is essentially a stub at this point in time. It only provides one dataclass that is likely to become a traditional class when fully implemented. It is not recommended to use this module for anything yet.
## Module Contents

View File

@@ -1,13 +1,16 @@
# libWiiPy.media Package
## Modules
## Description
The `libWiiPy.media` package contains modules used for parsing and editing media formats used by the Wii. This currently only includes limited support for parsing channel banners.
## Modules
| Module | Description |
|----------------------------------------|---------------------------------------------------|
| [libWiiPy.media.banner](/media/banner) | Provides support for basic channel banner parsing |
### libWiiPy.media Package Contents
## Full Package Contents
```{toctree}
:maxdepth: 4