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/title/cert.md
Normal file
10
docs/source/title/cert.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.title.cert Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.title.cert
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
10
docs/source/title/commonkeys.md
Normal file
10
docs/source/title/commonkeys.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.title.commonkeys Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.title.commonkeys
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
10
docs/source/title/content.md
Normal file
10
docs/source/title/content.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.title.content Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.title.content
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
10
docs/source/title/crypto.md
Normal file
10
docs/source/title/crypto.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.title.crypto Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.title.crypto
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
10
docs/source/title/iospatcher.md
Normal file
10
docs/source/title/iospatcher.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.title.iospatcher Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.title.iospatcher
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
10
docs/source/title/nus.md
Normal file
10
docs/source/title/nus.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.title.nus Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.title.nus
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
10
docs/source/title/ticket.md
Normal file
10
docs/source/title/ticket.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.title.ticket Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.title.ticket
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
36
docs/source/title/title.md
Normal file
36
docs/source/title/title.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# libWiiPy.title Package
|
||||
|
||||
## Modules
|
||||
The `libWiiPy.title` package contains modules for interacting with Wii titles. This is the most complete package in libWiiPy, and therefore offers the most functionality.
|
||||
|
||||
| Module | Description |
|
||||
|------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [libWiiPy.title.cert](/title/cert) | Provides support for parsing and validating the certificates used for title verification |
|
||||
| [libWiiPy.title.commonkeys](/title/commonkeys) | Provides easy access to all common encryption keys |
|
||||
| [libWiiPy.title.content](/title/content) | Provides support for parsing and editing content included as part of digital titles |
|
||||
| [libWiiPy.title.crypto](/title/crypto) | Provides low-level cryptography functions used to handle encryption in other modules |
|
||||
| [libWiiPy.title.iospatcher](/title/iospatcher) | Provides an easy interface to apply patches to IOSes |
|
||||
| [libWiiPy.title.nus](/title/nus) | Provides support for downloading TMDs, Tickets, encrypted content, and the certificate chain from the Nintendo Update Servers |
|
||||
| [libWiiPy.title.ticket](/title/ticket) | Provides support for parsing and editing Tickets used for content decryption |
|
||||
| [libWiiPy.title.title](/title/title.title) | Provides high-level support for parsing and editing an entire title with the context of each component |
|
||||
| [libWiiPy.title.tmd](/title/tmd) | Provides support for parsing and editing TMDs (Title Metadata) |
|
||||
| [libWiiPy.title.util](/title/util) | Provides some simple utility functions relating to titles |
|
||||
| [libWiiPy.title.wad](/title/wad) | Provides support for parsing and editing WAD files, allowing you to load each component into the other available classes |
|
||||
|
||||
### libWiiPy.title Package Contents
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 4
|
||||
|
||||
/title/cert
|
||||
/title/commonkeys
|
||||
/title/content
|
||||
/title/crypto
|
||||
/title/iospatcher
|
||||
/title/nus
|
||||
/title/ticket
|
||||
/title/title.title
|
||||
/title/tmd
|
||||
/title/util
|
||||
/title/wad
|
||||
```
|
||||
10
docs/source/title/title.title.md
Normal file
10
docs/source/title/title.title.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.title.title Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.title.title
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
10
docs/source/title/tmd.md
Normal file
10
docs/source/title/tmd.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.title.tmd Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.title.tmd
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
10
docs/source/title/util.md
Normal file
10
docs/source/title/util.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.title.util Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.title.util
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
10
docs/source/title/wad.md
Normal file
10
docs/source/title/wad.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# libWiiPy.title.wad Module
|
||||
|
||||
## Module Contents
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: libWiiPy.title.wad
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
```
|
||||
Reference in New Issue
Block a user