mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-26 13:21:01 -04:00
47 lines
689 B
Markdown
47 lines
689 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
|
|
titles/extracting-titles.md
|
|
titles/title-module.md
|
|
titles/nus-downloading.md
|
|
```
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
:caption: Other Useful Pages
|
|
|
|
modules.md
|
|
```
|
|
|
|
## Indices and tables
|
|
|
|
* [Full Index](<project:#genindex>)
|
|
* [Module Index](<project:#modules>)
|
|
* <project:#search>
|