Added support for progress callbacks in NUS download functions

This commit is contained in:
2025-05-24 23:38:55 -04:00
parent e06bb39f4c
commit 79ab33c18a
6 changed files with 115 additions and 43 deletions

View File

@@ -17,7 +17,13 @@ release = 'main'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = ['myst_parser', 'sphinx.ext.napoleon', 'sphinx_copybutton', 'sphinx_tippy', 'sphinx_design']
extensions = [
'myst_parser',
'sphinx.ext.napoleon',
'sphinx_copybutton',
'sphinx_tippy',
'sphinx_design'
]
templates_path = ['_templates']
exclude_patterns = ["Thumbs.db", ".DS_Store"]

View File

@@ -11,4 +11,5 @@ The `libWiiPy.title.nus` module provides support for downloading digital Wii tit
:members:
:undoc-members:
:show-inheritance:
:special-members: __call__
```