mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2026-02-12 15:05:41 -05:00
Entirely restructured API documentation, now much easier to navigate
This commit is contained in:
10
docs/source/nand/emunand.md
Normal file
10
docs/source/nand/emunand.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.nand.emunand Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.nand.emunand
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
20
docs/source/nand/nand.md
Normal file
20
docs/source/nand/nand.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# libWiiPy.nand Package
|
||||
|
||||
## Modules
|
||||
The `libWiiPy.nand` package contains modules for parsing and manipulating EmuNANDs as well as modules for parsing and editing core system files found on the Wii's NAND.
|
||||
|
||||
| Module | Description |
|
||||
|----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [libWiiPy.nand.emunand](/nand/emunand) | Provides support for parsing, creating, and editing EmuNANDs |
|
||||
| [libWiiPy.nand.setting](/nand/setting) | Provides support for parsing, creating, and editing `setting.txt`, which is used to store the console's region and serial number |
|
||||
| [libWiiPy.nand.sys](/nand/sys) | Provides support for parsing, creating, and editing `uid.sys`, which is used to store a log of all titles run on a console |
|
||||
|
||||
### libWiiPy.nand Package Contents
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 4
|
||||
|
||||
/nand/emunand
|
||||
/nand/setting
|
||||
/nand/sys
|
||||
```
|
||||
10
docs/source/nand/setting.md
Normal file
10
docs/source/nand/setting.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.nand.setting Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.nand.setting
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
10
docs/source/nand/sys.md
Normal file
10
docs/source/nand/sys.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.nand.sys Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.nand.sys
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
Reference in New Issue
Block a user