mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-25 21:01:01 -04:00
44 lines
612 B
Markdown
44 lines
612 B
Markdown
---
|
|
sd_hide_title: true
|
|
---
|
|
|
|
# Overview
|
|
|
|
# libWiiPy API Docs
|
|
|
|
Welcome to the API documentation website for libWiiPy! libWiiPy is a modern Python 3 library for handling the various files and formats found on the Wii.
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
|
|
self
|
|
```
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
:caption: The Basics
|
|
|
|
usage/installation.md
|
|
usage/getting-started.md
|
|
```
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
:caption: Working with Titles
|
|
|
|
titles/title-anatomy.md
|
|
```
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
:caption: Other Useful Pages
|
|
|
|
modules.md
|
|
```
|
|
|
|
## Indices and tables
|
|
|
|
* [Full Index](<project:#genindex>)
|
|
* [Module Index](<project:#modules>)
|
|
* <project:#search>
|